Skip to main content
POST
Create sequence

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
dependencies
object[]
required

An array of dependencies between sequence steps, each defined by the PublicSequenceStepDependencyRequest schema.

dynamic
boolean
required

A boolean indicating whether the sequence is dynamic.

name
string
required

The name of the sequence. It is a string.

settings
object
required
steps
object[]
required

An array of steps in the sequence, each defined by the PublicSequenceStepRequest schema.

engagementTriggers
object
folderId
string

The identifier of the folder where the sequence is stored. It is a string.

Response

successful operation

sequence
object
required
userView
object
Last modified on August 31, 2026