Send OTPs, receipts, alerts and marketing campaigns over email with a REST API or SMTP relay. Because email lives inside the same omnichannel account as your other channels, one contact record, one template library and one set of webhooks cover every message you send.
The Talkloo Email API is a programmable email sending service that lets your application send transactional email (one-time passwords, receipts, password resets, alerts) and bulk marketing email through a single REST endpoint or a standard SMTP relay. It runs on the Talkloo omnichannel platform, so the same contact list, templates, suppression rules and webhooks you use for SMS and WhatsApp also apply to email – and you can set email as a fallback channel when a message cannot be delivered elsewhere.
Talkloo Email is built so engineering teams stop stitching together a separate email vendor, a separate SMS vendor and a separate WhatsApp BSP. One account, one API key, every channel.
Trigger email from any backend event with a single HTTP call. Sub-second acceptance, priority routing and a dedicated transactional stream keep OTPs and receipts fast.
Upload or sync an audience, choose a template, schedule and send. Campaign analytics show delivery, opens, clicks and unsubscribes per segment.
Point an existing application, CMS or mail server at Talkloo’s SMTP endpoint and keep your current code. Same analytics, same webhooks.
Guided SPF, DKIM and DMARC setup, bounce classification, complaint feedback loops and reputation monitoring so mail lands in the inbox.
Most teams send their first production email within a day.
Add the SPF, DKIM and DMARC records Talkloo generates for your domain. Verification is automatic once DNS propagates.
Build HTML or plain-text templates in the dashboard with variables such as {{first_name}} or {{otp}}. The same template engine is shared with SMS and WhatsApp.
Call POST /v1/messages with channel "email", or relay through smtp.talkloo.com with your credentials.
Receive delivered, opened, clicked, bounced and complained events at your callback URL and feed them into your CRM.
The email endpoint is the same messages endpoint used for SMS, WhatsApp and RCS. Set the channel, pass a template and variables, and Talkloo handles rendering, authentication headers and delivery tracking.
POST /v1/messages
Authorization: Bearer <API_KEY>
{
"channel": "email",
"to": "customer@example.com",
"from": "alerts@yourdomain.com",
"template": "order_confirmation",
"variables": { "order_id": "A-10432", "total": "$129.00" },
"fallback": ["sms", "whatsapp"],
"callback_url": "https://yourapp.com/webhooks/talkloo"
}
// 202 Accepted
{ "id": "msg_8f2k1", "channel": "email", "status": "queued" }Password resets, login codes and new-device alerts on the transactional stream with priority delivery.
Order confirmations, invoices, shipping updates and account changes triggered from your backend.
Newsletters, promotions and lifecycle drips with segmentation, scheduling and engagement analytics.
Send by WhatsApp or SMS first and fall back to email automatically when a number is unreachable.
Let a Talkloo AI agent send a summary or document by email after a voice or chat conversation.
Drop an email node into any Flow Builder journey alongside SMS, WhatsApp and voice steps.
Yes. Talkloo Email is a native channel on the omnichannel platform. You can send transactional and bulk email through a REST API or SMTP relay using the same account, API key, contact list and webhooks as your SMS, WhatsApp, RCS and voice traffic.
Yes. Talkloo provides an SMTP endpoint with TLS on ports 587 and 465. Any application or mail server that speaks SMTP can send through it without code changes, and you still get delivery, open and click tracking.
Transactional and marketing mail run on separate streams, sending domains are authenticated with SPF, DKIM and DMARC, bounces and complaints are automatically suppressed, and high-volume senders can use dedicated IP pools. Reputation and bounce rates are visible in the dashboard.
Yes. Pass a fallback array in the API call or add a fallback branch in Flow Builder. If a WhatsApp or SMS message fails or is not delivered within your timeout, Talkloo automatically sends the email version of the template.
Yes. Templates support full HTML with inline CSS, plain-text alternatives, inline images and attachments up to 10 MB per message.
Accepted, sent, delivered, opened, clicked, bounced (hard and soft), complained and unsubscribed. Every event carries the message ID and any metadata you attached at send time.
Get a sending domain verified, an API key issued and your first transactional email live – usually within a day.