Discord Automation Workflows
317 ready-made Discord workflows for n8n, Make, Zapier, Activepieces, and Pipedream. Community automations: alerts, moderation helpers, and bot workflows.
Automate Discord Bot Mentions to Webhook Responses
This workflow listens for mentions of your Discord bot, filters messages based on user authorization and recency, and forwards relevant messages to a specified webhook, responding with the webhook's output.
n8n$9.99Get notified about new Instagram media in Slack and Discord
This Zap automates the process of sharing new media posts from Instagram to multiple platforms, including Slack and Discord, while also updating an Airtable record. This ensures that your team stays informed about the latest media content in real-time, enhancing collaboration and engagement across channels.
Zapier$4.99Automate Nightly Discord Channel Message Cleanup
This workflow automatically cleans up Discord channels by deleting messages older than seven days every night at 9:00 p.m., ensuring compliance with retention policies.
n8n$9.99Website Stock Change Monitor with Discord Alerts
Monitors a website hourly for 'Out Of Stock' text changes and sends Discord notifications when stock status updates.
n8n$9.99Automate Discord Alerts for New Revolut Draft Payments
Automatically send a notification to Discord whenever a new draft payment is created in Revolut Business, ensuring timely updates and streamlined communication.
Make$2.99Send Alerts to Discord for HERE IoT Device Battery Levels
Automatically notify Discord when a HERE IoT device's battery level falls below a specified range, ensuring timely alerts for device management.
MakeFreeShare new Facebook posts on Discord
A ready-to-use Make workflow that connects Facebook-pages, Discord. Share new Facebook posts on Discord. Customize and deploy in minutes.
MakeFreeAI-Optimized Posts to X, Discord & LinkedIn via OpenRouter
BuzzBlast automates AI-optimized content posting to X, Discord, and LinkedIn from a single chat message. It tailors posts for each platform, detects language, and boosts engagement effortlessly.
n8n$24.99Automated Workflow Backup System with Google Drive, Gmail, and Discord Alerts
## How it works This workflow automates the backup of all your n8n workflows to a specified Google Drive folder. It operates in two main phases: 1. **Orchestration (Scheduled Task):** - The workflow is initiated by a **Schedule Trigger** (e.g., daily at 1:30 AM by default). - It then uses an **n8n API Node** to fetch a list of all existing workflows in your n8n instance. - A **Loop Over Items** node processes each fetched workflow individually. - For every workflow in the list, an **Execute Workflow** node calls the worker part of this same workflow, passing the individual workflow's data. 2. **Individual Workflow Backup (Worker Task):** - This part is triggered by the **When Executed by Another Workflow** node (called by the orchestrator part). - It first retrieves the passed workflow data. - A **Parameters** node defines the target Google Drive directory. - The **Get Google Drive File Data** node searches the specified Google Drive folder to see if a backup file for the current workflow (named as `WorkflowName_WorkflowID.json`) already exists. - An **IF Node** (`ifDriveEmpty`) checks the result: - If a backup file **exists**, the workflow data is converted to a binary JSON file using a **Code Node**, and then the existing file on Google Drive is **updated** (`Backup to Google Drive2`). - If a backup file **does not exist**, the workflow data is first formatted as JSON, converted to a binary JSON file using another **Code Node**, and then **uploaded as a new file** to Google Drive (`Backup to Google Drive4`). - If any Google Drive upload/update operation fails, a **Failure Email** is sent. After the loop in the orchestration phase completes (all workflows processed), a **Limit** node ensures only one signal proceeds to send a **Success Email** and a **Discord** message indicating the overall backup process was completed. ## Setup 1. **Clone Workflow:** Clone this workflow into your n8n environment. 2. **Credentials:** - **n8n API:** In the Get all n8n Workflows node, select or create n8n API credentials. This allows the workflow to list all your other workflows. - **Google Drive:** In the getDriveFileData, Backup to Google Drive2, and Backup to Google Drive4 nodes, select or create your Google Drive OAuth2 API credentials. - **Gmail:** In the successEmail and failureEmail nodes, select or create your Gmail credentials. - **Discord (Optional):** If you wish to use Discord notifications, configure your Discord Bot API credentials in the Discord node. 3. **Configuration:** - **Schedule:** Open the Schedule Trigger node and adjust the trigger interval (e.g., time of day) as needed. - **Google Drive Folder:** Open the Parameters node (connected after Workflow Data). Edit the `directory` value to the full URL of the Google Drive folder where you want to store your backups (e.g., `https://drive.google.com/drive/folders/YOUR_FOLDER_ID`). - **Email Recipients:** Open the successEmail and failureEmail nodes and update the Send To field with your desired recipient email address(es). - **Discord Channel (Optional):** If using Discord, open the Discord node and set the Channel ID for notifications. - **Sub-Workflow ID:** The Execute Workflow node is pre-configured to call this workflow itself using its ID. If you import this workflow and its ID changes, you *may* need to update the `workflowId` in the Execute Workflow node to the new ID of this imported workflow. *However, n8n usually handles this if it's self-referential within the same imported workflow.* ## How to use 1. **Activate:** After completing the setup steps, activate the workflow. It will automatically run according to the defined schedule. 2. **Manual Execution:** You can also manually trigger the workflow by clicking the Execute Workflow play button on the Schedule Trigger node to perform an immediate backup of all workflows. 3. **Check Backups:** Your n8n workflows will be saved as `.json` files (named `WorkflowName_WorkflowID.json`) in the Google Drive folder you specified in the Parameters node. 4. **Notifications:** You will receive an email (and optionally a Discord message) upon successful completion of the entire backup process, or individual failure emails if a specific workflow backup to Google Drive fails. ## Author & Credits - **Creator:** Hochien Chang - **YouTube Channel (Chinese):** [HC AI](https://www.youtube.com/channel/UCvGfUB-wBdG4i_dDGBCwJg) - **YouTube Channel (English):** [HC HumanizeAI](https://www.youtube.com/@HC-HumanizeAI) - **Original Explanation Video:** [https://youtu.be/PA15H5qunC0](https://youtu.be/PA15H5qunC0) - **Based on:** [n8n Workflow Backup to Google Drive](https://n8n.io/workflows/3112-backup-n8n-workflows-to-google-drive/)
n8n$14.99Automatically Share Top 5 Product Hunt Discoveries to Discord Hourly
This workflow retrieves the top 5 products from Product Hunt every hour and posts them to a Discord server, keeping your community updated with the latest innovations.
n8n$4.99Post messages on Discord from new Ghost publications
Every time a new post is published on a Ghost blog, Make will automatically post it on your Discord server.
MakeFreeAutomatically Post Snov.io Email Replies to Discord
Streamline communication by automatically sharing email replies from Snov.io to your Discord server.
MakeFreeDiscord Daily Digest for Multiple Google Analytics Accounts
Automates daily GA4 metrics fetching from multiple accounts, posts/updates summaries in Discord to avoid clutter, handling data finalization over 7 days.
n8n$19.99Send Discord messages for new Userback feedback
A ready-to-use Make workflow that connects Userback, Builtin, Util. Send Discord messages for new Userback feedback. Customize and deploy in minutes.
Make$4.99Automatically Share New Checkvist Tasks on Discord
Effortlessly keep your team updated by automatically posting new Checkvist tasks to your Discord channel.
MakeFreeAutomate GIF Creation from Google Calendar Events and Share on Discord
Automatically generate GIFs for new Google Calendar events using GIPHY and share them on Discord with event details.
Make$3.99Shorten a link from an Airtable record using Bitly and send it as a Discord message
A ready-to-use Make workflow that connects Airtable, Bitly, Discord. Shorten a link from an Airtable record using Bitly and send it as a Discord message. Customize and deploy in minutes.
Make$3.99Automate Subreddit Monitoring and Discord Notifications
Automatically track activities in specific subreddit categories and send real-time updates to your Discord channel.
MakeFreeAutomatically Share lc.cx Shortened Links to Discord
This workflow posts new links shortened by lc.cx directly to a specified Discord channel, ensuring your team stays updated with the latest links.
MakeFreeDaily Hydration Reminder: Slack/Discord + Airtable Tracking
Automates twice-daily hydration reminders to Slack or Discord with random GIFs, tracking reactions in Airtable for community wellness engagement.
n8n$12.99Shorten an RSS link with YOURLS and send it as a Discord message
Use this template to automatically shorten a new RSS feed item link with YOURLS and post it as a Discord message.
Make$3.99Automatically Post New iLert Incidents to Discord
Effortlessly keep your team informed by automatically posting new iLert incidents to your Discord server.
MakeFreeGet a Discord notification for a new Zoom webinar
A ready-to-use Make workflow that connects Zoom, Discord. Get a Discord notification for a new Zoom webinar. Customize and deploy in minutes.
MakeFreeDaily 4K Blu-ray Preorder Updates from Blu-ray.com to Discord
Scrapes today's newest 4K Blu-ray preorders from Blu-ray.com and sends a formatted list of links to your Discord channel via webhook. Scheduled daily with minimal setup required.
n8n$9.99
More integrations
Custom AI Systems & Services
Our team of experienced AI builders will help build custom AI systems, workflows, and solutions.
Request Custom Work