Open Integrations
Dashboard → user menu → Integrations, or Organization → Integrations.
Omnichannel channels, REST API keys, and outbound webhooks.
Connect Wiretalk to your stack — messaging channels, outbound webhooks, and REST API access for custom integrations.
Route WhatsApp, email, SMS, and Meta (Facebook/Instagram) messages into the same agent inbox.
Dashboard → user menu → Integrations, or Organization → Integrations.
Choose from the channel catalog and follow the setup wizard for your provider.
Send a test message to verify inbound routing works before going live.
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. Abilities include conversations:read, messages:write, tickets:read, tickets:write, and more.
Authorization: Bearer wt_… on /api/v1/* requestsLive chat and dashboard updates use a WebSocket server. Set SOCKET_URL and SOCKET_SECRET in your environment. See Troubleshooting if messages are delayed.