Unable to Send to #course-level-1 on Discord & Can't Pass Quiz

Describe the problem/error/question

I am taking the level 1 course and joined the Discord server as directed and started going through the steps on the server checklist to be able to send to the #course-level-1 section, and I got through item 5 or 6 and then the checklist disappeared and I have no idea how to get back to it or what else I need to do in order to get permission to send the automated message to Discord. I worked around it by setting up Telegram but that obviously doesn’t count towards the completion of the course if it can’t be verified.

What is the error message (if any)? “You do not have permission to send messages in this channel.”

Please share your workflow

This is just the level 1 beginner's course workflow. I have no issues with that, just need to figure out how to get access to message the Discord.

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:
1 Like

Hi @cease70 Welcome to the community!
Employ a Discord node with Connection Type set to Webhook. Paste the course webhook URL , which you’ll get from your Level 1 email: https://internal.users.n8n.cloud/webhook/course-level-1, into new webhook credentials. Under Message, send exactly this expression (and in your case, your actual unique Id instead of unique_id).

We’ve got {{$json[“totalBooked”]}} bookings this week at a value of {{$json[“bookedSum”]}}. My Unique ID: {{ $(‘HTTP Request’).params[“headerParameters”][“parameters”][1][“value”] }}.

The post made by this webhook (not manual typing) completes the “Notifying the team” for the badge.

1 Like

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