An object used to track which templates are in use by which sequence steps.
bounceCount | integer The total count of bounced mailings during this sequence template. |
clickCount | integer The total count of clicked mailings from this sequence template. |
createdAt | string <date-time> The date and time the sequence template was created. |
deliverCount | integer The total count of delivered mailings from this sequence template. |
enabled | boolean Boolean indicating if the sequence template is currently enabled. |
enabledAt | string <date-time> Datetime for when the sequence template was enabled. |
failureCount | integer The total count of failed mailings from this sequence template. |
isReply | boolean Boolean indicating if the sequence template should be a reply email or a new thread. |
negativeReplyCount | integer The total count of negative reply mailings from this sequence template. |
neutralReplyCount | integer The total count of neutral reply mailings from this sequence template. |
openCount | integer The total count of opened mailings from this sequence template. |
optOutCount | integer The total count of opted out mailings from this sequence template. |
positiveReplyCount | integer The total count of positive reply mailings from this sequence template. |
replyCount | integer The total count of replied mailings from this sequence template. |
scheduleCount | integer The total count of scheduled mailings from this sequence template. |
updatedAt | string <date-time> The date and time the sequence template was last updated. |
{- "bounceCount": 0,
- "clickCount": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "deliverCount": 0,
- "enabled": true,
- "enabledAt": "2019-08-24T14:15:22Z",
- "failureCount": 0,
- "isReply": true,
- "negativeReplyCount": 0,
- "neutralReplyCount": 0,
- "openCount": 0,
- "optOutCount": 0,
- "positiveReplyCount": 0,
- "replyCount": 0,
- "scheduleCount": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}
data (object) or links (object) (user) User that created the sequence template. You can use only the attribute id to filter sequenceTemplates by creator (e.g. filter[creator][id]=X). | |
data (object) or links (object) (sequenceStep) The sequence step that uses the sequence template. You can use any filterable attribute of sequenceStep. | |
data (object) or links (object) (template) The template used for this sequence template. You can use only the attribute id to filter sequenceTemplates by template (e.g. filter[template][id]=X). | |
data (object) or links (object) (user) User that last updated the sequence template. You can use only the attribute id to filter sequenceTemplates by updater (e.g. filter[updater][id]=X). |
{- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "sequenceStep": {
- "data": {
- "id": 0,
- "type": "sequenceStep"
}
}, - "template": {
- "data": {
- "id": 0,
- "type": "template"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}
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": {
- "bounceCount": 0,
- "clickCount": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "deliverCount": 0,
- "enabled": true,
- "enabledAt": "2019-08-24T14:15:22Z",
- "failureCount": 0,
- "isReply": true,
- "negativeReplyCount": 0,
- "neutralReplyCount": 0,
- "openCount": 0,
- "optOutCount": 0,
- "positiveReplyCount": 0,
- "replyCount": 0,
- "scheduleCount": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "sequenceStep": {
- "data": {
- "id": 0,
- "type": "sequenceStep"
}
}, - "template": {
- "data": {
- "id": 0,
- "type": "template"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
]
}
object |
Created
JSON error message
{- "data": {
- "attributes": {
- "bounceCount": 0,
- "clickCount": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "deliverCount": 0,
- "enabled": true,
- "enabledAt": "2019-08-24T14:15:22Z",
- "failureCount": 0,
- "isReply": true,
- "negativeReplyCount": 0,
- "neutralReplyCount": 0,
- "openCount": 0,
- "optOutCount": 0,
- "positiveReplyCount": 0,
- "replyCount": 0,
- "scheduleCount": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "sequenceStep": {
- "data": {
- "id": 0,
- "type": "sequenceStep"
}
}, - "template": {
- "data": {
- "id": 0,
- "type": "template"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "bounceCount": 0,
- "clickCount": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "deliverCount": 0,
- "enabled": true,
- "enabledAt": "2019-08-24T14:15:22Z",
- "failureCount": 0,
- "isReply": true,
- "negativeReplyCount": 0,
- "neutralReplyCount": 0,
- "openCount": 0,
- "optOutCount": 0,
- "positiveReplyCount": 0,
- "replyCount": 0,
- "scheduleCount": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "sequenceStep": {
- "data": {
- "id": 0,
- "type": "sequenceStep"
}
}, - "template": {
- "data": {
- "id": 0,
- "type": "template"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "bounceCount": 0,
- "clickCount": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "deliverCount": 0,
- "enabled": true,
- "enabledAt": "2019-08-24T14:15:22Z",
- "failureCount": 0,
- "isReply": true,
- "negativeReplyCount": 0,
- "neutralReplyCount": 0,
- "openCount": 0,
- "optOutCount": 0,
- "positiveReplyCount": 0,
- "replyCount": 0,
- "scheduleCount": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "sequenceStep": {
- "data": {
- "id": 0,
- "type": "sequenceStep"
}
}, - "template": {
- "data": {
- "id": 0,
- "type": "template"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "bounceCount": 0,
- "clickCount": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "deliverCount": 0,
- "enabled": true,
- "enabledAt": "2019-08-24T14:15:22Z",
- "failureCount": 0,
- "isReply": true,
- "negativeReplyCount": 0,
- "neutralReplyCount": 0,
- "openCount": 0,
- "optOutCount": 0,
- "positiveReplyCount": 0,
- "replyCount": 0,
- "scheduleCount": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "sequenceStep": {
- "data": {
- "id": 0,
- "type": "sequenceStep"
}
}, - "template": {
- "data": {
- "id": 0,
- "type": "template"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "bounceCount": 0,
- "clickCount": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "deliverCount": 0,
- "enabled": true,
- "enabledAt": "2019-08-24T14:15:22Z",
- "failureCount": 0,
- "isReply": true,
- "negativeReplyCount": 0,
- "neutralReplyCount": 0,
- "openCount": 0,
- "optOutCount": 0,
- "positiveReplyCount": 0,
- "replyCount": 0,
- "scheduleCount": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "sequenceStep": {
- "data": {
- "id": 0,
- "type": "sequenceStep"
}
}, - "template": {
- "data": {
- "id": 0,
- "type": "template"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
}
Enable the sequence step associated with it.
OK
JSON error message
{- "data": {
- "attributes": {
- "bounceCount": 0,
- "clickCount": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "deliverCount": 0,
- "enabled": true,
- "enabledAt": "2019-08-24T14:15:22Z",
- "failureCount": 0,
- "isReply": true,
- "negativeReplyCount": 0,
- "neutralReplyCount": 0,
- "openCount": 0,
- "optOutCount": 0,
- "positiveReplyCount": 0,
- "replyCount": 0,
- "scheduleCount": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "sequenceStep": {
- "data": {
- "id": 0,
- "type": "sequenceStep"
}
}, - "template": {
- "data": {
- "id": 0,
- "type": "template"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
}
Disable the sequence step associated with it.
OK
JSON error message
{- "data": {
- "attributes": {
- "bounceCount": 0,
- "clickCount": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "deliverCount": 0,
- "enabled": true,
- "enabledAt": "2019-08-24T14:15:22Z",
- "failureCount": 0,
- "isReply": true,
- "negativeReplyCount": 0,
- "neutralReplyCount": 0,
- "openCount": 0,
- "optOutCount": 0,
- "positiveReplyCount": 0,
- "replyCount": 0,
- "scheduleCount": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "sequenceStep": {
- "data": {
- "id": 0,
- "type": "sequenceStep"
}
}, - "template": {
- "data": {
- "id": 0,
- "type": "template"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
}