❓ Issue: Discord V2 Node – NodeOperationError with sendLegacy operation

Hi n8n community :wave:,

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)

:test_tube: 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 :white_check_mark:
  • Using n8n version: 1.86.1 (self-hosted in docker)
1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.