Skip to main content
POST
Create Campaign Step

Request

Path Parameters

string
required
The campaign’s unique ID (UUID)

Headers

Requires an API key with the campaigns:write permission. New steps are appended to the end of the sequence. Fires the campaign.step_created webhook event.

Body Parameters

string
required
Email subject line. Supports merge variables: {{first_name}}, {{last_name}}, {{company_name}}, {{job_title}}.
string
required
Email body. Plain text or HTML.
integer
default:"0"
Days to wait after the previous step before sending this one.
integer
default:"0"
Additional hours on top of delay_days (0–23).
string
default:"always"
When to send: always, if_no_reply, if_no_open, if_opened, if_clicked.

Response

object

Example Response

Errors