Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Test Your n8n Discord Connection! Trying to connect n8n to your Discord server but not sure where to start? Setting up a Discord Bot and its credentials can be confusing. This workflow provid...
n8n-nodes-base.stickynote, n8n-nodes-base.set, n8n-nodes-base.merge, n8n-nodes-base.if, n8n-nodes-base.discord, n8n-nodes-base.noop, n8n-nodes-base.manualtrigger, n8n-nodes-base.executeworkflowtrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by EoCi - Mr.Eo.
Original n8n.io sourceTrying to connect n8n to your Discord server but not sure where to start? ๐ค Setting up a Discord Bot and its credentials can be confusing. This workflow provides the perfect starting point, guiding you through the connection and running a test to fetch all channels from your server, confirming everything works!
This workflow is a "getting started" template designed to solve one primary problem: creating and verifying your first Discord connection in n8n.
Its main benefit is demystifying the Discord Bot setup process. It proves your connection is successful by connecting to your server and fetching a complete list of all channels and categories. It's the perfect first step for any n8n user, community manager, or developer who wants to build Discord automations but needs a clear, working starting point.
Manual Trigger: You start the workflow by clicking 'Execute workflow'.
Set Server ID: A 'Set' node is pre-configured to hold your specific Discord Server ID.
Get Channels List: The Discord node uses your credentials and the Server ID to connect to Discord and retrieve a list of all channels and categories on that server.
Separate Channels & Categories: An 'IF' node automatically sorts the list, sending channels down one path and categories down another.
Process & Merge: Two 'Set' nodes clean up the data from each path, and a 'Merge' node combines them back into one organized list.
Next Step!: The workflow finishes at a 'NoOp' node. You can click the 'Merge' node to see the final output a full list of your server's channels.
Credentials: Discord Bot Token (created via the Discord Developer Portal). Accounts: A Discord account. Specifics:
If it succeeds, all nodes will turn green. Click the Merge node and select the 'Output' tab to see a complete JSON list of all channels and categories from your server. Congratulations, you're connected!
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Discord setup guidelines ๐ - get all channels & categories of a Discord server |
|---|---|
| Complexity | advanced |
| Nodes | 22 |
| Categories | Social Media |
| Author | EoCi - Mr.Eo |
| Published | 26 Oct 2025 |
Use the JSON export at /data/workflows/10198/10198.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Test Your n8n Discord Connection! Trying to connect n8n to your Discord server but not sure where to start? Setting up a Discord Bot and its credentials can be confusing. This workflow provid...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media use case.