Loading...
Loading...
Send campaigns across every channel in minutes. Clean REST API, OpenAPI spec, and documentation that actually helps.
// Node.js / TypeScript
const response = await fetch('https://notifyn.net/v1/campaigns', {
method: 'POST',
headers: {
'Authorization': 'Bearer your-api-key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
channels: ['email', 'sms', 'whatsapp'],
audience: { segment: 'active-users' },
content: {
subject: 'Welcome to our platform!',
body: 'Hello {{name}}, welcome aboard!',
data: { name: 'John' }
}
}),
});Simple, predictable endpoints that work with any language or framework
Send multi-channel campaigns
Send to a specific channel (email, SMS, WhatsApp, push)
Get all contacts with pagination
Create and schedule campaigns
Get opens, clicks and deliverability data
Subscribe to real-time events
Every feature designed with developer experience in mind
Average API response time under 50ms. Built on edge infrastructure for global performance.
API key authentication, IP allowlisting and webhook signatures. No bolt-on security layers.
Track opens, clicks, bounces and more. Get detailed event data via webhooks.
Get instant notifications for delivery events. Retry logic built-in for reliability.
Servers in 6 regions worldwide. Automatic failover and load balancing.
Automatic retries, failover handling and a real-time status page you can monitor.
Clean, predictable endpoints that follow REST conventions. JSON responses, consistent error handling and full pagination.
/v1/emailsSend an email/v1/emails/:idGet email status/v1/emails/batchSend batch emails/v1/analyticsGet analytics data/v1/contactsCreate contact/v1/templatesList templates{
"id": "msg_1234567890",
"object": "email",
"from": "hello@yourcompany.com",
"to": "user@example.com",
"subject": "Welcome!",
"status": "delivered",
"created_at": "2024-01-15T10:30:00Z",
"delivered_at": "2024-01-15T10:30:02Z",
"events": [
{
"type": "delivered",
"timestamp": "2024-01-15T10:30:02Z"
},
{
"type": "opened",
"timestamp": "2024-01-15T10:35:00Z"
}
]
}Connect with your favourite tools and platforms
Get your API key in seconds. Free forever to get started.