Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Webhooks are working properly but I'm not getting messages on my smartphone #24

Open
marcis opened this issue Aug 21, 2024 · 3 comments

Comments

@marcis
Copy link

marcis commented Aug 21, 2024

Hi guys,

I followed the instructions until point 3.

image

On "Integrate WhatsApp" section, I got a call to my local webhook (through ngrok) when clicking on "Test" at FB developers site and received "THIS IS A TEXT MESSAGE" on my personal WhatsApp account. Perfect!

image

Then I replied to that message but got no webhook nor, of course, reply.

What am I missing, please?

@qrzeller
Copy link

qrzeller commented Oct 3, 2024

I got the same issue. I didn't click "subscribe" for the messages section in their webhooks settings.

@oscarnevarezleal
Copy link

Same here :/

@Dan-White0
Copy link

I was running into this issue. I had the subscription for messages ticked, and when I pressed test it all worked, but I would not get a reply to any messages I sent.
I tried the answer from this stack overflow which seems to have fixed it!

tldr:

curl -X POST \
'https://graph.facebook.com/v21.0/WHATSAPP_BUSINESS_ACCOUNT_ID/subscribed_apps' \
-H 'Authorization: Bearer ACCESS_TOKEN'

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants