Sender events track the verification process for email addresses used as senders in envelopes. This page describes each sender event type, when it occurs, and the additional data included in the event payload.

sender.created

The sender.created event is triggered when a sender verification request is created for an envelope.

sender.verified

The sender.verified event is triggered when a sender verification request is completed successfully.

sender.failed

The sender.failed event is triggered when a sender verification fails. This can be due to a soft or hard bounce of the verification request email, or because of an internal error.

The event data includes a detail property with more information about the failure.

sender.deleted

The sender.deleted event is triggered when a sender is deleted from an envelope.

The event data includes an email property with the sender’s email address.