Sequences
The Sequences API provides a simple interface to read Lead Sequences. This automation is available only if you have bought our Reach product. Administrator can manage (add, update and delete) sequences directly in web settings under Lead sequences
section.
Sequence is a set of steps and timeliness of their execution. Each Step can be either an automated_email
or a task
and can be defined to be executed after previous step in X weekdays or hours. Think of it as a template that is later used to start the Sequence for particular lead (see: Sequence Enrollments section for more details).
SequenceStep properties
Attribute | Description |
---|---|
id number readonly |
Unique identifier of step |
position number readonly |
Zero-based step’s position in sequence |
delay_from_previous_step number |
Time that should pass in between execution of this and previous step |
delay_from_previous_step_unit string |
Unit of the time that should pass in between execution of this and previous step Possible values
|
action_properties object |
Object containing attributes from sequence that configure this step Properites for automated email:
Properties for task:
|