Conversations
Create Conversation
post/api/v1/conversations
Request body
Example request
{
"external_user_id": "crm-9f3a21",
"custom_attributes": {
"order_id": "A-1024",
"plan": "pro"
}
}Response
Conversation created successfully
Example response
{
"status": "success",
"data": {
"id": 51,
"uuid": "7d692b95-73dc-4f53-9343-6ed47a3db903",
"reference_number": "150",
"status": "Open",
"subject": "[GitHub] A third-party GitHub Application has been added",
"inbox_mail": "support@example.com",
"inbox_name": "Support Inbox",
"inbox_channel": "email",
"last_message": "Hey! A third-party GitHub Application was recently authorized...",
"last_message_sender": "contact"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.