Skip to main content
Unified Routing lets one request decide where a message should go.

Route order

The route order controls which channel KarFlows tries first.
Recommended default:
  1. whatsapp_qr
  2. whatsapp_meta
  3. sms

Delivery modes

Fallback

Stops after the first successful channel.
Use this for:
  • OTP
  • Order alerts
  • Booking confirmations
  • Cost control

All

Sends to every selected channel.
Use this when:
  • The message is urgent.
  • The customer requested both WhatsApp and SMS.
  • The business wants a written SMS copy.

Channel readiness

Before routing, KarFlows checks whether each channel is ready.

Charging logic

KarFlows should charge only successful channels. Fallback example:
Only SMS is deducted. All mode example:
Both successful channels may be charged.