Emails
Returns multiple email records. The records can be filtered, paged, and sorted according to the respective parameters.
Table Specific Information
The Salesloft API returns multiple email records. The Subject and Body fields return NULL if the access token does not include the required privileged scopes.
To access the content of the Body field, the email_bodies privileged scope must be granted. To access the Subject field, the email_contents privileged scope is required.
These privileged scopes can be granted when creating the API key or when configuring a custom OAuth application.
Columns
| Name | Type | Description |
| Id [KEY] | Integer | The Id of the Email. |
| ActionId | Integer | The ActionId of the Email. |
| Bounced | Boolean | The Bounced of the Email. |
| CadenceId | Integer | The CadenceId of the Email. |
| ClickTracking | Boolean | The ClickTracking of the Email. |
| CountsAttachments | Integer | The CountsAttachments of the Email. |
| CountsClicks | Integer | The CountsClicks of the Email. |
| CountsReplies | Integer | The CountsReplies of the Email. |
| CountsUniqueDevices | Integer | The CountsUniqueDevices of the Email. |
| CountsUniqueLocations | Integer | The CountsUniqueLocations of the Email. |
| CountsViews | Integer | The CountsViews of the Email. |
| CreatedAt | Datetime | The CreatedAt of the Email. |
| CrmActivityId | Integer | The CrmActivityId of the Email. |
| HeadersBCC | String | The HeadersBCC of the Email. |
| HeadersCC | String | The HeadersCC of the Email. |
| MailingId | Integer | The MailingId of the Email. |
| Personalization | String | The Personalization of the Email. |
| RecipientId | Integer | The RecipientId of the Email. |
| RecipientEmailAddress | String | The RecipientEmailAddress of the Email. |
| SendAfter | Datetime | The SendAfter of the Email. |
| SentAt | Datetime | The SentAt of the Email. |
| Status | String | The Status of the Email.
The allowed values are sent, sent_from_gmail, sent_from_external, pending, pending_reply_check, scheduled, sending, delivering, failed, cancelled, pending_through_gmail, pending_through_external. |
| StepId | Integer | The StepId of the Email. |
| UpdatedAt | Datetime | The UpdatedAt of the Email. |
| UserId | Integer | The UserId of the Email. |
| ViewTracking | Boolean | The ViewTracking of the Email. |
| Subject | String | Subject of the email. |
| Body | String | Email Body. |
| ErrorMessage | String | Error message of the email. |
| DraftWithAI | Boolean | Whether this email body was drafted with AI assistance. |
| TaskId | Integer | Task Id that this email was sent from, or null if not sent through a cadence. |
| EmailTemplateId | Integer | Template Id used for this email. |
| AdditionalRecipientsIds | String | The comma-separated list of people ids, other than the (primary) recipient, who received this email via TO and CC. |