OptionalbccEmail?: string[]OptionalccEmail?: string[]The cc: email addresses in which a PDF copy of the form submission will be sent.
Optionalemail?: string@deprecated: use toEmail instead
OptionalemailAttachmentsEndpoint?: EndpointConfigurationEndpoint configuration for adding custom attachments to the email.
OptionalemailSubjectLine?: stringThe subject line of the email sent to the configured email address.
OptionalemailTemplate?: { 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.
OptionalexcludedAttachmentElementIds?: string[]An array of element ids to exclude from the email when adding attachments.
OptionaltoEmail?: 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.