Verbara™
Solution · Omnichannel

Eleven channels, one inbox.

WhatsApp Meta direct (no intermediate BSP), SMS, email, WebChat, Telegram, IG, Messenger, and more. Multi-tenant, with Flows DAG and LLM nodes.

What you replace

Eleven channels without per-message fees.

Messaging CPaaS platforms charge per message + per provider + per channel. Verbara unifies them.

  Verbara Twilio Conv. Sinch · MessageBird Chatwoot (OSS)
Open-core ✓ MIT + Apache ✗ closed cloud ✗ closed cloud ✓ MIT
Self-host ✓ ✗ ✗ ✓
11 out-of-box connectors ✓ 11 channels ~5 ~7 ~5
WhatsApp Meta direct ✓ direct via BSP via BSP via BSP
Flows DAG with LLM nodes ✓ DAG ✗ ~ flows basic flows
Multi-tenant white-label ✓ Pro ✓ enterprise ✓ enterprise ✗
Native voice integrated ✓ native ✓ separate API ✓ separate API ✗

Read the code

One queue for everything.

OmnichannelRouter.cs
using Verbara.Platform.Routing;
using Verbara.Platform.Channels.WhatsApp;
using Verbara.Platform.Channels.Sms;
using Verbara.Platform.Channels.WebChat;
using Verbara.Platform.Flows;

routing.UseChannel<WhatsAppChannel>("whatsapp", opts => {
  opts.WhatsAppBusinessAccountId = Env("WABA_ID");
  opts.AccessToken = Env("WA_TOKEN");
});
routing.UseChannel<SmsChannel>("sms");
routing.UseChannel<WebChatChannel>("web");

routing.MapInbound("support", flow => flow
  .Llm("classify", opts => {
    opts.Model = "gpt-4o-mini";
    opts.SystemPrompt = "Route to billing, technical, or general queue.";
  })
  .Switch("classify.label", route => route
    .Case("billing",   q => q.ToQueue("billing"))
    .Case("technical", q => q.ToQueue("technical"))
    .Default(q => q.ToQueue("general"))));

Verbara.Platform — WhatsApp + SMS + WebChat in a Flow DAG with 1 LLM node →

FAQ · Omnichannel

Messaging questions.

Omnichannel pricing

Which tier do you need?

Tier 0 community for self-host evaluation. Tier 2 ($30-50k/yr) for multi-tenant in your own SaaS. Tier 3+ ($99/agent/mo) if you prefer hosted with SLA.

See full pricing →

Eleven channels, no per-message fees.

30-day signed developer license, free. WhatsApp Meta direct, no middlemen.

Get a developer license →