Skip to main content

Settings

Parameters

name (string)
The name of the Cadence

target_daily_people (integer)
The amount of people you want to target daily on a cadence

remove_replied
Determines if you want to remove someone from a cadence if they reply to an email

remove_bounced
Determines if you want to remove someone from a cadence if their email address bounces

reschedule_from_pause_enabled
Marks people as out of office when you receive an autoresponder email

external_identifier (string)
Custom Identifier for your cadence

cadence_function
Describes the audience of the cadence

cadence_priority
Defines the priority of the cadence, for example, "High", "Medium", "Low"

cadence_owner
The user that is marked as the owner of this cadence

added_stage_setting
Stage set when person is added to cadence

bounced_stage_setting
Stage set when person on cadence bounces

finished_stage_setting
Stage set when person is finished with cadence

replied_stage_setting
Stage set when person on cadence replies

tags
All tags applied to this cadence

Example

{
"settings": {
"name": "test name",
"target_daily_people": 10,
"remove_replied": true,
"remove_bounced": true,
"reschedule_from_pause_enabled": true,
"external_identifier": null,
"cadence_function": "outbound",
"cadence_priority": "High",
"cadence_owner": "john.doe@mail.com",
"added_stage_setting": "Open",
"bounced_stage_setting": "Working",
"finished_stage_setting": "Completed",
"replied_stage_setting": "Do Not Contact",
"tags" => "tag1,tag2,tag3"
}