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

Hierarchy

  • TransportWebhookLogAttributes

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
category?: string[]

The event categories.

The email address details.

emailId?: string

The unique email identifier.

emailTypeDisplayName?: string

The human-readable email type name.

The message delivery event details.

The network information for the event.

org?: number

The numeric organization identifier.

Metadata about the organization that sent the email.

orgUuid?: string

The organization UUID.

queueTime?: string

The timestamp when the email was queued.

sgMachineOpen?: boolean

Indicates whether the open event was triggered by automated machine activity rather than a human recipient (SendGrid-specific).

subject?: string

The email subject line.

useragent?: string

The user agent string for open events.

Generated using TypeDoc