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.
Outbound campaigns, agent inbox, voice IVR, and more. 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 with 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 for 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 with contacts, channel identities, timelines, segments, and lists for campaigns and inbox context.
Learn moreContact center and IVR with 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 and GraphQL APIs, typed SDKs, MCP tools for Cursor, and a console for the same operations.
Eleven microservices behind Kong: 120+ REST endpoints plus GraphQL at /v1/graphql for inbox, CRM, AI, flows, and insights in one request.
Typed clients for Node.js, Python, .NET, Go, and Java with idempotency keys and Stripe-style errors.
Configure channels, build IVR flows and surveys, manage templates and campaigns, and run inbox, CRM, billing, teams, and RBAC from one workspace.
60 MCP tools for Cursor and Claude Desktop: send messages, configure push, run verification, manage flows and voice IVR, and browse OpenAPI and GraphQL schema from your editor.
import { SyntraClient } from '@syntra/sdk';
const client = new SyntraClient({ apiKey: process.env.SYNTRA_API_KEY });
await client.route.send('whatsapp', '+233241234567', 'Your order has shipped.');Route inbound events through presets or custom graphs. Add AI steps, 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.
View pitchTwilio-compatible inbound IVR with DTMF menus, queue routing, call logs, and a console flow builder with live simulator.
View pitchCatalog, enquiry, and reservation journeys with Flow presets, CRM contacts, and Engage template campaigns.
View pitchVerify users over SMS, email, or WhatsApp with OTP delivery workers and Flow-embedded verification steps.
View pitchWhatsApp and email campaigns with template sync, recurrence, audience segments, and send-time scheduling.
View pitchTransactional email, template editor, embeddable web chat widget, and inbox threads across channels.
View pitchTelco USSD menus powered by Flow for banking, enquiries, and surveys without smartphones.
View pitchSingle contact profile across channels with identities, timelines, segments, and list-based campaign targeting.
View pitchTenant agents with custom models, knowledge base articles, vector RAG, and inbox copilot suggestions.
View pitchClients 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 with one inbox thread and one CRM contact per customer.
Eleven built-in presets for commerce, KYC, onboarding, support, surveys, and AI assistant flows 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.