Loading...
Loading...
The multi-channel API for developers. Send messages across email, SMS, WhatsApp, push and voice. Manage contacts and track engagement with a single REST API.
curl -X POST https://notifyn.net/api/v1/emails \
-H "Authorization: Bearer ntfn_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"from": "hello@yourdomain.com",
"to": "user@example.com",
"subject": "Hello from Notifyn!",
"html": "<h1>Welcome!</h1><p>Your first email via the API.</p>"
}'All API requests should be made to:
https://notifyn.net/api/v1