Hi everyone,
I’m using WhatsApp Business Cloud API connected to n8n via a Webhook node. Everything works fine when a customer from inside the UAE sends a message — n8n receives the payload properly and my workflow is triggered.
However, I’m facing a strange issue:
When someone outside the UAE sends a message to the same WhatsApp number, they only see one grey checkmark (✓), and nothing is received by my n8n webhook.
Here’s what I’ve checked so far:
The number is in Production mode, not a test number.
Webhook URL is correctly registered in Meta Developer Dashboard and replies with 200 OK.
n8n workflow is listening and works fine with local UAE numbers.
No filters are applied on the Webhook or subsequent nodes.
Number is formatted properly internationally (+971XXXXXXXXX).
I’m trying to figure out:
- Is this something related to n8n Webhook behavior?