Conversations

createConversation - Create a new conversation

<div class="extension-title">Description</div>

Use this API to initiate a new conversation with a customer on a marketplace. Returns an action identifier to track the asynchronous processing.

<div class="api-description-extension"> </div>
post/conversations

Response

Conversation creation initiated

action_idstring required

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

Example response

{
  "action_id": "abcd"
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.