result.data | array | Yes | — | Provider response payload. |
result.data[].id | integer | No | — | ID of email template |
result.data[].title | string | No | — | Title of the email template |
result.data[].subject | string | No | — | Subject of the email template |
result.data[].body | string | No | — | Sanitized body of the email template without email signature |
result.data[].body_preview | string | No | — | A plain text version of the first 100 characters of the body of the email template |
result.data[].created_at | string | No | — | Datetime of when the email template was created Format: date-time. |
result.data[].updated_at | string | No | — | Datetime of when the email template was last updated Format: date-time. |
result.data[].last_used_at | string | No | — | Datetime of when the email template was last used Format: date-time. |
result.data[].archived_at | string | No | — | Datetime of when the email template was archived, if archived Format: date-time. |
result.data[].shared | boolean | No | — | Whether this email template is visible to team members (shared) |
result.data[].open_tracking_enabled | boolean | No | — | Whether open tracking is enabled for this email template |
result.data[].click_tracking_enabled | boolean | No | — | Whether click tracking is enabled for this email template |
result.data[].cadence_template | boolean | No | — | Whether this email template is only used on a cadence step. These templates are not visible in the SalesLoft application template list. If false, this email template is visible in the SalesLoft application, and may be used when composing an email or creating a cadence step. |
result.data[].counts | object | No | — | — |
result.data[].counts.sent_emails | integer | No | — | The number of times the email template was sent out |
result.data[].counts.views | integer | No | — | The number of times the email template was opened |
result.data[].counts.clicks | integer | No | — | The number of times links in the email template were clicked |
result.data[].counts.replies | integer | No | — | The number of replies the email template received |
result.data[].counts.bounces | integer | No | — | The number of bounces the email template received |
result.data[].template_owner | object | No | — | User that owns this email template |
result.data[].template_owner.id | integer | No | — | — |
result.data[].template_owner._href | string | No | — | — |
result.data[].team_template | object | No | — | Associated team template, if any |
result.data[].team_template.id | string | No | — | — |
result.data[].team_template._href | string | No | — | — |
result.data[]._links | record | No | — | Links to attachments and tags resources for this email template. |
result.data[].tags | array | No | — | All tags applied to this email template |
result.data[].groups | array | No | — | Groups to which this template is assigned, if any |
result.data[].groups[].id | integer | No | — | — |
result.data[].groups[]._href | string | No | — | — |
result.meta | object | No | — | Additional response metadata (status, paging). |