Interface: SentEmailDto
Sent email details
export
interface
SentEmailDto
Table of contents
Properties
- attachments
- bcc
- body
- bodyMD5Hash
- cc
- charset
- domainId
- from
- html
- id
- inboxId
- isHTML
- messageId
- messageIds
- pixelIds
- replyTo
- sentAt
- subject
- templateId
- templateVariables
- to
- toContacts
- toGroup
- userId
- virtualSend
Properties
attachments
• Optional
attachments: string
[]
Array of IDs of attachments that were sent with this email
memberof
SentEmailDto
bcc
• Optional
bcc: string
[]
memberof
SentEmailDto
body
• Optional
body: string
Sent email body
memberof
SentEmailDto
bodyMD5Hash
• Optional
bodyMD5Hash: string
MD5 Hash
memberof
SentEmailDto
cc
• Optional
cc: string
[]
memberof
SentEmailDto
charset
• Optional
charset: string
memberof
SentEmailDto
domainId
• Optional
domainId: string
Domain ID
memberof
SentEmailDto
from
• Optional
from: string
Sent from address
memberof
SentEmailDto
html
• Optional
html: boolean
memberof
SentEmailDto
id
• id: string
ID of sent email
memberof
SentEmailDto
inboxId
• inboxId: string
Inbox ID email was sent from
memberof
SentEmailDto
isHTML
• Optional
isHTML: boolean
memberof
SentEmailDto
messageId
• Optional
messageId: string
memberof
SentEmailDto
messageIds
• Optional
messageIds: string
[]
memberof
SentEmailDto
pixelIds
• Optional
pixelIds: string
[]
memberof
SentEmailDto
replyTo
• Optional
replyTo: string
memberof
SentEmailDto
sentAt
• sentAt: Date
memberof
SentEmailDto
subject
• Optional
subject: string
memberof
SentEmailDto
templateId
• Optional
templateId: string
memberof
SentEmailDto
templateVariables
• Optional
templateVariables: Object
memberof
SentEmailDto
Index signature
▪ [key: string
]: object
to
• Optional
to: string
[]
Recipients email was sent to
memberof
SentEmailDto
toContacts
• Optional
toContacts: string
[]
memberof
SentEmailDto
toGroup
• Optional
toGroup: string
memberof
SentEmailDto
userId
• userId: string
User ID
memberof
SentEmailDto
virtualSend
• Optional
virtualSend: boolean
memberof
SentEmailDto