Documentation

Build with confidence

Everything you need to integrate InboxFlow into your application.

Send your first email in 2 minutes

Grab your API key, make one request, and you're shipping emails.

1Sign up for a free account
2Create an API key in the dashboard
3Verify your sending domain
4Send your first email via API or SMTP
Get Started Free
curl
$ curl -X POST https://api.inboxflow.dev/v1/send \
-H "Authorization: Bearer if_key_..." \
-H "Content-Type: application/json" \
-d '{
"to": "user@example.com",
"subject": "Hello from InboxFlow!",
"html": "<h1>Welcome!</h1>"
}'
Node.js
import { InboxFlow } from 'inboxflow';

const iflow = new InboxFlow('if_key_...');

await iflow.send({
to: 'user@example.com',
subject: 'Hello from InboxFlow!',
html: '<h1>Welcome!</h1>',
});

SDKs & Libraries

First-class libraries for your favorite languages. Type-safe, well-documented, and regularly updated.

Get Started Free

Start sending in under 2 minutes

No credit card. No onboarding call. No "talk to sales." Just one API key and you're shipping.

SC
MR
PS
JD
+2K
2,500+ developers already shipping