Hi n8n community ,
I’m running into an issue while using the Discord V2 node in my workflow. I’m trying to send a message using the “Send Webhook (Legacy)” action, but the workflow fails with the following error:
NodeOperationError: at ExecuteContext.parseDiscordError
(/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Discord/v2/helpers/utils.js:97:10)
at ExecuteContext.execute
(/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Discord/v2/actions/webhook/sendLegacy.operation.js:145:50)
What I’ve Tried:
- Checked that the Discord webhook URL is valid and active
- Sent a simple static message (“Hello from n8n!”) as the content
- Verified that the content field is not empty or undefined
- Also tried replacing the node with an HTTP Request node to hit the webhook directly — which works fine
- Using n8n version: 1.86.1 (self-hosted in docker)