Create Chat
BetaCreates a new chat with optional SMS delivery via transport field. Requires at least one of: assistantId/assistant, sessionId, or previousChatId. Note: sessionId and previousChatId are mutually exclusive. Transport field enables SMS delivery with two modes: (1) New conversation - provide transport.phoneNumberId and transport.customer to create a new session, (2) Existing conversation - provide sessionId to use existing session data. Cannot specify both sessionId and transport fields together. The transport.useLLMGeneratedMessageForOutbound flag controls whether input is processed by LLM (true, default) or forwarded directly as SMS (false).
Headers
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
This is the assistant that will be used for the chat. To use an existing assistant, use assistantId
instead.
This is the assistant that will be used for the chat. To use an existing assistant, use assistantId
instead.
These are the variable values that will be used to replace template variables in the assistant messages. Only variable substitution is supported in chat contexts - other assistant properties cannot be overridden.
This is the squad that will be used for the chat. To use a transient squad, use squad
instead.
This is the squad that will be used for the chat. To use an existing squad, use squadId
instead.
This is used to send the chat through a transport like SMS. If transport.phoneNumberId and transport.customer are provided, creates a new session. If sessionId is provided without transport fields, uses existing session data. Cannot specify both sessionId and transport fields (phoneNumberId/customer) together.