N8N WhatsApp trigger not working(trigger) after inputting proper AppID and App Secret

After entering the correct Client ID and Client Secret obtained from Meta, a simple WhatsApp message does not trigger the WhatsApp Trigger node. The trigger remains in a running/listening state until it times out.

After sending a simple WhatsApp message, the trigger node remains in a listening state.

{
“nodes”: [
{
“parameters”: {
“updates”: [
“messages”
],
“options”: {}
},
“type”: “n8n-nodes-base.whatsAppTrigger”,
“typeVersion”: 1,
“position”: [
-496,
704
],
“id”: “bf3e6c67-a49e-496e-97cf-4317d2062db7”,
“name”: “WhatsApp Trigger1”,
“webhookId”: “169fcfd1-95fe-48bc-82f2-8dc8316b1450”,
“credentials”: {
“whatsAppTriggerApi”: {
“id”: “noGT4pOVTykuC1J0”,
“name”: “WhatsApp OAuth account”
}
}
}
],
“connections”: {},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “01f7d6f5bec76988ada96c48083dd4ac005a64f83a2d5239af9d97ddcd7ee721”
}
}

Debug info
core

n8nVersion: 1.122.4
platform: docker (cloud)
nodeJsVersion: 22.21.0
nodeEnv: non-prod
executionMode: regular
concurrency: 5
license: enterprise (sandbox)

client

userAgent: mozilla/5.0 (macintosh; intel mac os x 10_15_7) applewebkit/537.36 (khtml, like gecko) chrome/143.0.0.0 safari/537.36 edg/143.0.0.0
isTouchDevice: false

Generated at: 2026-01-05T09:32:15.812Z}

Has anyone faced this issue before and could share a fix, please?

Thanks

Looks like your WhatsApp Trigger node might need to be re-authorized.

Go to the node settings and click “Re-authorize” to refresh the connection with Meta. Let me know if this works!

Hello Achamm,

Thanks for responding. We tried that suggestion too, but it didn’t work.

We followed the steps in the 1 link below, and we were able to make the trigger work correctly.

Good for you!