Documentation Index
Fetch the complete documentation index at: https://blandai-calvin-pronunciationguide-web.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Enterprise Feature - SMS is only available on Enterprise plans. Contact your Bland representative for access.
Your API key for authentication. Use the format: Bearer YOUR_API_KEY.
Body Parameters
The E.164 formatted phone number of the user receiving the message.
The E.164 formatted phone number used to send the message (must belong to the authenticated account).
The content of the SMS message to send.
Optional metadata to associate with the conversation or message. Used for custom routing or analytics.
Response
An object confirming the message was sent and referencing the triggered workflow.
Confirmation text for the successful send.
ID of the conversation that was created or resumed.
ID of the Temporal workflow triggered to process the message.
null on success, or a list of error objects if the request failed.
{
"data": {
"message": "SMS sent successfully",
"conversation_id": "convo_abc123",
"workflow_id": "workflow_xyz789"
},
"errors": null
}