Skip to main content
WhatsApp channels pair through a QR code. When you create a link, the channels service opens a websocket and streams a QR code. The user scans it with WhatsApp’s linked-devices feature, and a route is established between their WhatsApp account and your agent.
The action.type is "websocket" for WhatsApp. Connect to action.socket and render each incoming QR frame. When the user scans the code, the socket confirms pairing and the route goes live.

Check status

Disconnect

This removes the WhatsApp route. The user’s phone shows the linked device as disconnected. See Status & Disconnect for the full response shape.