Supported channels
WhatsApp (Meta Cloud API), email, SMS (Twilio), Facebook Pages, Instagram DMs — unified threads with channel badges.
Connect WhatsApp, email, SMS, Meta channels, REST API keys, and outbound webhooks to Wiretalk.
Connect Wiretalk to your stack — omnichannel messaging channels, outbound webhooks, scoped REST API keys, and real-time sockets. For step-by-step channel setup (WhatsApp, SMS, Meta), see the dedicated Omnichannel setup guide.
Route WhatsApp, email, SMS, Facebook Messenger, and Instagram DMs into the same agent inbox as website live chat. Pro+
WhatsApp (Meta Cloud API), email, SMS (Twilio), Facebook Pages, Instagram DMs — unified threads with channel badges.
One-click OAuth/platform connect where configured, or bring-your-own API keys and webhook URLs per provider.
Dashboard → user menu → Integrations, or Organization → Integrations.
Pick a channel from the catalog and follow the in-app setup wizard.
Copy callback URLs into Meta Developer Console or Twilio so inbound messages reach Wiretalk.
Send a test message and confirm it appears in the agent inbox.
Full omnichannel setup guide →
Agent API: GET/POST/PATCH/DELETE /api/agent/channel-connections
Push real-time events to your backend when chats start, messages arrive, tickets change, or reviews are submitted.
conversation.started, message.received, message.sent, chat.missed, ticket.*, review.submitted
Each delivery is signed with HMAC-SHA256. Verify the signature in your endpoint.
Create scoped API keys for server-to-server access to the public /api/v1/* REST API.
Available abilities:
conversations:read — list conversations and messagesconversations:write — send agent replies and close conversationsvisitors:read — list and view visitor profilestickets:read / tickets:write — manage support ticketsAuthorization: Bearer wt_live_… on /api/v1/*Live chat, the agent dashboard, voice/video calls, and group meetings update in real time over secure WebSockets on Wiretalk-hosted infrastructure. If messages feel delayed, see Troubleshooting → Real-time.