Skip to main content

ISESV2InsightsEvent

Interface in AWS.SESV2

Interface for SESV2 InsightsEvent.

Properties

Details

property Details: ISESV2EventDetails

Type: ISESV2EventDetails

Details about bounce or complaint events.

This property contains additional diagnostic information when the event type is BOUNCE or COMPLAINT. The details provide specific information about what caused the bounce or the nature of the complaint. For bounce events, details include bounce type, subtype, and diagnostic codes that help identify the specific reason for delivery failure. For complaint events, details include complaint feedback type and subtype information from the recipient's email provider. This property is only populated for bounce and complaint events. Other event types such as SEND, DELIVERY, OPEN, or CLICK do not include additional details.

Timestamp

property Timestamp: TOptional<TDateTime>

The timestamp of the event.

This property indicates the exact date and time when the event occurred during the email delivery process. Events are ordered chronologically to provide a complete timeline of the message's journey. The timestamp helps track the progression of email delivery, measure delivery times, and correlate events with external systems or logs for troubleshooting and analysis purposes.

Type

property Type: string

The type of event.

This property specifies the category of event that occurred during the email delivery process. Valid event types include:

  • SEND – The send request was successful and SES will attempt to deliver the message to the recipient's mail server.
  • DELIVERY – SES successfully delivered the email to the recipient's mail server.
  • BOUNCE – Feedback received for delivery failures. Additional details are provided in the Details object.
  • COMPLAINT – Complaint received for the email. Additional details are provided in the Details object.
  • OPEN – Open event for emails including open trackers.
  • CLICK – Click event for emails including wrapped links.
  • REJECT – The email was rejected before sending attempt.
  • RENDERING_FAILURE – Template rendering failed during email composition.
  • DELIVERY_DELAY – Email delivery was delayed by the receiving mail server.
  • SUBSCRIPTION – Subscription management event occurred. Events exclude activities from the mailbox simulator and emails addressed to multiple recipients to provide accurate delivery analytics for real-world email performance.