Conversation Collection API
Multiple bodies with results:
provider_id:User must be a direct member of provider organization (1) to create provider-only conversations 🔐
customer_id:User must be a direct member of customer organization (1) to create customer-only conversations 🔐
provider_id, customer_id:At least one of the following conditions must be met:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
JSON post body:
{
"chat_app"?: integer
"customer_id"?: integer
"data"?: object
"labels": integer[]
"provider_id"?: integer
"title"?: string
"user_id": integer
}Possible errors:
Field "labels": "Labels is required"
Field "user_id": "User ID is required"
Request payload
The body is of type object.
Successful response
The response is of type object.