Launch a draft campaign to begin sending mail. This validates wallet credits, enrolls recipients, and begins the sending pipeline.
Returns 402 Insufficient Credits if your wallet balance cannot cover the campaign cost. Use GET /campaigns/{id}/cost-estimate to check before launching.
path idstringrequired
Campaign ID (UUID)
Request example
12curl -X POST https://api.v2.dealmachine.com/v1/mail/campaigns/a1b2c3d4/send \
-H "Authorization: Bearer dm_sk_live_xxx"