Platform matrix

All twelve platforms side by side: channel, audio, timestamps, delivery, retries.

Twelve systems we read conversations from, and what each one gives us. The left column is the adapter name, which is the word that goes in your webhook URL. Each platform also has a page of its own

bolnavoice · audio · second timestamps · webhook · retries
crispchat · audio · millisecond timestamps · polled by us · no retries
elevenlabsvoice · audio · second timestamps · webhook · retries
gupshupchat · no audio · millisecond timestamps · webhook · retries
intercomchat · no audio · second timestamps · polled by us · no retries
messengerchat · audio · millisecond timestamps · webhook · retries
retellvoice · audio · millisecond timestamps · webhook · retries
suncochat · no audio · millisecond timestamps · webhook · retries
twiliochat · audio · second timestamps · webhook · retries
vapivoice · audio · millisecond timestamps · webhook · retries
watichat · no audio · second timestamps · webhook · retries
whatsapp_cloudchat · audio · second timestamps · webhook · retries

What the words mean

voice, chatWhether the platform carries calls, typed messages, or both.
audioThe platform hands us the recording, so a score can rest on how something was said and not only on what the transcript holds.
millisecond, second timestampsHow finely the platform times a turn. Seconds are enough for a reply time and too coarse to order two turns that landed in the same second.
webhook, polled by usA webhook platform pushes each conversation to us as it finishes. A polled one is read on a schedule, so it arrives minutes later.
retriesWhether the platform sends a delivery again after a failure. Where it does not, a delivery we miss is gone, so an import fills the gap.
The generic contract is not on this list. It is the shape you post from a stack of your own, not a platform we read, and it has its own page.

Read next

  • API keys · What a key is, the two scopes, and how to revoke one.
  • Webhooks · The one URL a platform posts conversations to.
  • Send events · Post conversations from a stack of your own.
This page as markdown