I need help setting up the Discord webhook for Course 1 so I can complete the course. Thank you
In Discord: channel settings > Integrations > Webhooks > New Webhook. Copy the URL. In n8n: add an HTTP Request node, set method to POST, paste the URL, set body to JSON: {"content": "Your message here"}. Alternatively, use the built-in Discord node with webhook credentials.