Unified API
Send transactional SMS, WhatsApp OTP and messages, and email from one clean API through SEED Messages servers.
Centralize SMS, WhatsApp, and email delivery in one API, issue client API keys, requests Sender IDs, add domains and send messgaes to your partners and clients.
SEED Messages gives you a simple interface to manage your access, sender approvals, WhatsApp OTP settings, email domains, delivery, and billing.
Send transactional SMS, WhatsApp OTP and messages, and email from one clean API through SEED Messages servers.
Verify sending domains, manage DNS records, create SMTP credentials, and send test emails from the portal.
Access your secure workspace for Sender IDs, email domains, credits, purchases, API keys, and message activity.
Manage your default senders, webhooks, suppressions, and delivery controls directly from your console.
Easily manage your prepaid and postpaid accounts, Sender ID approvals, email onboarding, and transaction history.
You can generate API keys, send WhatsApp OTP and messages, configure email domains, create SMTP credentials, and send SMS after the required approvals.
POST /v1/messages
X-API-Key: lks_...
{
"to": "+22890000000",
"sender": "SEED",
"text": "Your code is 482913"
}
POST /v1/email/messages
X-API-Key: lks_...
{
"to": "[email protected]",
"from_email": "[email protected]",
"subject": "Your receipt",
"text": "Thanks for your order."
}