You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
Then I replied to that message but got no webhook nor, of course, reply.
What am I missing, please?
The text was updated successfully, but these errors were encountered:
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'
Hi guys,
I followed the instructions until point 3.
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!
Then I replied to that message but got no webhook nor, of course, reply.
What am I missing, please?
The text was updated successfully, but these errors were encountered: