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.