Skip to main content
POST
Execute a single drip step

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Body

application/json
step_index
integer
required

Zero-based index of the drip step to execute.

Required range: x >= 0
step_id
string

Optional stable id of the step, used to guard against step-list reordering.

enrollment_ids
string[]

When present, only these enrollments are processed (single-contact enrollment path); omit for the campaign-wide batch path.

Required array length: 1 - 1000 elements

Response

Step executed (or a replay was suppressed by the idempotency key).

data
object
meta
object