by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by EoCi - Mr.Eo
π 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 provides the perfect starting point, guiding you through the connection and running a test to fetch all channels from your server, confirming everything works! π― What This Does 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. π How It Works 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. Nodes Used When clicking βExecute workflowβ (Manual Trigger) Set - Server ID (Set) Get channels list (Discord) Separate Category & Channel (IF) Get Channels (Set) Get Server's Categories (Set) Merge (Merge) Next Step ! (NoOp) Setup Requirements π Credentials: Discord Bot Token (created via the Discord Developer Portal). Accounts: A Discord account. Specifics: A Discord Server you own or have admin permissions for. Developer Mode enabled in your Discord client (to copy your Server ID). A Server ID from your server to test with. Estimated Setup Time: < 10 minutes. Set up steps Part 1:** Create Your Discord Bot & Get Token Go to the Discord Developer Portal: Navigate to discord.com/developers/applications and log in. Create New Application: Click the New Application button in the top right. Give it a name (e.g., "n8n Bot") and click Create. Access Your Bot: On the left-hand menu, click the Bot tab, then Add Bot. Get Your Bot Token: Under the bot's username, find the Token section. Click Reset Token (and confirm) to reveal your bot's token. Copy the Token: This is your secret credential. Copy this token and keep it safe. Part 2:** Invite Your Bot to Your Server Go to URL Generator: Back in the Discord Developer Portal, go to the OAuth2 tab and then URL Generator. Select Scopes: In the Scopes box, check the bot checkbox. Set Permissions: A new Bot Permissions box will appear. Check the View Channels permission. This is all that's needed for this workflow. Copy Invite URL: Scroll down and copy the Generated URL. Invite Bot: Paste this URL into a new browser tab. Select the server you want to add the bot to, click Continue, and then Authorize. Part 3:** Add Credentials to n8n Open Credentials: In n8n, go to Credentials > Create Credential. Select Credential Type: Search for and select Discord Bot API. Paste Your Token: Give your credential a 'Name' (e.g., "My Discord Bot"). Paste the Bot Token you copied from Part 1 into the Bot Token field. Save: Click Save to store your new credentials. Link Credential: Back in the workflow, click the Get channels list node. In the 'Credentials' parameter, select the credential you just created. Part 4:** Configure and Test the Workflow Enable Developer Mode: In your Discord desktop app, go to User Settings (the gear icon) > App Settings > Advanced and turn on Developer Mode. Copy Server ID: Go to your Discord server, right-click on the server icon (on the left), and click Copy Server ID. Configure n8n Node: Back in your n8n workflow, click the Set - Server ID node. Paste Server ID: In the 'Value' field for server_id, replace the placeholder value with the Server ID you just copied. Execute Workflow: Click Execute workflow in the top right corner. 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!
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: marketing
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by PDF Vector
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. Build Citation Networks from Research Papers Automatically build and visualize citation networks by fetching papers and their references. Discover influential works and research trends in any field. Workflow Features: Start with seed papers (DOIs, PubMed IDs, etc.) Fetch cited and citing papers recursively Build network graph data Export to visualization tools (Gephi, Cytoscape) Identify key papers and research clusters Process Flow: Input: Seed paper identifiers Fetch Papers: Get paper details and references Expand Network: Fetch cited papers (configurable depth) Build Graph: Create nodes and edges Analyze: Calculate metrics (centrality, clusters) Export: Generate visualization-ready data Applications: Research trend analysis Finding seminal papers in a field Grant proposal background research
by System Admin
Tagged with: , , , ,
by amudhan
Companion workflow for blogpost
by Robert Breen
π§βπ» Description This workflow demonstrates how to take structured data (e.g., Name, Business, Address) and automatically fill a PDF form (IRS W-9) using PDF.co inside n8n. The workflow extracts values from a data source (e.g., Set node, database, or webhook), maps those values to fields in a PDF template, and generates a completed PDF. This can be adapted for contracts, invoices, HR forms, or any standardized documents that need automation. By chaining additional nodes, you can also store completed PDFs in Google Drive/Dropbox, email them to recipients, or route them into CRM/ERP systems. Disclaimer: this template can only be used on self-hosted n8n instances βοΈ Setup Instructions 1οΈβ£ Prepare Your Data Add a Set node (or connect to your data source such as Google Sheets, Airtable, or a webhook). Define fields like: Name Business Address CityState These fields will map directly to form fields in the PDF. 2οΈβ£ Connect PDF.co Create a free account at PDF.co Copy your API Key from the dashboard In n8n β Credentials β New β PDF.co API Paste your API Key β Save In the PDF.co node, select your credential and choose the Fill a PDF Form operation Map each field in your dataset to the corresponding PDF form field (e.g., Name β Line 1 on the W-9). π Example Form This template uses the official IRS W-9 PDF: https://www.irs.gov/pub/irs-pdf/fw9.pdf Mapped fields include: Name β Line 1 Business β Line 2 Address + City/State β Address block You can expand this by mapping additional fields such as Tax Classification, Exemptions, TIN, and Signature. ποΈ Customization Guidance Different PDFs**: Swap the W-9 for any contract, invoice, or onboarding form your business uses. Dynamic Data Sources**: Replace the Set node with Google Sheets, Airtable, or API/Webhook inputs to pull live data. Automated Delivery**: After filling the form, use Email or Slack nodes to send PDFs directly to recipients. Document Storage**: Save completed PDFs automatically to Google Drive, Dropbox, or AWS S3. Bulk Processing**: Loop through rows of a dataset (e.g., customer list) to generate multiple personalized PDFs at once. π¬ Contact Need help customizing this workflow for contracts, invoices, or HR forms? π§ robert@ynteractive.com π Robert Breen π ynteractive.com
by Harshil Agrawal
No description available