Level 2 Certification: Discord Webhook Message Not Appearing Despite Successful Execution

Hi n8n community,

I’m currently working on the Level 2 certification challenge and have run into an issue with the final Discord webhook submission. I’m hoping someone might be able to offer some guidance.

The Issue

I have set up a workflow to send a message to the required Discord webhook. When I execute the workflow, it runs successfully in my n8n instance, and the HTTP Request node returns a successful status code (e.g., 200 or 204). However, the message never actually appears in the Discord channel.

My Details

Here is the information for my specific challenge attempt:

  • n8n Instance: n8n.cloud
  • Unique ID: bceb6dc2f0b5721cf642c51ba1fa0f9e
  • Discord URL (Target of my HTTP Request): https://internal.users.n8n.cloud/webhook/discord-level2
  • **Authentication Header Name: api_key
  • **Authentication Header Value: j[vkXYdY68H(:WfB

I have confirmed that my HTTP Request node is set to the POST method and includes the authentication header as specified.

Has anyone else encountered this? I feel like I’m missing a small detail but can’t figure out what it is. Any pointers on what to check next would be greatly appreciated!

Thank you for your help.

We had a few issues with our workflow handling the discord end points yesterday, please run your workflow again and let me know if there is still an issue.

I can confirm that our discord endpoints are working at this time as we have other students successfully calling them.

Please double check your work as you are not sending the correct data to the end point.

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