What is Brixus365?
Brixus365 is an email platform for developers and marketing teams. These docs cover the Developer Email API — a REST API for sending transactional email from your application.
Brixus365 has two surfaces:
- Developer Email API — send transactional email programmatically: receipts, password resets, notifications, magic links.
- Dashboard — no-code tools for your marketing team: Spark for broadcast campaigns, Connect for customer conversations and inbox management.
The Developer Email API
The API is JSON over HTTPS. You authenticate with an API key — no SDK required, any HTTP client works.
| Base URL | https://app.brixus365.com/api/v1/ |
| Auth | X-API-Key: bx_live_* |
| Format | JSON request and response bodies |
| Protocol | HTTPS only |
What you can do
| Capability | Endpoint |
|---|---|
| Send a single transactional email | POST /v1/emails/send |
| Send up to 100 emails in one request | POST /v1/emails/batch |
| Use a saved or starter template | template_id / starter_template field on send |
| Check message delivery status | GET /v1/emails/:message_id |
| List sent messages with filters | GET /v1/emails |
| Manage sending domains | GET/POST /v1/settings/email-domains |
| Issue and revoke API keys | GET/POST /v1/settings/api-keys |
How it works
- Verify a sending domain — add DNS records to prove you own the domain your emails come from.
- Get an API key — create a key in Settings → API Keys with the scopes you need.
- Send —
POST /v1/emails/sendwith your key inX-API-Key.
That’s the core loop. Templates, batching, analytics, and domain management all build on top of it.
Try it in 60 seconds
Jump straight to the Quickstart. It walks through domain verification, getting a key, and sending a test email end to end.
What’s next
| You want to… | Go to |
|---|---|
| Make your first send | Quickstart |
| Understand key concepts | Core concepts |
| See what’s included on each plan | Limits |
| Browse the full API reference | API Reference |
Start sending
9,000 transactional emails a month, free.
No credit card. No commitment. Up and running in under five minutes.