API
Developer-first email API.
Send transactional email, manage contacts and trigger campaigns programmatically.
POST /api/v1/email/send
Authorization: Bearer YOUR_API_KEY
{
"to": "customer@example.com",
"subject": "Welcome to ScaleUp92",
"template": "welcome_email"
}
REST API
Clean endpoints for sending, contacts, lists and campaign events.
Webhooks
Receive delivery, bounce, click and unsubscribe events.
SDK Roadmap
Future SDKs for JavaScript, PHP and Flutter backends.