02-20-2023 12:49 AM
Hello,
We are trying to create an integration for the chat channel.We want to be able to read the chat channel info, and forward it to another app, creating a bridge betwwen chat channel and other chat apps, lokr gogole chat, webex teams chat, etc.
We have been pointed to webhooks, specifically the webhooks used for Task, as each chat session seems to be a Task asssigned to an agent.
We see that there are webhooks that inform when a task is created, assigned to an agent, ended etc. But we have not been able to find a webhook that informs when a chat message has been sent or received.
What are we missing here? Is there any way to access this chat data?
Solved! Go to Solution.
04-05-2023 03:00 PM
All, I have confirmed that there is a feature request opened for this requirement but cannot provide any timelines on when you will see this on developer portal.
Please continue to follow up later this year on the status - hopefully by then we can provide a suitable timeline. Thank you.
02-22-2023 02:21 PM
04-05-2023 03:00 PM
All, I have confirmed that there is a feature request opened for this requirement but cannot provide any timelines on when you will see this on developer portal.
Please continue to follow up later this year on the status - hopefully by then we can provide a suitable timeline. Thank you.
02-21-2023 08:09 AM
The task webhooks approach will only give you task state changes; you won't get the payload that way. To intercept and insert processing on incoming chat messages you will need insert some additional nodes into the Webex Connect flow that handles your incoming messages and delivers them to the agent (via the conversation associated with the task). For messages in the opposite direction you can trigger processing based on events at the agent side, such as agent sending a reply message. There will be a bit of a learning exercise required here. I'd suggest to start by getting some familiarity with Webex Connect.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide