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
Project API key for this organization and project. Format:
bot_live_…Path parameters
Organization ID. Must match the API key.
Project ID. Must match the API key.
Campaign ID.
Body
Phone number to call again.
Response
true when the retry was queued.ID of the new campaign call attempt.
Human-readable confirmation.
Errors
Campaign not ready, invalid phone, or retry failed.
Missing, invalid, or revoked API key.
API key is not authorized for this organization or project.

