Skip to main content
POST
Create SMS campaign
Creates an SMS campaign that automatically dispatches SMS follow-up messages based on agent call outcomes (e.g. sending different text messages when a call was answered vs unanswered).
Only one SMS campaign is allowed per agent. To modify templates or settings, use PUT /sms-agent/campaigns/{id}.

Body parameters

string
required
UUID of the AI agent to bind this SMS campaign to.
string
Campaign display name (letters, numbers, and spaces only, up to 120 characters).
string
Sender phone number or alphanumeric sender ID.
string
Connected SMS provider name (e.g. TWILIO, PLIVO, PINNACLE).
boolean
default:"true"
Whether the SMS campaign is active.
object[]
required
Array of SMS message templates.

Response