Step Groups
Parameters
automated_settings (object)
Collection of all the settings for an automated step. Only valid if automated is true.
day (integer)
The day that the step will be executed
due_immediately (boolean)
Describes if the step is due immediately or not.
automated (boolean)
Describes if the step happens with or without human intervention. Can only be true if steps in group are Email steps.
steps (array)
All of the steps that belong to a particular day
reference_id (string) (optional)
Used to correlate threaded email steps
Example
step_groups: [{
"automated_settings": {},
"day": 1,
"due_immediately": false,
"automated": false,
"steps": []
}]