Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

Resume Campaign

Resume a previously paused campaign. Processing picks up at the next unsent step in each recipient's sequence — already-sent pieces are never re-sent. Remaining send dates are recalculated relative to the resume date: the next unsent piece queues immediately, and each later piece is re-spaced by the campaign's own cadence (the step's interval between repeats, and the configured delay across steps).
path idstringrequired
Campaign ID (UUID)
Request example
curl -X POST https://api.v2.dealmachine.com/v1/mail/campaigns/a1b2c3d4/resume \ -H "Authorization: Bearer dm_sk_live_xxx"