Unable to send Live Agent Message back to third party application using Virtual Agent API
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 06:10 AM - edited ‎02-29-2024 07:12 AM
I am using Virtual Agent API to integration third party chat bot. I am able to initiate a chat with Live Agent and able to send multiple messages to the same Agent Queue but unable to receive messages back from Live Agent to third party chat bot.
Below are the request I am using to initiate the chat and able to send multiple messages by change text value in the below JSON format:
{
"action":"AGENT",
"requestId": "MSG0234",
"botToBot": true,
"clientId": "CLT024",
"silentMessage": false,
"message":{
"text": "Live Agent Support.",
"typed": true,
"clientMessageId": "CLM0007"
},
"userId":"test@gmail.com",
"emailId":"test@gmail.com"
}
After investigation on this I found that all the text type of messages from conversation Message (sys_cs_message) table are in pending state and not processing :

Anyone has any idea on this ?
Labels:
- Labels:
-
Virtual Agent
-
Virtual Agent API
0 REPLIES 0