Webhooks.
#220
Replies: 2 comments
-
For those who faces a similar issue, resolution is to:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
The challenge is only every used once, to really protect the endpoint you must scramble the webhook. also you should only whitelist certain ip's to call the webhook: https://developers.facebook.com/docs/whatsapp/cloud-api/guides/set-up-webhooks/#ip-addresses and this is the API route
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, thanks for the awesome job.
I have just setup this API and it's working flawlessly. The only thing I didn't fully understood was how to verify the webhook.
I keep getting:

I tried with endpoints:
/wa_hook.php
/wa_hook
with and without .htaccess
on my webhook, I only added the following for testing purposes:
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions