
Verification lifecycle
A sender goes through a verification process before it can be used. See the sender lifecycle for details.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:
Email addresses in signing requests
All signing request emails are sent fromnoreply@signatureapi.com. This cannot be changed. SignatureAPI enforces a strict DMARC policy to protect email deliverability across major email providers. Sending from custom domains would risk emails landing in spam or being rejected.
Your verified sender address appears as the Reply-To address, so recipient replies go directly to you. The sender’s name and organization also appear in the email body.
To control the Reply-To address and sender details, create and verify a sender with the desired email address, then assign it to envelopes or set it as your default sender or in the envelope request.
Sending from a custom domain is available exclusively as part of the branding package for enterprise customers with very high monthly volumes. Set the From address using the
envelope.branding.email.from property. Contact support to discuss eligibility. However, consider this could affect email deliverability and it’s exclusive to premium enterprise customers.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.
| Status | Description |
|---|---|
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.