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

action_idstring required

Unique identifier of the action. Use getConversationActionStatus to retrieve the result of your request.

Example response

{
  "action_id": "abcd"
}