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.
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.
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
Can you share the full workflow again? It looks like it should be working but the expressions are not being picked up properly so I would like to see what you are doing.
Or the quick version would be to use {{ $node["HTTP Request"].parameter["headerParameters"]["parameters"][0]["value"] }} we changed the value in a recent version of n8n and have not updated the course yet.