Authorizations
API key passed in the X-API-Key header
Body
application/json
Model for creating a new sequence
Name of the sequence
Settings configuration for a sequence
Example:
{
"emailsCountPerDay": 50,
"daysToFinishProspect": 14,
"emailSendingDelaySeconds": 30,
"dailyThrottling": 200,
"disableOpensTracking": false,
"repliesHandlingType": "MARK_AS_FINISHED",
"enableLinksTracking": true
}
Array of sequence steps
Minimum length:
1
ID of the scheduler to use (optional)
Required range:
x >= 1
Array of email account IDs
Minimum length:
1
Response
Sequence created successfully
Unique identifier for the sequence
Identifier of the team that owns the sequence
Identifier of the user who owns the sequence
Name of the sequence
Sequence creation timestamp with timezone offset
Current status of the sequence
Available options:
New
, Active
, Paused
, Archived
Indicates if the sequence is archived
Schedule ID
Email accounts used to send emails for this sequence
Settings configuration for a sequence
Example:
{
"emailsCountPerDay": 50,
"daysToFinishProspect": 14,
"emailSendingDelaySeconds": 30,
"dailyThrottling": 200,
"disableOpensTracking": false,
"repliesHandlingType": "MARK_AS_FINISHED",
"enableLinksTracking": true
}
Array of sequence steps