Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
What is this?
Less
More

Owned by Gabor

AI Learning Circle

4 members • Free

Join fellow top executives mastering AI through biweekly sessions, case studies & networking. Become a top 1% AI practitioner on your schedule.

Memberships

AI Automation Agency Ninjas

19k members • Free

Skoolers

182.6k members • Free

Alpha Lead Academy

82 members • Free

The Stronger Human

24.6k members • Free

Top Coaches & Advisors Network

1.9k members • Free

Accelerants

1.9k members • Free

AI Automation Society

211.6k members • Free

1 contribution to AI Automation Society
whatsapp automation - verifying meta's webhook
Hey Guys, I have been struggling getting whatsapp business working. I cant get the webhook working that would do the verification for meta to start using whatsapp business. (it is a silly problem really): I cant get the webhook to return test123, instead it returns {"directResponse":{"directResponse":"test123"}} I have been debugging for an hour with 4o and it keeps going circles. I guess anybody here who has built a working whatsapp tool had solved this, so would appreciate if you could share the right way to handle this. here is my json: { "name": "Whatsapp webhook verification", "nodes": [ { "parameters": { "path": "whatsapp-webhook", "responseMode": "responseNode", "options": {} }, "id": "webhook-node-id", "name": "Webhook", "type": "n8n-nodes-base.webhook", "typeVersion": 1, "position": [ 780, 3260 ], "webhookId": "ddc6e9e5-0ec1-4102-9769-c0e352befdf6" }, { "parameters": { "jsCode": "// Get the query parameters\nconst query = items[0].json.query;\n\n// Check if it is a verification request\nif (query && query[\"hub.mode\"] === \"subscribe\" && query[\"hub.verify_token\"] === \"test\") {\n return [\n {\n json: {\n challenge: query[\"hub.challenge\"]\n }\n }\n ];\n}\n\n// Not a verification request\nreturn [\n {\n json: {\n message: \"Not a verification request\"\n }\n }\n];" }, "id": "code-node-id", "name": "Code", "type": "n8n-nodes-base.code", "typeVersion": 2, "position": [ 1280, 3140 ] }, { "parameters": { "options": { "responseCode": "=200" }, "responseBody": "={{ $json.challenge }}" }, "id": "respond-node-id", "name": "Respond to Webhook", "type": "n8n-nodes-base.respondToWebhook", "typeVersion": 1, "position": [ 1680, 3220 ] } ], "connections": { "Webhook": { "main": [ [ { "node": "Code", "type": "main", "index": 0 } ] ] }, "Code": { "main": [ [ { "node": "Respond to Webhook", "type": "main", "index": 0 } ] ] } }, "active": false, "settings": { "executionOrder": "v1" } } Any help is much appreciated!
1-1 of 1
@gabor-szorad-6927
I empower SME leaders /owners to scale with AI & help them find work-life balance once we have taken care of their financial goals.

Active 13h ago
Joined Mar 30, 2025
Powered by