Skip to main content

Automated Settings

Parameters

time_of_day (string)
The time that the automated action will happen

timezone_mode (string)
If the email is sent after the user's timezone or the person's time zone. Must be either "person" or "user".

send_type (string)
Describes if the step is due immediately or not. Must be either "at_time" or "after_time_delay".

allow_send_on_weekends (boolean)
Determines whether or not the step is able to be sent on weekends.

Example

"automated_settings": {
"time_of_day": "09:00",
"timezone_mode": "person",
"send_type": "at_time",
"allow_send_on_weekends": true
},