Inbox conversations
Authorizations
x-chatcaptain-keystringRequired
Path parameters
chatbotIdstringRequired
The ID of the chatbot.
Body
namestringRequiredExample:
The name of the contact for the new conversation.
John Doeemailstring · emailOptionalExample:
The email address of the contact.
john.doe@example.comphonestringOptionalExample:
The phone number of the contact.
+4917612345678channelIdstringRequiredExample:
The ID of the channel in which the conversation is created.
sTjncRDMuTdv65ex4I05Responses
201
Conversation created successfully.
application/json
400
Invalid input data.
403
Insufficient permissions.
post
/v1/inbox/{chatbotId}/conversationsLast updated