par avionthe dispatch bureau for email
Every email, tracked like a parcel.
MailTrooper is a transactional email API with a control room on top. Dispatch in one POST, follow the waybill from queue to click, design in blocks, and let sequences do the follow-up.
85+ templates · 11 block types · 7 tracked event kinds · webhooks included
Waybill
MT-8D7E · 3309…26BB
POST /api/v1/emails/send → 200 · 41ms
0
templates in the gallery
0
email block types
0
tracked event kinds
0%
of the API on the dashboard
the bureau
Six departments, one counter.
Everything the dashboard does rides the same API a developer calls. Design, aim, automate and trace, without leaving the building.
the builder
Design in blocks
A drag and drop builder that compiles to bulletproof table HTML with a plain text twin. Or bring raw HTML. Both live in one gallery, editable block by block.
- Eleven block types, keyboard reorderable, undo and redo
- Compiles to email-safe HTML plus a derived plain text version
- Liquid variables with a sample-data preview before you send
events
Events, pushed
Deliveries, opens, clicks, bounces and complaints POST to your endpoints as they happen. Polling is for postcards.
- Seven event kinds with signed, retried delivery
- Bounces and complaints suppress the address automatically
- Subscribe per endpoint, filter by event
audiences
Audiences that compute
Segments are live filters over contact attributes. Build them visually and watch the exact count settle as you add conditions, then aim a campaign at them.
- Attribute, tag, engagement and geography conditions
- The audience count is exact, computed in the database
- Membership updates itself as contacts change
audience
exact count
15,302
contacts match 1 condition
sequences
Sequences on a rail
Welcome series and win-backs as a visible chain: email, wait, branch. Insert a step anywhere and the journey still reads top to bottom.
- Email, wait and branch steps on a vertical rail
- Insert between, reorder, and edit inline
- Branches route on opened, clicked or attribute
Welcome aboard
sent immediately
Wait 2 days
then continue
Getting started tips
template · onboarding-02
Opened the last email?
yes → tips · no → nudge
A hand if you need it
template · onboarding-nudge
developers first
One POST. The rest is paperwork we handle.
Bearer auth, JSON envelopes, stable references. Send with a stored template and per-recipient variables, trace the reference through the ledger, and subscribe your systems to the events.
- Idempotent sends with template slugs and liquid variables
- Address validation with mailbox-level checks
- Query the ledger and aggregates over HTTP
- Webhooks for delivery, open, click, bounce and complaint
curl -X POST https://api.mailtrooper.com/api/v1/emails/send \
-H "Authorization: Bearer $MAILTROOPER_KEY" \
-d '{
"to_email": "ria@example.com",
"template": "shipped-tracking",
"data": { "first_name": "Ria", "tracking": "MT-8D7E" }
}'press run to dispatch a test email and trace it
use cases
Built for the emails that carry your business.
the gallery
Templates for every situation.
compare
A bare API, or a bureau.
Most transactional APIs stop at send and a list of logs. MailTrooper puts the same developer-first spine under a control room your whole team can use.
Questions at the counter
Is this for developers or marketers?+
Developers first: one POST sends a templated email, and everything the dashboard shows is available over the same API. The campaign and sequence tooling means the marketing team ships without filing tickets.
Do I have to use the block builder?+
No. Templates are HTML with liquid variables under the hood. Paste your own, import what you have, or mix builder templates with raw ones in the same gallery.
What happens to bounces and complaints?+
They are recorded on the contact's paper trail, the address is suppressed automatically, and the event hits your webhooks. Your sender reputation is treated like the asset it is.
Can I try it without a credit card?+
Yes. The Postcard plan is free and includes the full builder, gallery, API and webhooks at a smaller volume.
Your first dispatch is five minutes away.
Free plan, full API, all 85 templates. No card at the counter. The dispatch bureau for transactional email.