Interface GenericEmailEventPayload

Payload for sending generic emails

interface GenericEmailEventPayload {
    header: EmailHeader;
    text: string;
    title: string;
}

Properties

Properties

header: EmailHeader
text: string

The text content of the email

title: string

The title of the email