Resume a campaign
POST /campaigns/{id}/resume
Resume a paused campaign. The dispatcher picks back up at the same per_minute_cap. Daily caps reset at midnight UTC and are re-checked on resume.
Example
Section titled “Example”curl -X POST https://mail.3ava.com/api/campaigns/camp_a1b2.../resume \ -H "Authorization: Bearer am_YOUR_KEY"Response
Section titled “Response”{ "id": "camp_a1b2...", "status": "running" }