The email address details.

Hierarchy

  • TransportWebhookLogEmail

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
address?: string

The recipient email address.

domain?: string

The recipient domain.

subject?: string

The email subject line.

type?: string[]

Email categorization tags applied by the transport provider (for example, "transactional", "marketing").

Generated using TypeDoc