Conversations
createMessage - Create a message in a conversation
<div class="extension-title">Description</div>Use this API to create a new message to the customer in a conversation.
<div class="api-description-extension"> </div>post/conversations/{conversationId}/messages
Path parameters
conversationIdstring required
Unique identifier of the conversation
Response
Message creation initiated
Example response
{
"action_id": "abcd"
}