Class TransportWebhookLogMessageCustomArgs

Custom arguments passed through the email transport provider for tracking.

Hierarchy

  • TransportWebhookLogMessageCustomArgs

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
emailId?: string

The unique email identifier.

emailTypeDisplayName?: string

The human-readable email type name.

orgUuid?: string

The organization UUID.

queueTime?: string

The timestamp when the email was queued.

subject?: string

The email subject line.

Generated using TypeDoc