cURL
curl --request POST \ --url https://api.bland.ai/v1/sms/send \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --data '{ "user_number": "<string>", "agent_number": "<string>", "agent_message": "<string>", "request_data": {} }'
{ "data": { "message": "SMS sent successfully", "conversation_id": "convo_abc123", "workflow_id": "workflow_xyz789" }, "errors": null }
Send an SMS message from an agent to a user. This creates or resumes a conversation and triggers processing workflows.
Bearer YOUR_API_KEY
null