A small dependable API for contact us forms, password resets, login links, and one-time codes.
curl -X POST https://notifyvia.email/api/v1/send \
-H "X-Api-Key: 1.sdf468..." \
-H "Content-Type: application/json" \
-d '{
"to": "[email protected]",
"subject": "Your sign-in code",
"html": "<p>Your code is 824193.</p>"
}'
You don't need to touch your domain's DNS records to start sending. You only need to inform your client that they will receive all notifications from [email protected]
Scan for marketing language and promotional phrasing. Anything that looks like a sales pitch gets blocked, useful for your client's contact us form.
You can enable a Per-host limit from the API itself. Catch a runaway loop, a misfiring cron, or a compromised key before it drains your quota.
We're currently in closed beta and onboarding a small cohort of senders each month.
Join the list and we'll be in touch.