Toggle AI Response
Enable or disable AI auto-responses for an existing campaign. When disabled, the starting message is still sent to contacts, but the AI will not reply when they respond. This is useful for broadcast-only campaigns where a human handles replies.Endpoint
Authentication
Your API key
Path Parameters
The campaign ID
Request Body
Set to
true to disable AI responses, false to re-enable themResponse
Whether the operation was successful
Human-readable result message
The campaign ID
The current state of AI responses (
true = disabled, false = enabled)Example Request
Example Response
Behavior When AI is Disabled
- The starting message is still sent to each contact when the campaign launches
- When a contact replies, the AI does not generate a response
- The reply is still saved to conversation history and visible in the dashboard
- The contact is marked as responded (drip messages stop)
- A human can send manual replies via the Send SMS or Bulk Send SMS endpoints
Campaign Creation
You can also setdisable_ai_response when creating a campaign:
Related Endpoints
- Create Campaign - Create a campaign with AI disabled from the start
- Get Campaign - Check current AI response status
- Send SMS - Send manual replies when AI is disabled
- Bulk Send SMS - Send bulk messages to contacts

