Skip to main content
Sender events track the lifecycle of email address verification for senders. Each event includes a data object with the sender’s object_id and email.

Event types


sender.created

Fires when a new sender is created and the verification email is sent. The sender starts in pending_verification status. Listen for sender.verified or sender.failed to track the verification outcome.
JSON

sender.verified

Fires when a sender completes email verification. The sender status is now verified. SignatureAPI can send signing requests on behalf of this address.
JSON

sender.failed

Fires when sender email verification fails. This can happen due to a soft or hard bounce of the verification email, or an internal error. The data.detail property contains a human-readable explanation of the failure reason.
JSON

sender.deleted

Fires when a sender is deleted from the account. SignatureAPI can no longer send signing requests on behalf of this address.
JSON