Create a new conversation without sending a message. This is a lightweight endpoint that only creates a contact and chat record, skipping AI processing, similarity search, and smart tag processing. Ideal for integrations that need a conversation ID quickly.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parameters for creating a new conversation
ID of the agent (chatbot) to create the conversation for
"clx1234567890abcdef"
Optional existing contact ID. If not provided, a new contact will be created.
"contact_1234567890"
Optional integration type for the conversation
WHATSAPP, SLACK "WHATSAPP"
Optional client IP address (used when creating a new contact)
"192.168.1.1"
Optional client country code (used when creating a new contact)
"US"