Skip to main content
PATCH
Update a Sequence Template

Path Parameters

sequence_template_id
string<uuid>
required

Body

application/json

Request body for updating a sequence template. All fields optional.

name
string | null

New name for the sequence template

Example:

"Enterprise Onboarding v2"

description
string | null

New description for the sequence template

status
enum<string> | null

New status for the sequence template

Available options:
ACTIVE,
INACTIVE,
ARCHIVED
Example:

"ACTIVE"

steps
SequenceTemplateStepRequest · object[] | null

Replacement list of steps (full replacement, not partial). Must be supplied together with transitions

transitions
SequenceTemplateTransitionRequest · object[] | null

Replacement list of transitions. Must be supplied together with steps; pass [] if the new step list has no transitions. A transition that omits its lead-time delay defaults to 3 business days: on post_check_delay for accepted-branch transitions (LINKEDIN_REQUEST_ACCEPTED, GIFT_ACCEPTED), on pre_check_delay for all others. Pass an explicit 0 to evaluate immediately.

blocks
Blocks · object | null

Replacement content blocks referenced by this template

Response

Successful Response

data
SequenceTemplateDetailResponse · object
required

Sequence template with its ordered list of steps and transitions.

meta
ResponseMeta · object