SentEmailDto
Sent email details
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | UUID | ID of sent email | |
userId | UUID | User ID | |
inboxId | UUID | Inbox ID email was sent from | |
domainId | UUID | Domain ID | [optional] |
to | List | Recipients email was sent to | [optional] |
from | String | Sent from address | [optional] |
replyTo | String | [optional] | |
cc | List | [optional] | |
bcc | List | [optional] | |
attachments | List | Array of IDs of attachments that were sent with this email | [optional] |
subject | String | [optional] | |
bodyMD5Hash | String | MD5 Hash | [optional] |
body | String | Sent email body | [optional] |
toContacts | List | [optional] | |
toGroup | UUID | [optional] | |
charset | String | [optional] | |
isHTML | Boolean | [optional] | |
sentAt | OffsetDateTime | ||
pixelIds | List | [optional] | |
messageId | String | [optional] | |
messageIds | List | [optional] | |
virtualSend | Boolean | [optional] | |
templateId | UUID | [optional] | |
templateVariables | Map | [optional] | |
html | Boolean | [optional] |