Operations
Create a sender
Register a new sender email address and start the verification process
POST
Sender management via API is currently in public preview. To enable it, contact support.
Registers a new sender email address and starts the verification process. SignatureAPI sends a verification email to the provided address. The sender is returned with pending_verification status.
Once the address owner clicks the confirmation link, the sender status changes to verified. The sender can then be used on envelopes. Listen for the sender.verified or sender.failed webhook events to track the outcome.
Body parameters
The email address to register as a sender. Must be a valid email address. Maximum 320 characters.
Returns
Returns a 201 Created status code and a sender object on success, or an error otherwise.