Course level one: discord webhook url not working

Describe the problem/error/question

At notifying the team section of the text course level one, in the Discord node, using the Webhook URL received in the sign-up email, i get an error when testing the node.
This is what i’m using: https://internal.users.n8n.cloud/webhook/course-level-1,
Which i took from the info of the received email:
`Unique ID: ***
Webhook URL: https://internal.users.n8n.cloud/webhook/course-level-1
Dataset URL: https://internal.users.n8n.cloud/webhook/custom-erp
Header Auth name: api_key
Header Auth value: ***```

The webhook url does not look like a Discord webhook url, but i may be wrong.

What is the error message (if any)?

{
“errorMessage”: “”,
“errorDetails”: {},
“n8nDetails”: {
“nodeName”: “Discord”,
“nodeType”: “n8n-nodes-base.discord”,
“nodeVersion”: 2,
“operation”: “sendLegacy”,
“itemIndex”: 0,
“time”: “6/4/2025, 4:20:51 PM”,
“n8nVersion”: “1.93.0 (Cloud)”,
“binaryDataMode”: “filesystem”,
“stackTrace”: [
“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)”,
" at processTicksAndRejections (node:internal/process/task_queues:95:5)“,
" at ExecuteContext.router (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Discord/v2/actions/router.js:87:20)”,
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Discord/v2/DiscordV2.node.js:42:12)“,
" at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:696:27)”,
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:930:51",
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:1266:20"
]
}
}

Information on your n8n setup

  • **n8n version: 1.93.0 (Cloud)
2 Likes

I’m having the same issue. Commenting to up this thread to see if we can get some help.

it was working earlier today, but its down now too - is there anything we can do to get help on this or just wait around and rando test it?

I am having the same issue as well

did anyone got the solution?

It seems the problem has been resolved. The Discord node now sends the message correctly using the Webhook URL received in the sign-up email of the L1 course.

1 Like

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