One API call to send welcome emails, password resets, and invoices. Full deliverability stack with SPF, DKIM, and DMARC built in.
One endpoint. JSON in, email out.
curl -X POST https://bejafly.com/api/v1/send \
-H "X-API-Key: bf_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"from": {"email": "hello@yourapp.com", "name": "YourApp"},
"to": {"email": "user@example.com", "name": "Jane"},
"template": "welcome-email",
"variables": {"name": "Jane", "login_url": "https://yourapp.com/login"}
}'
Everything you need. Nothing you don't.
Simple JSON API with template support, variable substitution, and batch sending up to 50 emails.
SPF, DKIM, and DMARC verification with guided DNS setup. We check records automatically.
Delivered, opened, clicked, or bounced — know the status of every email with event timeline.
Real-time event notifications with HMAC-SHA256 signed payloads and automatic retry.
Code editor with live preview. Use {{variables}} for dynamic content. Test emails from dashboard.
Automatic bounce handling and one-click unsubscribe. Protect your sender reputation.
Add DNS records. We guide you through SPF, DKIM, and DMARC.
One click in your dashboard. Drop it into your app config.
POST JSON to our API. We handle the rest.
Start free. Scale as you grow.
Set up in 5 minutes. Free forever on the starter tier.
Create Free Account