A reusable set of behaviors to be applied to Sequences
applyCompletedStageIn | integer The amount of time in seconds after the sequence has completed before the "completedStage" will be applied to the Prospect. |
autoResumeOotoProspects | boolean
A boolean value whether out-of-the-office Prospects will be automatically resumed. See "autoResumeOotoProspectsIn" and "autoResumeOotoProspectsExpiresIn" for more information. |
autoResumeOotoProspectsExpiresIn | integer The maximum amount of time in seconds to wait before opted-out Prospect will be resumed. |
autoResumeOotoProspectsIn | integer The default amount of time in seconds to wait before opted-out Prospects will be resumed. |
callOptOutAction | string <= 4 characters Determines if prospect can be added to sequences if they are opted out of calling. |
clicksNeededBeforeCallTaskCreated | integer The number of email clicks needed before a call task will be automatically created. This feature will be disabled unless a value is set. |
createdAt | string <date-time>
The date and time the ruleset was created. |
emailOptOutAction | string <= 4 characters Determines if prospect can be added to sequences if they are opted out of emails. |
includeUnsubscribeLinks | boolean
A boolean value whether to include unsubscribe links within emails. |
meetingBookedAction | string <= 255 characters Determines if a prospect is marked as finished when a meeting is booked. |
minimumProspectTouchedInterval | integer The minimum number of seconds that must elapse between when a Prospect was last contacted and when they may be added to a sequnce. This feature will be disabled unless a value is set. |
name | string <= 255 characters
The name of the ruleset. |
ootoAutoExtractionEnabled | boolean A boolean value determining whether to use out of the office return date auto extraction. |
opensNeededBeforeCallTaskCreated | integer The number of email opens needed before a call task will be automatically created. This feature will be disabled unless a value is set. |
permitDuplicateProspects | string <= 255 characters
A value determining whether a Prospect may be added to this Sequence multiple times or not. Permitted values include "allow", "disallow" (the default) and "only_if_inactive", which indicates that Prospects may be re-added to this sequence if their existing SequenceState is inactive. |
sequenceExclusivity | string <= 255 characters
A value determining whether Prospects may be added to multiple different Sequences. Permitted values include "all_sequences", "exclusive_sequences" and "none" (the default). If the value is "all_sequences", then Prospects may only be added if they are not active in any other Sequence; likewise, a Prospect active in a Sequence with "all_sequences" exclusivity cannot be added to any other Sequence. If the value is "exclusive_sequences", then Prospects may only be added if they are not active in any other Sequence with "exclusive_sequences" exclusivity; likewise, a Prospect active in a Sequence with "exclusive_sequences" exclusivity cannot be added to any other Sequence with "exclusive_sequences" exclusivity. If the value is "none", then no additional restrictions will be applied. |
smsOptOutAction | string <= 4 characters Determines if prospect can be added to sequences if they are opted out of SMS. |
smsReceivedAction | string <= 255 characters Determines if a prospect is marked as finished when a text message is received |
stepOverridesEnabled | boolean A boolean value determining whether to allow users to customize step templates when adding to sequence. |
updatedAt | string <date-time>
The date and time the ruleset was last updated. |
{- "applyCompletedStageIn": 0,
- "autoResumeOotoProspects": true,
- "autoResumeOotoProspectsExpiresIn": 0,
- "autoResumeOotoProspectsIn": 0,
- "callOptOutAction": "stri",
- "clicksNeededBeforeCallTaskCreated": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "emailOptOutAction": "stri",
- "includeUnsubscribeLinks": true,
- "meetingBookedAction": "string",
- "minimumProspectTouchedInterval": 0,
- "name": "string",
- "ootoAutoExtractionEnabled": true,
- "opensNeededBeforeCallTaskCreated": 0,
- "permitDuplicateProspects": "string",
- "sequenceExclusivity": "string",
- "smsOptOutAction": "stri",
- "smsReceivedAction": "string",
- "stepOverridesEnabled": true,
- "updatedAt": "2019-08-24T14:15:22Z"
}
data (object) or links (object) (stage) The stage to assign to the prospect when a mailing in this sequence bounces. You can use only the attribute id to filter rulesets by bouncedStage (e.g. filter[bouncedStage][id]=X). | |
data (object) or links (object) (taskPriority) The task priority to use when creating call tasks based on mail opens. You can use only the attribute id to filter rulesets by callTaskPriorityFromOpens (e.g. filter[callTaskPriorityFromOpens][id]=X). | |
data (object) or links (object) (taskPriority) The task priority to use when creating call tasks based on mail clicks. You can use only the attribute id to filter rulesets by callTaskPriorityFromClicks (e.g. filter[callTaskPriorityFromClicks][id]=X). | |
data (object) or links (object) (taskPriority) The task priority to use when creating call tasks based on mail opens. You can use only the attribute id to filter rulesets by callTaskPriorityFromOpens (e.g. filter[callTaskPriorityFromOpens][id]=X). | |
data (object) or links (object) (stage) The stage to assign to the prospect when this sequence completes. You can use only the attribute id to filter rulesets by completedStage (e.g. filter[completedStage][id]=X). | |
data (object) or links (object) (stage) The stage to assign to the prospect when a mailing in this sequence is delivered. You can use only the attribute id to filter rulesets by deliveredStage (e.g. filter[deliveredStage][id]=X). | |
data (object) or links (object) (stage) The stage to assign to the prospect when this sequence finishes. You can use only the attribute id to filter rulesets by finishedStage (e.g. filter[finishedStage][id]=X). | |
data (object) or links (object) (stage) The stage to assign to the prospect when they opt out of this sequence. You can use only the attribute id to filter rulesets by optedOutStage (e.g. filter[optedOutStage][id]=X). | |
data (object) or links (object) (user) The owner of the ruleset. You can use only the attribute id to filter rulesets by owner (e.g. filter[owner][id]=X). | |
data (object) or links (object) (stage) The stage to assign to the prospect when a mailing in this sequence is replied to. You can use only the attribute id to filter rulesets by repliedStage (e.g. filter[repliedStage][id]=X). | |
Array of links (object) (sequence) The sequences associated with this ruleset. You can use only the attribute id to filter rulesets by sequences (e.g. filter[sequences][id]=X). | |
data (object) or links (object) (stage) The stage to assign to the prospect when this sequence starts. You can use only the attribute id to filter rulesets by startedStage (e.g. filter[startedStage][id]=X). |
{- "bouncedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "callTaskPriority": {
- "data": {
- "id": 0,
- "type": "taskPriority"
}
}, - "callTaskPriorityFromClicks": {
- "data": {
- "id": 0,
- "type": "taskPriority"
}
}, - "callTaskPriorityFromOpens": {
- "data": {
- "id": 0,
- "type": "taskPriority"
}
}, - "completedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "deliveredStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "finishedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "optedOutStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "owner": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "repliedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "sequences": [
- {
- "links": {
- "related": "sequence"
}
}
], - "startedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}
}
METADATA NAME | DESCRIPTION | QUERY PARAM |
---|---|---|
canWrite | A boolean value indicating whether the current API user has write access to this resource. | provideAuthorizationMeta |
canDelete | A boolean value indicating whether the current API user has delete access to this resource. | provideAuthorizationMeta |
{- "data": [
- {
- "attributes": {
- "applyCompletedStageIn": 0,
- "autoResumeOotoProspects": true,
- "autoResumeOotoProspectsExpiresIn": 0,
- "autoResumeOotoProspectsIn": 0,
- "callOptOutAction": "stri",
- "clicksNeededBeforeCallTaskCreated": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "emailOptOutAction": "stri",
- "includeUnsubscribeLinks": true,
- "meetingBookedAction": "string",
- "minimumProspectTouchedInterval": 0,
- "name": "string",
- "ootoAutoExtractionEnabled": true,
- "opensNeededBeforeCallTaskCreated": 0,
- "permitDuplicateProspects": "string",
- "sequenceExclusivity": "string",
- "smsOptOutAction": "stri",
- "smsReceivedAction": "string",
- "stepOverridesEnabled": true,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "bouncedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "callTaskPriority": {
- "data": {
- "id": 0,
- "type": "taskPriority"
}
}, - "callTaskPriorityFromClicks": {
- "data": {
- "id": 0,
- "type": "taskPriority"
}
}, - "callTaskPriorityFromOpens": {
- "data": {
- "id": 0,
- "type": "taskPriority"
}
}, - "completedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "deliveredStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "finishedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "optedOutStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "owner": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "repliedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "sequences": [
- {
- "links": {
- "related": "sequence"
}
}
], - "startedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}
}, - "type": "string"
}
]
}
object |
Created
JSON error message
{- "data": {
- "attributes": {
- "applyCompletedStageIn": 0,
- "autoResumeOotoProspects": true,
- "autoResumeOotoProspectsExpiresIn": 0,
- "autoResumeOotoProspectsIn": 0,
- "callOptOutAction": "stri",
- "clicksNeededBeforeCallTaskCreated": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "emailOptOutAction": "stri",
- "includeUnsubscribeLinks": true,
- "meetingBookedAction": "string",
- "minimumProspectTouchedInterval": 0,
- "name": "string",
- "ootoAutoExtractionEnabled": true,
- "opensNeededBeforeCallTaskCreated": 0,
- "permitDuplicateProspects": "string",
- "sequenceExclusivity": "string",
- "smsOptOutAction": "stri",
- "smsReceivedAction": "string",
- "stepOverridesEnabled": true,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "relationships": {
- "bouncedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "callTaskPriority": {
- "data": {
- "id": 0,
- "type": "taskPriority"
}
}, - "callTaskPriorityFromClicks": {
- "data": {
- "id": 0,
- "type": "taskPriority"
}
}, - "callTaskPriorityFromOpens": {
- "data": {
- "id": 0,
- "type": "taskPriority"
}
}, - "completedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "deliveredStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "finishedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "optedOutStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "owner": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "repliedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "sequences": [
- {
- "links": {
- "related": "sequence"
}
}
], - "startedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "applyCompletedStageIn": 0,
- "autoResumeOotoProspects": true,
- "autoResumeOotoProspectsExpiresIn": 0,
- "autoResumeOotoProspectsIn": 0,
- "callOptOutAction": "stri",
- "clicksNeededBeforeCallTaskCreated": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "emailOptOutAction": "stri",
- "includeUnsubscribeLinks": true,
- "meetingBookedAction": "string",
- "minimumProspectTouchedInterval": 0,
- "name": "string",
- "ootoAutoExtractionEnabled": true,
- "opensNeededBeforeCallTaskCreated": 0,
- "permitDuplicateProspects": "string",
- "sequenceExclusivity": "string",
- "smsOptOutAction": "stri",
- "smsReceivedAction": "string",
- "stepOverridesEnabled": true,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "bouncedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "callTaskPriority": {
- "data": {
- "id": 0,
- "type": "taskPriority"
}
}, - "callTaskPriorityFromClicks": {
- "data": {
- "id": 0,
- "type": "taskPriority"
}
}, - "callTaskPriorityFromOpens": {
- "data": {
- "id": 0,
- "type": "taskPriority"
}
}, - "completedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "deliveredStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "finishedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "optedOutStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "owner": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "repliedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "sequences": [
- {
- "links": {
- "related": "sequence"
}
}
], - "startedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "applyCompletedStageIn": 0,
- "autoResumeOotoProspects": true,
- "autoResumeOotoProspectsExpiresIn": 0,
- "autoResumeOotoProspectsIn": 0,
- "callOptOutAction": "stri",
- "clicksNeededBeforeCallTaskCreated": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "emailOptOutAction": "stri",
- "includeUnsubscribeLinks": true,
- "meetingBookedAction": "string",
- "minimumProspectTouchedInterval": 0,
- "name": "string",
- "ootoAutoExtractionEnabled": true,
- "opensNeededBeforeCallTaskCreated": 0,
- "permitDuplicateProspects": "string",
- "sequenceExclusivity": "string",
- "smsOptOutAction": "stri",
- "smsReceivedAction": "string",
- "stepOverridesEnabled": true,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "bouncedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "callTaskPriority": {
- "data": {
- "id": 0,
- "type": "taskPriority"
}
}, - "callTaskPriorityFromClicks": {
- "data": {
- "id": 0,
- "type": "taskPriority"
}
}, - "callTaskPriorityFromOpens": {
- "data": {
- "id": 0,
- "type": "taskPriority"
}
}, - "completedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "deliveredStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "finishedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "optedOutStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "owner": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "repliedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "sequences": [
- {
- "links": {
- "related": "sequence"
}
}
], - "startedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "applyCompletedStageIn": 0,
- "autoResumeOotoProspects": true,
- "autoResumeOotoProspectsExpiresIn": 0,
- "autoResumeOotoProspectsIn": 0,
- "callOptOutAction": "stri",
- "clicksNeededBeforeCallTaskCreated": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "emailOptOutAction": "stri",
- "includeUnsubscribeLinks": true,
- "meetingBookedAction": "string",
- "minimumProspectTouchedInterval": 0,
- "name": "string",
- "ootoAutoExtractionEnabled": true,
- "opensNeededBeforeCallTaskCreated": 0,
- "permitDuplicateProspects": "string",
- "sequenceExclusivity": "string",
- "smsOptOutAction": "stri",
- "smsReceivedAction": "string",
- "stepOverridesEnabled": true,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "bouncedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "callTaskPriority": {
- "data": {
- "id": 0,
- "type": "taskPriority"
}
}, - "callTaskPriorityFromClicks": {
- "data": {
- "id": 0,
- "type": "taskPriority"
}
}, - "callTaskPriorityFromOpens": {
- "data": {
- "id": 0,
- "type": "taskPriority"
}
}, - "completedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "deliveredStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "finishedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "optedOutStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "owner": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "repliedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "sequences": [
- {
- "links": {
- "related": "sequence"
}
}
], - "startedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "applyCompletedStageIn": 0,
- "autoResumeOotoProspects": true,
- "autoResumeOotoProspectsExpiresIn": 0,
- "autoResumeOotoProspectsIn": 0,
- "callOptOutAction": "stri",
- "clicksNeededBeforeCallTaskCreated": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "emailOptOutAction": "stri",
- "includeUnsubscribeLinks": true,
- "meetingBookedAction": "string",
- "minimumProspectTouchedInterval": 0,
- "name": "string",
- "ootoAutoExtractionEnabled": true,
- "opensNeededBeforeCallTaskCreated": 0,
- "permitDuplicateProspects": "string",
- "sequenceExclusivity": "string",
- "smsOptOutAction": "stri",
- "smsReceivedAction": "string",
- "stepOverridesEnabled": true,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "bouncedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "callTaskPriority": {
- "data": {
- "id": 0,
- "type": "taskPriority"
}
}, - "callTaskPriorityFromClicks": {
- "data": {
- "id": 0,
- "type": "taskPriority"
}
}, - "callTaskPriorityFromOpens": {
- "data": {
- "id": 0,
- "type": "taskPriority"
}
}, - "completedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "deliveredStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "finishedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "optedOutStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "owner": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "repliedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}, - "sequences": [
- {
- "links": {
- "related": "sequence"
}
}
], - "startedStage": {
- "data": {
- "id": 0,
- "type": "stage"
}
}
}, - "type": "string"
}
}