Skip to main content
PATCH
Change how long a step waits before it sends

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sequenceId
string<uuid>
required

The unique identifier of the sequence

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
stepIndex
integer
required

Zero-based position in the steps

Required range: 0 <= x <= 9007199254740991

Body

application/json
delay_minutes
integer
required

Minutes to wait after the PREVIOUS message actually sent. Step 0 must be 0 — the first message is armed by launch or enrolment, never by a delay.

Required range: 0 <= x <= 129600

Response

Default Response

id
string<uuid>
required
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
org_id
string<uuid>
required
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
name
string
required
status
enum<string>
required
Available options:
draft,
active,
paused
steps
object[]
required
settings
object
required
brief
string
required
reply_instructions
string
required
criteria
object
required
columns
object[]
required
Maximum array length: 12
created_at
string<date-time>
required
updated_at
string<date-time>
required
deleted_at
string<date-time> | null
required