Enterprise Feature - SMS is only available on Enterprise plans. Contact your Bland representative for access.
Headers
Your API key for authentication.
Body Parameters
The E.164 formatted phone number of the user in the conversation.
The E.164 formatted phone number used by the agent (must belong to the authenticated account).
The content of the message to be stored in the conversation history.
Optional Twilio message SID for tracking and correlation purposes.
The UUID of the current pathway being used in this conversation.
The specific version of the pathway to use (e.g., “latest”, “v1.0”).
The ID of the current node in the conversational pathway where this conversation is positioned.
Optional metadata to associate with the conversation. Used for custom routing or analytics.
When set to true, forces creation of a new conversation, archiving any existing active conversation between these numbers.
Specifies who sent this message. Allowed values: “USER” or “AGENT”. Defaults to “USER” if not specified.
Response
An object confirming the conversation was created successfully.
Confirmation text for the successful conversation creation.
ID of the conversation that was created.
ID of the Temporal workflow triggered to process the conversation setup.
null
on success, or a list of error objects if the request failed.