Hello everyone, I’m facing an issue where I have an API endpoint set to receive webhooks. The issue is that when I send a webhook to it, it does not detect the webhook, I have it set to detect data as seen below:
And on the other side, I’m providing the endpoint URI to Meta in order to subscribe to Whatsapp Cloud API webhook.
The webhook is sent from Meta, and bubble is supposed to receive it and send a verification response, however bubble doesn’t receive it at all.
I have tried receiving the same webhook via webhook.site, and it’s receiving it flawlessly.
Any leads would be appreciated. I would also love to know if there is any easy way to receive bubble webhooks externally (Webhook.site requires a subscription), and then forward the data to bubble via an Api call.