The first email platform that excels in transactional emails and marketing emails.
curl -X POST https://api.test.sendkit.best/v1/send \
-H "Authorization: Bearer re_123..." \
-H "Content-Type: application/json" \
-d '{
"from": "security@app.com",
"to": "user@gmail.com",
"subject": "Reset Password",
"body": "<p>Click to reset...</p>"
}'
Integrate in minutes with our official libraries.
import { Sendflare, SendEmailReq, SendEmailResp } from 'Sendflare-sdk-ts';
const client = new Sendflare('your-token');
const req: SendEmailReq = {
from: 'test@example.com',
to: 'to@example.com',
subject: 'test',
body: 'test email',
};
const response: SendEmailResp = await client.sendEmail(req);
Silos are slow. Sendflare bridges the gap between engineering and marketing. Share the same domain reputation, templates, and user data across your entire organization.
Triggered by events.
Password resets, receipts, alerts.
Unified Infrastructure
Scheduled by humans.
Newsletters, updates, drips.
One dashboard for all your email metrics.
Stop managing messy CSVs. Keep your contacts organized with custom attributes, tags, and real-time sync. Build dynamic segments that update automatically based on user behavior.
Filter users by any property: Location, Plan, Last Active, or custom API events.
See every email sent, opened, and clicked for each specific contact in one timeline.
Sync contacts via API or integrate directly with your Postgres database.
Don't let your emails land in spam. Our infrastructure is engineered to ensure your important messages reach the inbox, every time.
Day 1-5 • Limit: 100/day
Day 6-14 • Limit: 5,000/day
Day 15+ • Unlimited
Protect your sender reputation from day one. Our system automatically throttles your traffic and gradually increases volume based on ISP feedback.