Whatsapp trigger Problem

Describe the problem/error/question

I’m trying to connect to WhatsApp using n8n self-host. I added the tunnel function, but the endpoint is not working, even though I ping it and gives me success connection

What is the error message (if any)?

Problem running workflow

Bad request - please check your parameters

Show Details

WhatsApp Trigger: (#2200) Callback verification failed with the following errors: curl_errno = 28; curl_error = Operation timed out after 5999 milliseconds with 0 bytes received; HTTP Status Code = 200; HTTP Message = Connection established

Please share your workflow

{
“nodes”: [
{
“parameters”: {
“updates”: [
“messages”
],
“options”: {}
},
“type”: “n8n-nodes-base.whatsAppTrigger”,
“typeVersion”: 1,
“position”: [
0,
0
],
“id”: “f1002d63-b2be-41be-adfa-9c85c9785ad6”,
“name”: “WhatsApp Trigger”,
“webhookId”: “88181b92-30d0-4f59-a6ac-1500b6b5c919”,
“credentials”: {
“whatsAppTriggerApi”: {
“id”: “lubLBB2zh5MT1uNz”,
“name”: “WhatsApp OAuth account”
}
}
}
],
“connections”: {},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “de631ac8454cb381c20feb7f02f4770b16a445031cf4959b58e5657cc5e95e56”
}
}

Share the output returned by the last node

WhatsApp Trigger: (#2200) Callback verification failed with the following errors: curl_errno = 28; curl_error = Operation timed out after 6000 milliseconds with 0 bytes received; HTTP Status Code = 200; HTTP Message = Connection established

Information on your n8n setup

  • n8n version: 1.84.3
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default:)
  • Running n8n via (Docker)
  • Operating system: Mac OS M1

Are you able to make it work without the tunnel?

nop, it doesn’t work without it either

It might be an issue with your credentials, then.
Can you please watch this tutorial and see if you’ve missed something?

You can also check the official documentation:

Where you able to solve this? having the same issue