Campaigns
Retry single call
Immediately retry a campaign call by phone number
POST
Retries a specific call for a phone number on the campaign. The call is dispatched immediately (bypasses the scheduled orchestrator).
Authentication
string
required
Project API key for this organization and project. Format:
bot_live_…Path parameters
string
required
Organization ID. Must match the API key.
string
required
Project ID. Must match the API key.
string
required
Campaign ID.
Body
string
required
Phone number to call again.
Response
boolean
required
true when the retry was queued.string
required
ID of the new outbound queue attempt.
string
required
Human-readable confirmation.
Errors
Bad Request
Campaign not ready, invalid phone, or retry failed.
Unauthorized
Missing, invalid, or revoked API key.
Forbidden
API key is not authorized for this organization or project.

