can someone that has done the level 2 course explain to me what i done wrong in the attached? i cant get the message to go to discord ![]()
Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
{
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.errorTrigger",
"typeVersion": 1,
"position": [
80,
32
],
"id": "4302d120-eef2-43d0-90ce-de9617807237",
"name": "Error Trigger"
}
],
"connections": {
"Error Trigger": {
"main": [
[]
]
}
},
"pinData": {},
"meta": {
"instanceId": "a252bdd11ab80715b8139a89b493b0c672ea963b81f7c227499bf236d30668f0"
}
}
{
"nodes": [
{
"parameters": {
"authentication": "webhook",
"content": "=The workflow {{ $json.workflow.name }} failed, with the error message: {{ $json.execution.error.message }}. Last node executed: {{ $json.execution.lastNodeExecuted }}. Check this workflow execution here: {{ $json.execution.url }} My Unique ID: 3d1dbd5973981afca2586527e14f5502\n\n\n",
"options": {}
},
"type": "n8n-nodes-base.discord",
"typeVersion": 2,
"position": [
336,
32
],
"id": "3c4dff4b-6dbe-4c3c-8a37-ea7678d29ef6",
"name": "Discord1",
"webhookId": "4d69c02a-ed09-4e18-939e-cbffbea22b9a",
"credentials": {
"discordWebhookApi": {
"id": "gSOPkgxdMolFgCES",
"name": "Discord Webhook account"
}
}
}
],
"connections": {},
"pinData": {},
"meta": {
"instanceId": "a252bdd11ab80715b8139a89b493b0c672ea963b81f7c227499bf236d30668f0"
}
}
Share the output returned by the last node
[
{
“response”:
“Your message was invalid, Please make sure you are sending the exact text requested.”
}
]
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
