Rezolyn Docs

Channels

Every surface a customer can reach you on, and how to connect it.

Rezolyn answers on the channels your customers already use. Each channel is a webhook that acknowledges in under 100ms and processes the message asynchronously, so nothing blocks.

Messaging

ChannelHow it connectsNotes
WhatsApp360dialog OAuth from the dashboardText + voice notes. The primary channel.
TelegramBot token + webhookText + voice.
Instagram DMMeta app + webhookText. Phase 2/3.
Web widgetOne <script> tagZero-dependency, ~2KB, Shadow-DOM isolated.

Web widget

<script
  src="https://cdn.rezolyn.com/widget.js"
  data-key="rz_pub_..."
  data-project="proj_..."
  defer
></script>

Use your publishable key here (process-only permissions) — never a secret key, since this script is public.

Helpdesks

ChannelHow it connects
ZendeskInstall the Rezolyn app from the Zendesk Marketplace. The sidebar suggests replies and can insert them.
FreshdeskInstall from the Freshworks Marketplace.

Both apps call the API through the platform's secure proxy — your API key is stored in the helpdesk's secure parameter store and never exposed in the browser.

Voice (IVR)

Phone calls route through Africa's Talking (and Twilio for international). Rezolyn transcribes the caller, runs the same pipeline, and speaks the reply back with text-to-speech.

On this page