Update Campaign Step
Campaigns
Update Campaign Step
Modify an existing step’s content or timing
PATCH
Update Campaign Step
Request
Path Parameters
The campaign’s unique ID (UUID)
The step’s unique ID (UUID)
Headers
Requires an API key with the
campaigns:write permission. All body fields are optional — include only fields you want to change.Body Parameters
Email subject line
Email body
Days to wait after previous step
Additional hours (0–23)
always, if_no_reply, if_no_open, if_opened, or if_clickedResponse
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 400 | invalid_send_condition | Unrecognized send_condition |
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing campaigns:write permission |
| 404 | campaign_not_found | No campaign with this ID |
| 404 | step_not_found | No step with this ID in the campaign |
| 429 | rate_limited | Rate limit exceeded |