WhatsApp Trigger Node Failing on Self Hosted N8N
I’m running N8N(Version 1.113.3) using docker locally and using ngrok as my reverse proxy.
I am trying to use WhatsApp Trigger Node, However getting verification failed error.
- I have created a separate webhook to configure callback url to the meta app. The verification was successful.
2. Then I tried to test my webhook to listen to the whatsapp trigger and it worked.
3. Again I tried to use WhatsApp Trigger node but this time it threw the below error message.
- If I use the webhook trigger and try it out multiple times then it doesn’t work.
Few Observations/Questions:
- If I my laptop is in sleep and I try to test the workflow after that then WhatsApp configuration is getting removed not sure why that it happening.
- Why it’s only working with webhooks? If I want to use whatsapp node then what steps/process do I need to follow?
- How can I make sure that once I have completed the verification and added a Callback I don’t have to do it all over again?
Error: WhatsApp Trigger: (#2200) Callback verification failed with the following errors: HTTP Status Code = 408; HTTP Message = Request Timeout
Please share your workflow
{
"nodes": [
{
"parameters": {
"content": "## WhatsApp Webhook Verification\nURL : ",
"height": 320,
"width": 608
},
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
-240,
-240
],
"id": "f4a3d8e2-6981-410d-9dec-9f0cf790a5aa",
"name": "Sticky Note"
},
{
"parameters": {
"resource": "media",
"operation": "mediaUrlGet",
"mediaGetId": "={{ $json.audio.id }}"
},
"id": "c9c20eeb-adc9-474e-a7cb-b2e99d33cdf1",
"name": "Get Audio URL",
"type": "n8n-nodes-base.whatsApp",
"position": [
688,
-336
],
"typeVersion": 1,
"webhookId": "42e87bcd-4e21-48ee-8916-05fbae2b2783",
"credentials": {
"whatsAppApi": {
"id": "XuwcRnCwbxMhBVND",
"name": "WhatsApp account"
}
}
},
{
"parameters": {
"resource": "media",
"operation": "mediaUrlGet",
"mediaGetId": "={{ $json.video.id }}"
},
"id": "e6c12464-4744-4855-9fa0-04b7c5cf0e29",
"name": "Get Video URL",
"type": "n8n-nodes-base.whatsApp",
"position": [
688,
16
],
"typeVersion": 1,
"webhookId": "9b2427cb-1bba-4ca6-b7e2-1e6213141d70",
"credentials": {
"whatsAppApi": {
"id": "XuwcRnCwbxMhBVND",
"name": "WhatsApp account"
}
}
},
{
"parameters": {
"resource": "media",
"operation": "mediaUrlGet",
"mediaGetId": "={{ $json.image.id }}"
},
"id": "538facc8-84e2-47ab-bdea-05dfdf9cf0d6",
"name": "Get Image URL",
"type": "n8n-nodes-base.whatsApp",
"position": [
688,
384
],
"typeVersion": 1,
"webhookId": "7b116851-fae7-40a7-831e-e79aaf89fc47",
"credentials": {
"whatsAppApi": {
"id": "XuwcRnCwbxMhBVND",
"name": "WhatsApp account"
}
}
},
{
"parameters": {
"url": "={{ $json.url }}",
"authentication": "predefinedCredentialType",
"nodeCredentialType": "whatsAppApi",
"options": {}
},
"id": "23f6db62-b2e7-4d00-a1ba-875cfa57a1a2",
"name": "Download Video",
"type": "n8n-nodes-base.httpRequest",
"position": [
848,
16
],
"typeVersion": 4.2,
"credentials": {
"whatsAppApi": {
"id": "XuwcRnCwbxMhBVND",
"name": "WhatsApp account"
}
}
},
{
"parameters": {
"url": "={{ $json.url }}",
"authentication": "predefinedCredentialType",
"nodeCredentialType": "whatsAppApi",
"options": {}
},
"id": "75eb5bb8-581a-4da4-ba9a-a893e74d1266",
"name": "Download Audio",
"type": "n8n-nodes-base.httpRequest",
"position": [
848,
-336
],
"typeVersion": 4.2,
"credentials": {
"whatsAppApi": {
"id": "XuwcRnCwbxMhBVND",
"name": "WhatsApp account"
}
}
},
{
"parameters": {
"url": "={{ $json.url }}",
"authentication": "predefinedCredentialType",
"nodeCredentialType": "whatsAppApi",
"options": {}
},
"id": "16e44dfe-1efc-4a40-8db9-14ffc32b723d",
"name": "Download Image",
"type": "n8n-nodes-base.httpRequest",
"position": [
848,
384
],
"typeVersion": 4.2,
"credentials": {
"whatsAppApi": {
"id": "XuwcRnCwbxMhBVND",
"name": "WhatsApp account"
}
}
},
{
"parameters": {
"sessionIdType": "customKey",
"sessionKey": "=whatsapp-tutorial-{{ $json.from }}"
},
"id": "b1f9b263-d7c5-4210-be9a-9b32c604e23a",
"name": "Window Buffer Memory",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
2016,
400
],
"typeVersion": 1.2
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "d990cbd6-a408-4ec4-a889-41be698918d9",
"name": "message_type",
"type": "string",
"value": "={{ $('Split Out Message Parts').item.json.type }}"
},
{
"id": "23b785c3-f38e-4706-80b7-51f333bba3bd",
"name": "message_text",
"type": "string",
"value": "={{ $json.text }}"
},
{
"id": "6e83f9a7-cf75-4182-b2d2-3151e8af76b9",
"name": "from",
"type": "string",
"value": "={{ $('Read Message').item.json.body.entry[0].changes[0].value.messages[0].from }}"
},
{
"id": "da4b602a-28ca-4b0d-a747-c3d3698c3731",
"name": "message_caption",
"type": "string",
"value": "={{ $('Redirect Message Types').item.json.video && $('Redirect Message Types').item.json.video.caption || '' }}\n{{ $('Redirect Message Types').item.json.image && $('Redirect Message Types').item.json.image.caption || ''}}\n{{ $('Redirect Message Types').item.json.audio && $('Redirect Message Types').item.json.audio.caption || ''}}"
}
]
},
"options": {}
},
"id": "eb950fe7-4544-4f63-ab23-b923dfd5dda3",
"name": "Get User's Message",
"type": "n8n-nodes-base.set",
"position": [
1760,
224
],
"typeVersion": 3.4
},
{
"parameters": {
"fieldToSplitOut": "body.entry[0].changes[0].value.messages",
"options": {}
},
"id": "077e9fdc-2073-4e37-9be8-3aa8cb810cc3",
"name": "Split Out Message Parts",
"type": "n8n-nodes-base.splitOut",
"position": [
128,
144
],
"typeVersion": 1
},
{
"parameters": {
"rules": {
"values": [
{
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"conditions": [
{
"operator": {
"type": "boolean",
"operation": "true",
"singleValue": true
},
"leftValue": "={{ $json.type== 'audio' && Boolean($json.audio) }}",
"rightValue": "audio",
"id": "76f034d2-5bb2-41a5-bf4f-2a12f12bb524"
}
],
"combinator": "and"
},
"renameOutput": true,
"outputKey": "Audio Message"
},
{
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "82aa5ff4-c9b6-4187-a27e-c7c5d9bfdda0",
"operator": {
"type": "boolean",
"operation": "true",
"singleValue": true
},
"leftValue": "={{ $json.type == 'video' && Boolean($json.video) }}",
"rightValue": ""
}
]
},
"renameOutput": true,
"outputKey": "Video Message"
},
{
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "05b30af4-967b-4824-abdc-84a8292ac0e5",
"operator": {
"type": "boolean",
"operation": "true",
"singleValue": true
},
"leftValue": "={{ $json.type == 'image' && Boolean($json.image) }}",
"rightValue": ""
}
]
},
"renameOutput": true,
"outputKey": "Image Message"
}
]
},
"options": {
"fallbackOutput": "extra",
"renameFallbackOutput": "Text Message"
}
},
"id": "1139a225-f4bc-4cf5-a863-8a4fe04183a9",
"name": "Redirect Message Types",
"type": "n8n-nodes-base.switch",
"position": [
400,
224
],
"typeVersion": 3.2
},
{
"parameters": {
"content": "### 2. Transcribe Audio Messages 💬\nFor audio messages or voice notes, we can use GPT4o to transcribe the message for our AI Agent.",
"height": 97.23360184119679,
"width": 356.65822784810103,
"color": 7
},
"id": "c5c95fb1-be68-4c6b-91a9-7ebcdafc3a11",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
688,
-464
],
"typeVersion": 1
},
{
"parameters": {
"content": "### 3. Describe Video Messages 🎬\nFor video messages, one approach is to use a Multimodal Model that supports parsing video. Currently, Google Gemini is a well-tested service for this task. We'll need to use the HTTP request node as currrently n8n's LLM node doesn't currently support video binary types.",
"height": 127.13555811277331,
"width": 492.5258918296896,
"color": 7
},
"id": "43b4c199-bb5b-483d-81c5-69cef5bea24a",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
688,
-144
],
"typeVersion": 1
},
{
"parameters": {
"content": "### 4. Analyse Image Messages 🏞️\nFor image messages, we can use GPT4o to explain what is going on in the message for our AI Agent.",
"height": 97.23360184119679,
"width": 356.65822784810103,
"color": 7
},
"id": "c2ee0e73-f0c5-4d40-8c20-6db8b6f80c62",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
688,
256
],
"typeVersion": 1
},
{
"parameters": {
"content": "### 5. Text summarizer 📘\nFor text messages, we don't need to do much transformation but it's nice to summarize for easier understanding.",
"height": 97.23360184119679,
"width": 428.24395857307246,
"color": 7
},
"id": "3eedf1f2-efbe-4b3d-8805-68db6e5f89ea",
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
688,
560
],
"typeVersion": 1
},
{
"parameters": {
"amount": 0
},
"id": "1f9a3603-077f-4c90-9fd7-d0f29552ede8",
"name": "Get Text",
"type": "n8n-nodes-base.wait",
"position": [
688,
672
],
"webhookId": "99b49c83-d956-46d2-b8d3-d65622121ad9",
"typeVersion": 1.1
},
{
"parameters": {
"content": "## 6. Generate Response with AI Agent\n[Read more about the AI Agent node](https://docs.n8n.io/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent)\n\nNow that we'll able to handle all message types from WhatsApp, we could do pretty much anything we want with it by giving it our AI agent. Examples could include handling customer support, helping to book appointments or verifying documents.\n\nIn this demonstration, we'll just create a simple AI Agent which responds to our WhatsApp user's message and returns a simple response.",
"height": 273.14522439585744,
"width": 500.7797468354428,
"color": 7
},
"id": "c1df57ad-c7fe-42ca-a79d-222a348a7570",
"name": "Sticky Note5",
"type": "n8n-nodes-base.stickyNote",
"position": [
1952,
-112
],
"typeVersion": 1
},
{
"parameters": {
"content": "## 7. Respond to WhatsApp User\n[Read more about the Whatsapp node](https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.whatsapp/)\n\nTo close out this demonstration, we'll simple send a simple text message back to the user. Note that this WhatsApp node also allows you to send images, audio, videos, documents as well as location!",
"height": 211.45776754890682,
"width": 384.12151898734186,
"color": 7
},
"id": "b9bb0ae6-2eb6-4567-be33-73b3906c1167",
"name": "Sticky Note6",
"type": "n8n-nodes-base.stickyNote",
"position": [
2416,
496
],
"typeVersion": 1
},
{
"parameters": {
"phoneNumberId": "870558866136428",
"recipientPhoneNumber": "={{ $('Read Message').item.json.body.entry[0].changes[0].value.contacts[0].wa_id }}",
"template": "test1|en"
},
"id": "fa52e324-9d00-474d-9eb0-48b9d16d2946",
"name": "Respond to User",
"type": "n8n-nodes-base.whatsApp",
"position": [
2416,
320
],
"typeVersion": 1,
"webhookId": "4bad5994-aae8-405b-aa8d-94ea143ee4a2",
"credentials": {
"whatsAppApi": {
"id": "XuwcRnCwbxMhBVND",
"name": "WhatsApp account"
}
}
},
{
"parameters": {
"promptType": "define",
"text": "Here is an image sent by the user. Describe the image and transcribe any text visible in the image.",
"messages": {
"messageValues": [
{
"type": "HumanMessagePromptTemplate",
"messageType": "imageBinary"
}
]
}
},
"id": "9efe5617-d332-4d7f-b62e-9da6ba792f40",
"name": "Image Explainer",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
1376,
384
],
"typeVersion": 1.4
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "2ec0e573-373b-4692-bfae-86b6d3b9aa9a",
"name": "text",
"type": "string",
"value": "={{ $json.candidates[0].content.parts[0].text }}"
}
]
},
"options": {}
},
"id": "ab605ae3-a2ce-4f07-8faf-4d719b95f750",
"name": "Format Response",
"type": "n8n-nodes-base.set",
"position": [
1536,
16
],
"typeVersion": 3.4
},
{
"parameters": {
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n### 🚨 Google Gemini Required!\nNot using Gemini? Feel free to swap this out for any Multimodal Model that supports Video.",
"height": 305.35604142692785,
"width": 260
},
"id": "3552381a-828c-4696-9923-bc64cb05d41e",
"name": "Sticky Note9",
"type": "n8n-nodes-base.stickyNote",
"position": [
1216,
0
],
"typeVersion": 1
},
{
"parameters": {
"modelName": "models/gemini-2.0-flash",
"options": {}
},
"id": "27ccde9f-4224-4e0a-aacc-3aed4b400ca7",
"name": "Google Gemini Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
1856,
400
],
"typeVersion": 1,
"credentials": {
"googlePalmApi": {
"id": "kN8HqifIWYdeM0Oz",
"name": "Google Gemini(PaLM) Api account"
}
}
},
{
"parameters": {
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n### 🚨 Google Gemini Required!\nNot using Gemini? Feel free to swap this out for any Multimodal Model that supports Audio.",
"height": 294.22048331415436,
"width": 260
},
"id": "851cd2ce-d578-40ff-837d-5b3f49cf4889",
"name": "Sticky Note10",
"type": "n8n-nodes-base.stickyNote",
"position": [
1216,
-352
],
"typeVersion": 1
},
{
"parameters": {
"method": "POST",
"url": "https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-pro-002:generateContent",
"authentication": "predefinedCredentialType",
"nodeCredentialType": "googlePalmApi",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Content-Type",
"value": "application/json"
}
]
},
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={{\n{\n \"contents\": [{\n \"parts\":[\n {\"text\": \"Transcribe this audio\"},\n {\"inlineData\": {\n \"mimeType\": `audio/${$binary.data.fileExtension}`,\n \"data\": $input.item.binary.data.data }\n }\n ]\n }]\n}\n}}",
"options": {}
},
"id": "0af594fb-fe3e-46a1-ae42-c4cae358a836",
"name": "Google Gemini Audio",
"type": "n8n-nodes-base.httpRequest",
"position": [
1296,
-336
],
"typeVersion": 4.2,
"credentials": {
"googlePalmApi": {
"id": "kN8HqifIWYdeM0Oz",
"name": "Google Gemini(PaLM) Api account"
}
}
},
{
"parameters": {
"method": "POST",
"url": "https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-pro-002:generateContent",
"authentication": "predefinedCredentialType",
"nodeCredentialType": "googlePalmApi",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Content-Type",
"value": "application/json"
}
]
},
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={{\n{\n \"contents\": [{\n \"parts\":[\n {\"text\": \"Describe this video\"},\n {\"inlineData\": {\n \"mimeType\": `video/${$binary.data.fileExtension}`,\n \"data\": $input.item.binary.data.data }\n }\n ]\n }]\n}\n}}",
"options": {}
},
"id": "daf925b2-e81a-4287-964d-30c36dc4042e",
"name": "Google Gemini Video",
"type": "n8n-nodes-base.httpRequest",
"position": [
1296,
16
],
"typeVersion": 4.2,
"credentials": {
"googlePalmApi": {
"id": "kN8HqifIWYdeM0Oz",
"name": "Google Gemini(PaLM) Api account"
}
}
},
{
"parameters": {
"modelName": "models/gemini-1.5-pro-002",
"options": {}
},
"id": "d85a7188-6e0d-4318-8db2-c46231ce7546",
"name": "Google Gemini Chat Model1",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
1360,
512
],
"typeVersion": 1,
"credentials": {
"googlePalmApi": {
"id": "kN8HqifIWYdeM0Oz",
"name": "Google Gemini(PaLM) Api account"
}
}
},
{
"parameters": {
"modelName": "models/gemini-2.0-flash",
"options": {}
},
"id": "a0dbfc70-804e-4ef9-88a3-75bfa5cd920a",
"name": "Google Gemini Chat Model2",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
1360,
816
],
"typeVersion": 1,
"credentials": {
"googlePalmApi": {
"id": "kN8HqifIWYdeM0Oz",
"name": "Google Gemini(PaLM) Api account"
}
}
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "2ec0e573-373b-4692-bfae-86b6d3b9aa9a",
"name": "text",
"type": "string",
"value": "={{ $json.candidates[0].content.parts[0].text }}"
}
]
},
"options": {}
},
"id": "ceb4b546-924d-4202-ad0a-1c709935af4d",
"name": "Format Response1",
"type": "n8n-nodes-base.set",
"position": [
1536,
-336
],
"typeVersion": 3.4
},
{
"parameters": {
"promptType": "define",
"text": "={{ $json.text.body || $json.text }}",
"messages": {
"messageValues": [
{
"message": "Summarize the user's message succinctly."
}
]
}
},
"id": "ed3defec-7df2-4e29-811b-abd72048effb",
"name": "Text Summarizer",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
1376,
672
],
"typeVersion": 1.4
},
{
"parameters": {
"promptType": "define",
"text": "=The user sent the following message\nmessage type: {{ $json.message_type }}\nmessage text or description:\n```{{ $json.message_text }}```\n{{ $json.message_caption ? `message caption: ${$json.message_caption.trim()}` : '' }}",
"options": {
"systemMessage": "You are a general knowledge assistant made available to the public via whatsapp. Help answer the user's query succiently and factually."
}
},
"id": "edae7664-209d-4e42-bfb2-222b0d496df8",
"name": "AI Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
1952,
224
],
"typeVersion": 1.6
},
{
"parameters": {
"path": "7b853683-1f33-498f-aef4-b89d6d3f585c",
"responseMode": "responseNode",
"options": {}
},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2.1,
"position": [
-128,
-112
],
"id": "1e275359-5f73-4bfb-9f83-2aec84e74fe4",
"name": "Webhook",
"webhookId": "7b853683-1f33-498f-aef4-b89d6d3f585c"
},
{
"parameters": {
"respondWith": "text",
"responseBody": "={{ $json.query['hub.challenge'] }}",
"options": {}
},
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.4,
"position": [
80,
-112
],
"id": "d3849474-4c7a-4221-8180-d1a51f9ae364",
"name": "Respond to Webhook"
},
{
"parameters": {
"httpMethod": "POST",
"path": "7b853683-1f33-498f-aef4-b89d6d3f585c",
"options": {}
},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2.1,
"position": [
-128,
144
],
"id": "33524dbf-3a0a-4f3d-9644-f7fe465603d2",
"name": "Read Message",
"webhookId": "7b853683-1f33-498f-aef4-b89d6d3f585c"
}
],
"connections": {
"Get Audio URL": {
"main": [
[
{
"node": "Download Audio",
"type": "main",
"index": 0
}
]
]
},
"Get Video URL": {
"main": [
[
{
"node": "Download Video",
"type": "main",
"index": 0
}
]
]
},
"Get Image URL": {
"main": [
[
{
"node": "Download Image",
"type": "main",
"index": 0
}
]
]
},
"Download Video": {
"main": [
[
{
"node": "Google Gemini Video",
"type": "main",
"index": 0
}
]
]
},
"Download Audio": {
"main": [
[
{
"node": "Google Gemini Audio",
"type": "main",
"index": 0
}
]
]
},
"Download Image": {
"main": [
[
{
"node": "Image Explainer",
"type": "main",
"index": 0
}
]
]
},
"Window Buffer Memory": {
"ai_memory": [
[]
]
},
"Get User's Message": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"Split Out Message Parts": {
"main": [
[
{
"node": "Redirect Message Types",
"type": "main",
"index": 0
}
]
]
},
"Redirect Message Types": {
"main": [
[
{
"node": "Get Audio URL",
"type": "main",
"index": 0
}
],
[
{
"node": "Get Video URL",
"type": "main",
"index": 0
}
],
[
{
"node": "Get Image URL",
"type": "main",
"index": 0
}
],
[
{
"node": "Get Text",
"type": "main",
"index": 0
}
]
]
},
"Get Text": {
"main": [
[
{
"node": "Text Summarizer",
"type": "main",
"index": 0
}
]
]
},
"Image Explainer": {
"main": [
[
{
"node": "Get User's Message",
"type": "main",
"index": 0
}
]
]
},
"Format Response": {
"main": [
[
{
"node": "Get User's Message",
"type": "main",
"index": 0
}
]
]
},
"Google Gemini Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Google Gemini Audio": {
"main": [
[
{
"node": "Format Response1",
"type": "main",
"index": 0
}
]
]
},
"Google Gemini Video": {
"main": [
[
{
"node": "Format Response",
"type": "main",
"index": 0
}
]
]
},
"Google Gemini Chat Model1": {
"ai_languageModel": [
[
{
"node": "Image Explainer",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Google Gemini Chat Model2": {
"ai_languageModel": [
[
{
"node": "Text Summarizer",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Format Response1": {
"main": [
[
{
"node": "Get User's Message",
"type": "main",
"index": 0
}
]
]
},
"Text Summarizer": {
"main": [
[
{
"node": "Get User's Message",
"type": "main",
"index": 0
}
]
]
},
"AI Agent": {
"main": [
[
{
"node": "Respond to User",
"type": "main",
"index": 0
}
]
]
},
"Webhook": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
},
"Read Message": {
"main": [
[
{
"node": "Split Out Message Parts",
"type": "main",
"index": 0
}
]
]
}
},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "323f1064fbee523c1617d63c6f49b8f1d2a82100633e32272654864dbb2a8f3b"
}
}Share the output returned by the last node
Information on your n8n setup
- n8n version: V1.113.3
- Database : default
- n8n EXECUTIONS_PROCESS setting : own
- Running n8n via : Docker
- Operating system: Ubuntu 24.04.1 LTS
