Automates nightly cleanup of Discord channels by deleting messages older than 7 days at 9 PM, respecting API rate limits for compliance and tidiness.
This n8n workflow runs every evening at 9:00 PM to maintain clean Discord channels. It starts with a schedule trigger, retrieves all channels from your specified Discord server using provided credentials, then loops through each channel. For every channel, it fetches recent messages, filters out those older than seven days based on timestamps, and deletes the old ones while inserting brief pauses to avoid hitting Discord's API rate limits on deletions.
The benefits include automatic enforcement
Platform
n8n
Category
Finance & Accounting
Price
$12.99
Creator
Maxim Luong
discord
channel-cleanup
message-deletion
automation
scheduling
rate-limits
compliance
team-chat
retention-policy
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.