Genesys API to push/output messages to an existing user conversation

Does Genesys have an API one can use to push/output messages to an existing user conversation?
We need to be able to send messages to the end user while the Flow is processing the REST answer to the Bot Connector.

Hi @dilek_imseytoglu
This one allows you to send messages on an existing conversation:
POST /api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.