Skip to main content
POST
Resume an existing paused campaign. If the campaign’s scheduled_at time is still in the future, it is re-registered into the Redis scheduler under status scheduled. If the scheduled time has already passed or was immediate, dispatch begins immediately and the status transitions to sending.

Authentication

This endpoint requires Bearer token authentication.

Input parameters

string
required
Unique UUID identifier of the paused campaign. Example: e4a2e584-3672-4d69-b541-6e9f1a238491.
string
required
Bearer token for authentication. Format: Bearer <token>.

Response Fields

Returns the updated CampaignResponse object with status changed to sending or scheduled.
string
UUID of the resumed campaign.
string
Updated operational status (sending or scheduled).
number
Total contacts in cohort.
number
Count of messages sent.
number
Count of messages delivered.


Previous
Cancel campaign
POST /api/v1/campaigns/{campaign_id}/cancel
Next