Senders
Provision New Sender
Initiate DNS/Email verification for a new identity.
POST
Request Body
string
required
Internal label for the sender
string
required
The ‘from’ email address
string
required
Provider type (stalwart, gmail_oauth)
string
Display name in recipients’ inbox
string
Address for replies
string
Required for ‘stalwart’ provider
Connection Guide
Different providers follow distinct setup flows. Follow the instructions below depending on your provider choice:- Stalwart Mail
- Gmail Workspace (OAuth)
Stalwart senders are provisioned directly using this POST endpoint.
- First, add and verify your custom domain in the Domain Setup interface (DNS verification).
- Retrieve the
verified_domain_id(UUID) for your verified domain. - Make a
POSTrequest to/sender-emailswith:provider:"stalwart"verified_domain_id: The domain UUID.email: The desired email address matching the domain (e.g.support@yourdomain.com).

