Create New Conversation
POST
/api/v1/accounts/{account_id}/conversations
Conversations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/accounts//conversations' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"source_id": "string",
"inbox_id": "string",
"contact_id": "string",
"additional_attributes": {},
"custom_attributes": {
"attribute_key": "attribute_value",
"priority_conversation_number": 3
},
"status": "open",
"assignee_id": "string",
"team_id": "string",
"message": {
"content": "string",
"template_params": {
"name": "sample_issue_resolution",
"category": "UTILITY",
"language": "en_US",
"processed_params": {
"1": "Chatwoot"
}
}
}
}'
Response Response Example
200 - Example 1
{
"id": 0,
"account_id": 0,
"inbox_id": 0
}
Request
Path Params
account_id
stringÂ
required
Body Params application/json; charset=utf-8