
Verification lifecycle
When you create a sender, it starts inpending_verification status. SignatureAPI sends a verification email to the address. Once the address owner clicks the confirmation link, the status changes to verified. If the verification email bounces or an error occurs, the status changes to failed.
Only senders with verified status can be assigned to envelopes.
Managing senders
You can manage senders in the Dashboard under Settings, or programmatically using the API.Sender management via API is currently in public preview. To enable it, contact support.
sender.verified or sender.failed webhook events to track the outcome.
Default sender
Every account has a default sender. When you create an envelope without specifying a sender, SignatureAPI uses the default sender’s name and email. To change your account’s default sender, click Set default next to the desired sender in the Dashboard. To specify a sender explicitly on an envelope, include thesender property in the request body:
Attributes
The unique identifier of the sender.
The email address of the sender. SignatureAPI sends signing request emails to recipients on behalf of this address.
The current verification status of the sender.
pending_verification- A verification email was sent. The address owner has not yet confirmed.verified- The address owner confirmed the verification email. This sender can be used on envelopes.failed- Verification failed due to a bounce or error. This sender cannot be used.
The time at which the sender was created, formatted as an timestamp.