I cant complete level 2

Describe the problem/error/question

i cant notify the team that i completed the course, every time i try to send the discord message it says “Your message is incorrectly formatted.”

What is the error message (if any)?Your message is incorrectly formatted.

Please share your workflow


Share the output returned by the last node

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:

Hi @Adham_Mostafa , welcome to the n8n community!

could you please share your workflow json?

Hi @Adham_Mostafa Welcome to the community!
This is almost always linked to these things:

  1. Your message is not formatted correctly, the exact message is:
    I sent the file using email with the label ID <label_id> . My ID: <your_unique_ID>

  2. You have not used the expressions {{ }} correctly, the syntax should be:
    {{ 'I sent the file using email with the label ID ' + $json.id + '. My ID: your_unique_id' }}

  3. And lastly either you are not using the correct webhook URL, or you are not sending that message in a line, as it is a single lined message.

Let me know if the issue persists.