I’m looking to wire Zoho Cliq directly into Meta’s WhatsApp Cloud API so every chat my business receives or sends shows up instantly inside Cliq—and vice-versa. The goal is a seamless, two-way flow that any member of the organisation can use without extra permissions or manual forwarding. Scope • Build or configure a Zoho Cliq bot/extension that authenticates with the WhatsApp Cloud API (OAuth + permanent token management). • Map each incoming WhatsApp message to the correct Cliq channel or direct chat, pushing it in real time. • Allow any Cliq user to reply from the same thread and have that response delivered back through WhatsApp immediately. • Preserve native formatting—emojis, attachments, images and links—where the platforms overlap. • Provide a simple slash command or button so users can initiate an outbound WhatsApp chat from inside Cliq. • Document setup steps, environment variables and webhook URLs so I can re-deploy or update tokens easily. Acceptance criteria 1. A test WhatsApp number sends a message and it appears in the chosen Cliq channel within two seconds. 2. A reply from Cliq lands in the WhatsApp conversation, again within two seconds. 3. Functionality works for every user role in Cliq, not just admins. 4. Source code (or extension package) and a concise README are delivered and compile/install without errors. You may lean on Node.js, Python, Deluge scripts or any stack you prefer, as long as it plays nicely with Zoho Cliq’s extension framework and the official WhatsApp Cloud API endpoints.