Optional
bccEmail?: string[]Optional
ccEmail?: string[]The cc: email addresses in which a PDF copy of the form submission will be sent.
Optional
email?: string@deprecated: use toEmail instead
Optional
emailAttachmentsEndpoint?: EndpointConfigurationEndpoint configuration for adding custom attachments to the email.
Optional
emailSubjectLine?: stringThe subject line of the email sent to the configured email address.
Optional
emailTemplate?: { id: number; mapping: PdfSubmissionEventEmailTemplateMapping[] }A reference to a custom template for the email body.
The id
of the emailTemplate
.
The mappings required from the email template.
Optional
excludedAttachmentElementIds?: string[]An array of element ids to exclude from the email when adding attachments.
Optional
toEmail?: string[]The to: email addresses in which a PDF copy of the form submission will be sent.
The bcc: email addresses in which a PDF copy of the form submission will be sent.