> ## Documentation Index
> Fetch the complete documentation index at: https://api.docs.dealmachine.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Resume Campaign

> Resume a paused 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).

<ParamField path="id" type="string" required>
  Campaign ID (UUID)
</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X POST https://api.v2.dealmachine.com/v1/mail/campaigns/a1b2c3d4/resume \
    -H "Authorization: Bearer dm_sk_live_xxx"
  ```
</RequestExample>
