Update SMS Configuration
Messaging
Update SMS Configuration
Update the SMS configuration for a phone number owned by the authenticated user.
POST
Update SMS Configuration
Enterprise Feature - SMS is only available on Enterprise plans. Contact your Bland representative for access.
Headers
string
required
Your API key for authentication.
Body Parameters
string
required
The E.164 formatted phone number to update (must belong to the authenticated user).
string
When the agent sends a response, we’ll send the message details in a POST request to the URL you specify here, along with chat history.
object|array
Request data fields are available to the AI agent during the call when referenced in the associated pathway or task.
number
Maximum time to wait for a user response, in seconds, before the timeout flow fires. Default is no timeout. Can be overridden per-conversation via
/v1/sms/send or /v1/sms/create.string
What to do when the timeout fires. Allowed values depend on your configuration (e.g.
"send_sms" to send timeout_message).string
Message sent when the timeout fires. Can be overridden per-conversation via
/v1/sms/send or /v1/sms/create.number
Seconds to wait before sending the warning message. Must be less than
time_out, otherwise the update is rejected. Can be overridden per-conversation via /v1/sms/send or /v1/sms/create.string
Message sent at
warning_time. Can be overridden per-conversation via /v1/sms/send or /v1/sms/create.string
Twilio Messaging Service SID, if set.
string
Assistant system prompt or conversational goal.
array
List of tools available to the assistant.
number
The model’s temperature setting, controlling creativity.
string
The ID of the linked conversational pathway (if any).
string
The specific version of the pathway to use.
string
Entry point node ID for the pathway.
boolean
When
true, a new conversation is automatically started if the user texts after the current conversation has ended. When false, subsequent messages are stored in the ended conversation without triggering a new reply.string
The timezone used for time-based variables in the conversation (e.g.
"America/New_York").string
Custom prompt used to generate a conversation summary when the conversation ends. When set, an AI-generated summary is included in the status webhook and stored on the conversation.
string[]
An array of citation schema IDs to extract when conversations end on this number. See Citations.
Response
object
Contains a confirmation message and the updated SMS configuration.
string
Success message confirming the update.
object
The updated and sanitized SMS configuration object.
null|array
null on success. If an error occurs, this will be an array of error objects.string
A human-readable description of the error.
string
A machine-readable error code.
Docs for agents: llms.txt