Skip to main content

Interface: EmailSendEventInput

Defined in: type/EmailSendEventInput.ts:6

Input object for EmailSendEventInput

Properties

attachments?

optional attachments?: Base64FileInput[]

Defined in: type/EmailSendEventInput.ts:20

The attachment(s) of the email


bcc?

optional bcc?: EmailSendContactInput[]

Defined in: type/EmailSendEventInput.ts:18

The bcc recipient(s) of the email


campaignId?

optional campaignId?: string

Defined in: type/EmailSendEventInput.ts:22

The campaingId of the email


cc?

optional cc?: 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?

optional messageId?: 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?

optional utmTags?: string

Defined in: type/EmailSendEventInput.ts:26

The utmTags of the email


variables?

optional variables?: any

Defined in: type/EmailSendEventInput.ts:28

Variables that can be used in the email template