Retry a campaign

Retries failed or no-answer recipients in a campaign. Only recipients with FAILED or NO_ANSWER status will be retried.

post/v1/voice-agents/campaigns/{id}/retry

Path parameters

idstring uuid required
Example:a8f7656f-098b-4c43-b165-7cfd2cc8ac50

UUID of the campaign.

Response

Successful response

successboolean
messagestring
messageKeystring

Example response

{
  "success": true,
  "message": "Operation completed successfully",
  "messageKey": "OPERATION_SUCCESSFUL"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.