Resume campaign
POST/api/v1/campaigns/{id}/resume
Put a paused campaign back into sending.
campaigns:writePause and resume campaigns.
Notes
A campaign the SYSTEM paused for bounces or deliverability will NOT resume here, returning
409 system_paused. That pause is a safety brake, and resuming blind would keep sending from a domain that is being rejected. Fix the cause in the app, where the diagnosis is visible.Parameters
| Name | In | Type | Default | Description |
|---|---|---|---|---|
id |
path | string | Campaign id. Required. |
Example
curl "https://resources.ashwanth.dev/api/v1/campaigns/YOUR_ID/resume" \
-H "Authorization: Bearer $LEADMAGNET_API_KEY"
Try it
API key
Held in this page only, never saved or sent anywhere but this API. If you are signed in, you can leave it blank.
Parameters
id *Request
POST /api/v1/campaigns/{id}/resume