Business Emails
- List Businesses
- Create Document
- Create Template
- Use Template
- Get Document / Template
- List Documents
- List Templates
- Send Reminder
- Reassign Signer
- Delete Document
- Trash Document / Template
- Cancel Document
- Download Original PDF
- Download Final PDF
- Upload File
- Get Bulk Sending Blank CSV
- Validate Bulk Sending CSV
- Create Bulk Job
- Get Bulk Job by id
- Get Bulk Job Status by id
- Get Bulk Job Documents by id
- Get Bulk Jobs list
- Audit Log
- Errors
Business emails are validated to ensure they can be used in specific contexts, such as custom requester email addresses.
Custom Requester Email Validation
You can supply a custom requester email via business settings or directly in your API request. Regardless of which method you use, you must ensure that the email address has been verified.
Requester emails can be verified either via the UI or the API:
UI Verification
Navigate to the Business Settings delivery section and specify the email address for "Custom requester email." Clicking "Save" will display a prompt that allows you to verify the email address. Click the verification link, and an email will be sent with instructions. Once verified, you can use the email address without saving it in the settings interface. For more details about this process, refer to the help center.
API Verification
You can also initiate the verification process using the API. Refer to the Business Email API documentation for full specifications. The process involves the following steps:
Create a new Business Email with the scope `custom_requester`.
POST a verification request for that email address.
Verify the address by clicking the link in the verification email.