A single email transport webhook log event.

Hierarchy

  • TransportWebhookLog

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

Top-level attributes for the webhook log event, including delivery status, recipient details, and provider metadata.

date: Date

The ISO 8601 timestamp of the event.

logId: string

The unique log event identifier.

source: string

The email transport provider.

status: string

The log status level.

tags: string[]

A list of tags associated with the event.

Generated using TypeDoc