Conversation
Create a conversation
Creates a new empty conversation. In Conversation mode, it is generally not needed to create a conversation explicitly since sending or receiving a message automatically creates a new conversation if it does not already exist between the given app and contact. Creating empty conversation is useful if the metadata of the conversation should be populated when the first message in the conversation is a contact message or the first message in the conversation comes out-of-band and needs to be injected with InjectMessage endpoint.
post/v1/projects/{project_id}/conversations
Request body
Example request
{
"active_channel": "WHATSAPP"
}Response
A successful response.
Example response
{
"active_channel": "WHATSAPP"
}