Authorizations
API key passed in the X-API-Key header
Path Parameters
Sequence Id
Response
List of sequence steps retrieved successfully
Unique identifier for the step
Type of the sequence step
Available options:
Email
, LinkedIn
, Call
, SMS
, WhatsApp
, Zapier
, Task
Step number in the sequence
Delay in minutes before executing this step
Required range:
x >= 0
Email step with template configuration
Example:
{
"id": 123,
"type": "Email",
"number": "1",
"delayInMinutes": 0,
"emailTemplate": {
"executionMode": "Automatic",
"templates": [
{
"variantId": 1,
"subject": "Introduction Email",
"body": "Hi {{firstName}},\n\nI wanted to reach out regarding...",
"templateId": 456
}
]
}
}