Campaigns
Send Campaign
Send a draft or scheduled campaign immediately. Re-extracts the latest template at send time. Requires API key with campaign:write.
post/v1/campaigns/{id}/send
Path parameters
idstring required
Campaign ID
Headers
Idempotency-Keystring
Optional key (max 100 chars) for safe retries. Same key + same body within 24h replays the original response (same status and body); same key + a different body returns 409 IDEMPOTENCY_CONFLICT. Scoped per API key.
Response
Campaign sent
Changes
Changed in 2 of the 6 revisions of this API.11
- ○
added the optional property
allOf[subschema #2]/data/recipientIdsto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
pending_reviewenum value to theallOf[subschema #2]/data/statusresponse property for the response status200response-property-enum-value-added
- ●