Syntra Engage
WhatsApp Cloud API, Telegram bots, USSD, SMS, email campaigns, push (FCM/APNs), web chat widget, and provider webhooks with bot-to-agent handoff.
Learn moreMessaging · Voice · Verify · Flow
WhatsApp, SMS, email, web chat, and voice IVR through one Kong gateway and developer console.
POST /v1/route/messages
X-API-Key: sk_test_...
{
"channel": "whatsapp",
"to": "+233241234567",
"body": "Your verification code is ready."
}Eight channels, eleven API products, and one Kong gateway with shared tenant context.
From outbound campaigns to agent inbox and voice IVR — each module is a first-class API behind Kong.
WhatsApp Cloud API, Telegram bots, USSD, SMS, email campaigns, push (FCM/APNs), web chat widget, and provider webhooks with bot-to-agent handoff.
Learn moreVisual conversational automation for WhatsApp, Telegram, and USSD — commerce, KYC, support presets, survey delivery, and AI handoff nodes.
Learn moreAgent workspace — multi-channel threads, bot takeover and handback, SSE events, tickets with SLA policies, and team-scoped visibility.
Learn moreOTP verification over SMS, email, and WhatsApp — request, check, and status APIs with delivery workers and Flow-embedded identity steps.
Learn moreTransactional messaging router — SMS, email, push, and WhatsApp template sends with idempotent delivery, status tracking, and usage metering.
Learn moreTenant AI agents, multi-turn converse for Flow, knowledge base with RAG retrieval, copilot suggestions for agents, chat, and embeddings.
Learn moreCustomer profiles — contacts, channel identities, timelines, segments, and lists for campaigns and inbox context.
Learn moreContact center and IVR — inbound Twilio webhooks, DTMF menus, queue routing, call logs, flow builder, and mock simulator for local testing.
Learn morePlatform analytics from Kafka events — messages, verifications, AI usage, campaign performance, and custom event ingestion to ClickHouse.
Learn moreAPI keys, RBAC, teams, feature entitlements, SSO, SCIM, audit log, IP security controls, and Kong gateway introspection.
Learn morePrepaid and postpaid accounts, usage metering, invoices, top-ups, campaign scheduling costs, and real-time spend monitoring.
Learn moreREST endpoints, typed SDKs, MCP tools for Cursor, and a console for the same operations.
Eleven microservices behind Kong — 120+ REST endpoints for messaging, flows, campaigns, verify, AI, inbox, CRM, voice, insights, identity, and billing.
Typed clients for Node.js, Python, .NET, Go, and Java with idempotency keys and Stripe-style errors.
Configure every channel, build IVR flows and surveys, manage templates and campaigns, run the AI inbox, CRM, billing, teams, and RBAC in one workspace.
27+ MCP tools for Cursor and Claude Desktop — send messages, configure push, run verification, manage flows, voice IVR, and browse OpenAPI from your editor.
import Syntra from '@syntra/sdk';
const client = new Syntra({ apiKey: process.env.SYNTRA_API_KEY });
await client.route.messages.send({
channel: 'whatsapp',
to: '+233241234567',
body: 'Your order has shipped.',
});Model inbound events through presets or custom graphs — AI, inbox handoff, voice queues, and surveys.
WhatsApp, Telegram, USSD, web chat, or voice IVR webhook
Preset or custom workflow with branching and surveys
RAG-backed agents with copilot assist for humans
Takeover, tickets, SLA, and cross-channel reply
IVR routes callers to contact center queues
Events to ClickHouse analytics and billing meters
OTP, support queues, campaigns, USSD menus, and commerce flows on the same inbox and CRM record.
Bots on WhatsApp, Telegram, and web chat with agent takeover, handback, tickets, and SLA timers.
Twilio-compatible inbound IVR with DTMF menus, queue routing, call logs, and a console flow builder with live simulator.
Catalog, enquiry, and reservation journeys with Flow presets, CRM contacts, and Engage template campaigns.
Verify users over SMS, email, or WhatsApp — OTP delivery workers and Flow-embedded verification steps.
WhatsApp and email campaigns with template sync, recurrence, audience segments, and send-time scheduling.
Transactional email, template editor, embeddable web chat widget, and inbox threads across channels.
Telco USSD menus powered by Flow — banking, enquiries, and surveys without smartphones.
Single contact profile across channels with identities, timelines, segments, and list-based campaign targeting.
Tenant agents with custom models, knowledge base articles, vector RAG, and inbox copilot suggestions.
Clients hit Kong; services read and write Postgres, publish to Kafka, and query ClickHouse and Qdrant where needed.
Eleven services behind Kong, shared auth, and a console that calls the same APIs you do.
WhatsApp Cloud API, Telegram, USSD, SMS, email, push, web chat, and voice IVR — one inbox thread and one CRM contact per customer.
Eleven built-in use cases — commerce, KYC, onboarding, support, surveys, AI assistant — with channel bindings and live sessions.
Chatbot automation with agent takeover and handback, real-time SSE, tickets with SLA, and cross-channel reply delivery.
Six system roles, 50+ permissions, feature entitlements, and team-scoped inbox and campaign access.
Tenant agents in Flow, knowledge base with RAG, vector search in Qdrant, and copilot suggestions for agents in the inbox.
Prepaid balances or postpaid invoicing with real-time monitor, per-product metering, and low-balance alerts.
SSO, SCIM, workspace isolation, audit exports, and permission checks on every route.
Kong validates API keys and injects tenant context; services enforce permissions and feature entitlements.
SSO (OIDC/SAML), SCIM provisioning, IP allowlists, break-glass access, and exportable audit logs.
Organizations with multiple workspaces, teams, scoped API keys, and per-tenant feature toggles.
SOC 2 Type II certified; GDPR and CCPA aligned; ISO 27001 certification in progress.
Get started
Run Docker Compose locally, open the console, and POST to /v1/route/messages.