Course level-1 Discord notification failing but output node successful

Hi, the Discord node says success but there is no notification in Discord



the workflow:

Information n8n setup:

  • n8n version: 0.219.1
  • Database you’re using (default: SQLite):
  • Running n8n with the execution process [own(default), main]:
  • Running n8n via: Docker

thanks for your help

Hey @headset907,

Can you share your ID? That will let me check what has happened, normally the message won’t get sent if the id is not valid or if the doesn’t match what we expect.

Thanks @Jon, sure it’s: recyEEwwqVHn4bQHv

Hey @headset907,

Can you try again and let me know once it is done, I had to enable logging on that endpoint :slight_smile:

hi @Jon, the workflow was successful but still no notification in Discord! :face_with_diagonal_mouth:

Hey @headset907,

That is fine I wasn’t expecting it to work I just needed the attempt so I could check the log output, I will let you know what I find.

Hey @headset907,

I checked the logs and I can see the message you sent come in, It looked a bit odd though so I checked your workflow again and on the Discord node you have not set the content to use an expression which is causing your issue.

Hey @Jon, I think I understand sort of but should I hard code my ID like this:


or should I drag and drop something from the variable selector column? I tried the ones under headerParameters but none of them gives me my ID value…
thanks a lot

@Jon , I hard coded my ID in the expression and the notification is going through the Discord

but it’s not the result I’m getting in the node, what am I doing wrong?

image

Also in my previous post I was asking you if I have to hard code my ID or if there is another solution:

Thanks a lot for your help @Jon