Interface: EmailSendEventInput
Defined in: type/EmailSendEventInput.ts:6
Input object for EmailSendEventInput
Properties
attachments?
optionalattachments?:Base64FileInput[]
Defined in: type/EmailSendEventInput.ts:20
The attachment(s) of the email
bcc?
optionalbcc?:EmailSendContactInput[]
Defined in: type/EmailSendEventInput.ts:18
The bcc recipient(s) of the email
campaignId?
optionalcampaignId?:string
Defined in: type/EmailSendEventInput.ts:22
The campaingId of the email
cc?
optionalcc?:EmailSendContactInput[]
Defined in: type/EmailSendEventInput.ts:16
The cc recipient(s) of the email
content
content:
string
Defined in: type/EmailSendEventInput.ts:10
The content of the email
from
from:
EmailSendContactInput
Defined in: type/EmailSendEventInput.ts:12
The sender of the email
messageId?
optionalmessageId?:string
Defined in: type/EmailSendEventInput.ts:24
The messageId of the email
subject
subject:
string
Defined in: type/EmailSendEventInput.ts:8
The subject of the email
to
to:
EmailSendContactInput[]
Defined in: type/EmailSendEventInput.ts:14
The recipient(s) of the email
utmTags?
optionalutmTags?:string
Defined in: type/EmailSendEventInput.ts:26
The utmTags of the email
variables?
optionalvariables?:any
Defined in: type/EmailSendEventInput.ts:28
Variables that can be used in the email template