Skip to main content
POST
Create a Sequence Template

Body

application/json

Request body for creating a sequence template.

name
string
required

Name of the sequence template

Example:

"Enterprise Onboarding"

steps
SequenceTemplateStepRequest · object[]
required

Ordered list of steps in the template

description
string | null

Description of the sequence template

Example:

"Multi-touch onboarding sequence for enterprise accounts"

transitions
SequenceTemplateTransitionRequest · object[]

Transitions between steps (ordering and branching rules). 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

Content blocks referenced by this template, keyed by block id. A step's subject/message may contain [[block:]] markers.

Response

Successful Response

data
SequenceTemplateDetailResponse · object
required

Sequence template with its ordered list of steps and transitions.

meta
ResponseMeta · object