Skip to main content
PATCH
Update a Sequence Step

Path Parameters

sequence_id
string<uuid>
required
step_id
string<uuid>
required

Body

application/json

Copy edits for a single sequence step (a per-contact campaign task).

message
string | null

New message body for the step. Supported on email, InMail, LinkedIn message, LinkedIn connection-note, and gifting-email steps. Provide final per-contact copy as plain text — unresolved placeholders like {{first_name}} and HTML are rejected.

Minimum string length: 1
subject
string | null

New subject line for the step. Only supported on subject-bearing channels (email, InMail, gifting email).

Minimum string length: 1

Response

Successful Response

data
SequenceTaskResponse · object
required

Task within a sequence.

meta
ResponseMeta · object