{"openapi":"3.1.0","info":{"title":"채널톡 API","description":"채널톡은 고객 상담 및 CRM을 위한 올인원 메신저 플랫폼의 API입니다. 고객 대화 관리, 유저 프로필 조회/수정, 이벤트 트래킹, 봇 메시지 발송 등을 API로 자동화할 수 있습니다. 고객 지원 워크플로우 자동화나 외부 시스템과의 CRM 연동에 활용됩니다.","version":"1.0.0","x-fusepie-id":"channel-talk","x-fusepie-category":"communication","x-fusepie-provider":"채널코퍼레이션"},"servers":[{"url":"https://api.channel.io","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_channel_talk","summary":"채널톡 API","description":"채널톡은 고객 상담 및 CRM을 위한 올인원 메신저 플랫폼의 API입니다. 고객 대화 관리, 유저 프로필 조회/수정, 이벤트 트래킹, 봇 메시지 발송 등을 API로 자동화할 수 있습니다. 고객 지원 워크플로우 자동화나 외부 시스템과의 CRM 연동에 활용됩니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"Get your API key from: https://developers.channel.io"}}},"x-mcp-config":{"mcpServers":{"channel-talk":{"command":"npx","args":["-y","@fusepie/mcp-channel-talk"],"env":{"API_KEY":""}}}}}