Assistants
Assistant Sms Chat
Send an SMS message for an assistant. This endpoint:
- Validates the assistant exists and has messaging profile configured
- If should_create_conversation is true, creates a new conversation with metadata
- Sends the SMS message (If text is set, this will be sent. Otherwise, if this is the first message in the conversation and the assistant has a greeting configured, this will be sent. Otherwise the assistant will generate the text to send.)
- Updates conversation metadata if provided
- Returns the conversation ID
post/ai/assistants/{assistant_id}/chat/sms
Path parameters
assistant_idstring required
Unique identifier of the assistant.
Request body
Response
Successful Response