Hi,
First, we are using Genesys Bot Connector on an Architect Inbound Message Flow to connect Genesys Cloud with an external bot hosted in our platform. This flow is used to manage Whatsapp conversations.
One of our customer's requirements is to send images from our external bot but when it sends the exact postUtterance Response example got from Genesys docs (attached below), the conversation fails and is transferred to an agent.
https://developer.genesys.cloud/commdigital/textbots/examples/botconnector-card-example
Could you help us to solve the problem and to send images from our external bot using Genesys Bot Connector and Whatsapp channel?
On the other hand, if we test the same flow with webchat channel (using Messenger Deployment), we can send images from our bot. This is the response with the image that the bot sends:
{"replymessages":[{"type":"Structured","content":[{"contentType":"Card","card":{"title":" ","description":"Hola ","image":https://www.gstatic.com/webp/gallery/4.sm.jpg,"actions":[{"type":"Link","text":"Open","url":https://www.gstatic.com/webp/gallery/4.sm.jpg}]}}]}],"botState":"MOREDATA","intent":"end","slotValues":{"slot":"0.155468991943019"},"parameters":{}}
If we send this exact response on Whatsapp channel, it doesn’t work.
Thanks in advance.
Regards,