Skip to main content
POST
Retries a specific call for a phone number on the campaign. The call is dispatched immediately (bypasses the scheduled orchestrator).

Authentication

X-API-Key
string
required
Project API key for this organization and project. Format: bot_live_…

Path parameters

organization_id
string
required
Organization ID. Must match the API key.
project_id
string
required
Project ID. Must match the API key.
campaign_id
string
required
Campaign ID.

Body

phone_number
string
required
Phone number to call again.

Response

success
boolean
required
true when the retry was queued.
campaign_call_id
string
required
ID of the new campaign call attempt.
message
string
required
Human-readable confirmation.

Errors

400
Bad Request
Campaign not ready, invalid phone, or retry failed.
401
Unauthorized
Missing, invalid, or revoked API key.
403
Forbidden
API key is not authorized for this organization or project.