latestOpenAPI 3.1.02026-08-1828105315.1 KB

cc009fec5cdd

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"
}