Skip to main content
GET
Get a step
One step of a cadence, with its delay, type and templates.

Authorizations

x-api-key
string
header
required

Team-scoped API key generated in the Salesfinity dashboard under Settings -> Connections & API. A missing or invalid key returns HTTP 403.

Path Parameters

sequence_id
string
required

24-character sequence id.

step_id
string
required

24-character step id.

Response

Success.

One step of a cadence.

_id
string

24-character hexadecimal id.

Example:

"507f1f77bcf86cd799439011"

sequence
string

24-character hexadecimal id.

Example:

"507f1f77bcf86cd799439011"

order
integer

1-based position in the cadence.

step_type
enum<string>
Available options:
auto_email,
manual_email,
call,
task
interval_seconds
integer | null

Delay from the previous step.

date
string<date-time> | null
display_name
string | null
new_thread
boolean
task_note
string | null
task_priority
enum<string>
Available options:
high,
medium,
low
task_autoskip_delay
integer | null
templates
object[]