## Что это
WhatsApp Business API integration через `@rox-one/messaging-whatsapp-worker`. Пользователь подключает WhatsApp Business account (Meta Business Suite), регистрирует phone number, получает access token. ROX становится eligible receiver для inbound messages и может отправлять template-messages (approved templates) и session-messages (24h window после inbound).
Webhook на `/api/messaging/whatsapp` с signature verification (`X-Hub-Signature-256` HMAC-SHA256). Inbound message routing: phone number → workspace mapping → mission dispatch. Media (images, voice) скачиваются в attachments, voice прогоняется через ASR pipeline (E01 voice-slot).
Компоненты: `@rox-one/messaging-whatsapp-worker`, shared messaging-gateway contract. Rate-limit: respect Meta's 1000 messages/sec ceiling.
## Зачем
WhatsApp — primary messenger в LATAM, EMEA, EU. Для B2C agents и customer-facing scenarios (small business, healthcare, education) WhatsApp ингeграция — must-have. Это полностью раскрывает messaging-gateway pillar.
## Источники вдохновения
- [yankihue/yuan](https://github.com/yankihue/yuan) — WhatsApp/Telegram/WeChat → Claude bidirectional
- [requestly/requestly](https://github.com/requestly/requestly) — HTTP interception для webhook debugging
- [agisota/senpi](https://github.com/agisota/senpi) — pi-mono extension-first IPC для messaging worker
## 🔗 Linear
- [PZD-435](https://linear.app/kuhjie/issue/PZD-435) — backing ticket