Campaigns

Create Campaign

Creates a new campaign. Campaigns start in inactive/draft status.

post/campaigns

Request body

namestring required
TeamIdstring uuid required
track_domainstring

Tracking domain for links (team default used if omitted)

is_draftboolean
timezonestring
blacklistIfBounceboolean
blacklistIfUnsubscribeboolean

Example request

{
  "timezone": "America/New_York"
}

Response

Campaign created

successboolean
request_idstring

Example response

{
  "success": true,
  "request_id": "req_abc123def456"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.