Skip to main content
POST
Regenerate campaign
Creates a new draft campaign and an isolated contact list containing only contacts whose final call disposition in the source campaign matched one of the specified criteria (e.g. NO_ANSWER, BUSY, or FAILED).
The source campaign must be in COMPLETED or FAILED status before it can be regenerated.

Path parameters

string
required
The unique UUID of the source campaign to regenerate from.

Body parameters

string[]
required
Array of final call dispositions to include. Supported values:
  • NO_ANSWER
  • BUSY
  • FAILED
  • ANSWERED
  • VOICEMAIL
string
Custom name for the new regenerated campaign. Defaults to "{source.name} — Regenerated".
integer
Override maximum retry attempts (1 to 10) for the new campaign.
integer
Override redial delay in minutes for the new campaign.
integer
Override dial timeout in seconds (10 to 300) for the new campaign.

Response