HTTP API
Best for backend services. Create an API key in your workspace, then call POST /api/v1/messages with a Bearer token. Included from Cloud Starter upward.
Read the send API docsDevelopers
Step 1
Create an account and add your domain
Sign up, choose a plan, add your domain, and publish the DNS records we show you.
Learn moreStep 2
Create a mailbox
Every integration sends from an address on your domain, such as notifications@yourdomain.com.
Learn moreStep 3
Pick how your app connects
Use the HTTP API for backend services, SMTP for existing mail libraries, or webhooks for delivery events.
Learn moreBest for backend services. Create an API key in your workspace, then call POST /api/v1/messages with a Bearer token. Included from Cloud Starter upward.
Read the send API docsUse standard mail libraries (Nodemailer, PHPMailer, Django, etc.) with credentials from your workspace. App passwords are recommended for production apps.
Receive signed HTTP callbacks when a message is accepted, delivered, deferred, or bounced. Available on Cloud Business and Cloud Growth.
After sign-in you can create API keys, copy SMTP settings, register webhook URLs, and review delivery history — all from your account dashboard.