Open Integrations
Dashboard → user menu → Integrations, or Organization → Integrations.
Connect WhatsApp, email, SMS, Facebook, and Instagram to your unified Wiretalk agent inbox.
Route WhatsApp, email, SMS, Facebook Messenger, and Instagram DMs into the same Wiretalk agent inbox as website live chat. Agents reply from one workspace with shared history, departments, and CSAT. Pro & Enterprise (Growth & Scale)
Every channel creates or continues a conversation thread in the agent dashboard. Tags show the source (widget, WhatsApp, email, etc.) so agents know context at a glance.
Dashboard → user menu → Integrations, or Organization → Integrations.
Choose WhatsApp, Email, SMS, Facebook Page, or Instagram from the catalog. Each card shows setup requirements.
One-click (Meta / Twilio platform): OAuth or platform credentials when Wiretalk hosts the app credentials.
Bring your own: Paste API keys, webhook URLs, and phone numbers from your provider dashboard.
Send a message to your connected number, page, or inbox address. Confirm it appears in the agent inbox before going live.
Connect your WhatsApp Business account via Meta. Wiretalk receives inbound messages through Meta webhooks and sends replies through the Cloud API.
Forward support mail to Wiretalk or connect IMAP/SMTP credentials so inbound emails become conversations.
Two-way SMS support for US and international numbers via Twilio.
Connect Facebook Pages and linked Instagram professional accounts for Messenger and IG DM support.
Wiretalk exposes signed webhook endpoints per channel connection. Providers (Meta, Twilio, email gateways) POST inbound events to these URLs.
| Provider | Configure at |
|---|---|
| Meta (WhatsApp, FB, IG) | Meta Developer Console → Webhooks → callback URL from Integrations |
| Twilio SMS | Twilio Console → Phone number → Messaging webhook URL |
| Forwarding rule or IMAP polling per connection settings |
Production webhooks must be signed. Unsigned webhooks are blocked unless explicitly enabled for local testing (OMNICHANNEL_ALLOW_UNSIGNED_WEBHOOKS).
Manage channel connections programmatically from authenticated agent sessions:
GET /api/agent/channel-connections/catalog — available channel types & setup guidesGET/POST/PATCH/DELETE /api/agent/channel-connections — CRUD connectionsGET /api/agent/channel-connections/{id} — connection details (masked credentials on edit)Also see Integrations overview for REST API keys and outbound webhooks.