CadenceStats
Fetches stats for a cadence, by ID only.
Columns
Name | Type | Description |
Id [KEY] | Integer | The ID of the Cadence. |
CreatedAt | Datetime | The datetime of when the cadence was created. |
UpdatedAt | Datetime | The datetime of when the cadence was updated. |
ArchivedAt | Datetime | The datetime of when the cadence was archived. |
LatestActiveDate | Datetime | The Date of when the cadence was last used. |
TeamCadence | Boolean | Whether this cadence is a team cadence. A team cadence is created by an admin and can be run by all users. |
Shared | Boolean | Whether this cadence is visible to team members (shared). |
Archived | Boolean | Whether this cadence is archived. |
RemoveBouncesEnabled | Boolean | Whether this cadence is configured to automatically remove people who have bounced. |
RemoveRepliesEnabled | Boolean | Whether this cadence is configured to automatically remove people who have replied. |
OptOutLinkIncluded | Boolean | Whether this cadence is configured to include an opt-out link by default. |
Draft | Boolean | Whether this cadence is in draft mode. |
OverrideContactRestrictions | Boolean | Whether this cadence is an Operational Cadence. An operational cadence is only created by an admin and accounts with the correct permission. |
CadenceFrameworkId | Integer | ID of the cadence framework used to create steps for the cadence. |
ArchivedBy | String | Name or email of the user who archived the cadence. |
CadenceFunction | String | The use case of the cadence. Possible values are: outbound - Denotes an outbound cadence, typically for sales purposes; inbound - Denotes an inbound sales cadence; event - Denotes a cadence used for an upcoming event; other - Denotes a cadence outside of the standard process. |
Name | String | The Cadence name. |
ExternalIdentifier | String | The Cadence External ID. |
Tags | String | All tags applied to this cadence. |
CurrentState | String | The state of the Cadence. Read Only. Valid states are: draft, active, archived, expired, deleted. |
CreatorId | Integer | The User that created this cadence. |
OwnerId | Integer | The User that is marked as the owner of this cadence. |
BouncedStage | Integer | The Stage set when person on cadence bounces. |
BouncedCount | Integer | The BouncedCount of the Cadence. |
RepliedStage | Integer | The Stage set when person on cadence replies. |
AddedStage | Integer | The Stage set when person is added to cadence. |
FinishedStage | Integer | The Stage set when person is finished with cadence. |
CadencePriority | Integer | The Priority of the cadence. |
CadencePeopleCounts | Integer | The number of people that have ever been added to the cadence. |
CadenceDuration | Integer | The CadenceDuration of the Cadence. |
PeopleActedOnCountCounts | Integer | The number of people that have been skipped, scheduled, or advanced in a cadence. |
TargetDailyPeopleCounts | Integer | The user defined target for number of people to add to the cadence each day. |
OpportunitiesCreatedCounts | Integer | The number of opportunities created and attributed to the cadence. |
OpportunitiesCreatedRate | String | The rate of opportunities created and attributed to the cadence. |
MeetingsBookedCounts | Integer | The number of meetings booked and attributed to the cadence. |
MeetingsBookedRate | String | The rate of meetings booked and attributed to the cadence. |
OutcomeAttributionEnabled | Integer | The OutcomeAttributionEnabled of the Cadence. |
PeopleActedOnCount | Integer | The PeopleActedOnCount of the Cadence. |
RepliedCount | Integer | The RepliedCount of the Cadence. |
RepliedRate | String | The RepliedRate of the Cadence. |
SentEmailsCount | Integer | The SentEmailsCount of the Cadence. |
StepGroupCount | Integer | The StepGroupCount of the Cadence. |
ViewedCount | Integer | The ViewedCount of the Cadence. |
ViewedRate | String | The ViewedRate of the Cadence. |
InProgressPeopleCount | Integer | The InProgressPeopleCount of the Cadence. |
DueActionCount | Integer | The DueActionCount of the Cadence. |
DeliveredCount | Integer | The DeliveredCount of the Cadence. |
ClickedCount | Integer | The ClickedCount of the Cadence. |
ClickedRate | String | The ClickedRate of the Cadence. |
CallsCount | Integer | The CallsCount of the Cadence. |
Groups | String | The Groups to which this cadence is assigned, if any. |