Server Setup Information:
• Licence Type: Community Edition (CE)
• Number of Users: 5
• Server Hardware: VPS
• Version of Rocket.Chat Server: Versión 7.3.1
• Operating System: CentOS 7.9.2009 x86_64(Py3.12.3)
• Deployment Method: Docker
• Number of Running Instances: 1
• DB Replicaset Oplog: No
• MongoDB Version: 6
Client Information:
• Client Type: Browser
• Rocket.Chat Version: Versión 7.3.1
• Browser Used: Chrome
Problem Description
I have followed the setup instructions from the official Rocket.Chat documentation for integrating WhatsApp Cloud API (Reference).
The setup process completes without errors. After entering the WhatsApp phone number information in the omnichannel-whatsapp-cloud-setup channel, I receive the confirmation message:
“Your credentials have been saved successfully .
Next, you need to go to your Facebook Developer Console (Your App → WhatsApp → Configuration) and add the following webhook URL
Callback URL: https://omni-gateway.rocket.chat/v1/whatsappCloud/webhook?workspaceId=[my-workspace-id]
Verify Token: [the-given-token]
I have correctly added this information to the Meta Developer Console, and the webhook gets saved successfully. I also subscribe to the messages event (v22.0), and Meta confirms that the webhook is successfully receiving requests.
However, when testing the webhook from Meta Developer Console, my Rocket.Chat workspace does not receive anything. It seems that the webhook URL https://omni-gateway.rocket.chat/v1/whatsappCloud/webhook
is not correctly linked to my Rocket.Chat server, or my server is not receiving the events.
Since the webhook is being handled by omni-gateway.rocket.chat, I have no way to check the logs and confirm whether the requests from Meta are reaching my workspace.
Steps to Reproduce
-
Follow the official setup guide:
https://docs.rocket.chat/docs/whatsapp-cloud-app
-
Configure the webhook in the Meta Developer Console:
• Callback URL: https://omni-gateway.rocket.chat/v1/whatsappCloud/webhook?workspaceId=[my-workspace-id]
• Verify Token: [the-given-token]
• Subscribe to the messages event (v22.0).
-
Save the webhook and test it from the Meta Developer Console.
-
Observe that no messages or events appear in Rocket.Chat.
Expected Behavior
When sending a test message from Meta Developer Console, I expect it to be received and processed by Rocket.Chat, making the message available in the corresponding omnichannel workspace.
Actual Behavior
Meta confirms that the webhook is being triggered successfully, but Rocket.Chat does not receive any messages. There is no visible error, and there is no clear way to check whether the webhook requests are reaching Rocket.Chat.
Questions & Debugging Attempts
• Is there a way to check logs for https://omni-gateway.rocket.chat/v1/whatsappCloud/webhook
to see if Meta’s requests are being received?
• Are there any additional configurations required to make sure the webhook data is properly routed to my Rocket.Chat workspace?
• Could this be an issue with Rocket.Chat’s handling of the webhook, or is it likely an issue with Meta’s API?
I would appreciate any guidance or debugging steps that could help resolve this issue. Thank you in advance!