Skip to main content
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 senders are provisioned directly using this POST endpoint.
  1. First, add and verify your custom domain in the Domain Setup interface (DNS verification).
  2. Retrieve the verified_domain_id (UUID) for your verified domain.
  3. Make a POST request to /sender-emails with:
    • provider: "stalwart"
    • verified_domain_id: The domain UUID.
    • email: The desired email address matching the domain (e.g. support@yourdomain.com).