Log daily unanswered Discord help questions from Discord to Google Sheets
Quick Overview This workflow runs daily at 09:00 to scan a Discord help channel for likely questions that have not been answered, then posts a digest to a moderator Discord channel and appends each unanswered question (with jump links) to a Google Sheets log.
How it works Runs every day at 09:00 on a schedule. Loads configuration values such as the Discord server and channel IDs, lookback window, and Google Sheets location. Fetches the most recent messages from the specified Discord help channel. Identifies messages in the lookback window that look like questions and filters out those that were replied to, got a later mention of the asker, or have an associated thread, while also computing a coverage note if message retrieval is incomplete. If unanswered questions exist, formats a digest with jump links, posts it to the moderator Discord channel, and appends each question as a row in Google Sheets. If no unanswered questions exist, posts an “all clear” scan receipt (including the coverage note) to the moderator Discord channel.
Setup Create and connect a Discord Bot credential, invite the bot to your server, and grant it View Channel/Read Message History on the help channel and Send Messages on the moderator channel. In the Discord Developer Portal, enable the Message Content privileged intent for the bot so the workflow can evaluate question text. Create and connect a Google Sheets OAuth2 credential and prepare a spreadsheet tab (for example, “Unanswered”) with columns like Digest Date, Asked At, Age Hours, Author, Question, Jump Link, Message ID. Update the values in the settings step with your Discord guild ID, help channel ID/label, moderator channel ID, Google Sheet URL/tab, and any tuning values (lookbackHours, messageFetchLimit, questionWords, and limits).
Related Templates
Verify Linkedin Company Page by Domain with Airtop
Automating LinkedIn Company URL Verification Use Case This automation verifies that a given LinkedIn URL actually belo...
Create a Speech-to-Text API with OpenAI GPT4o-mini Transcribe
Description This template provides a simple and powerful backend for adding speech-to-text capabilities to any applicat...
Build a Restaurant Voice Assistant with VAPI and PostgreSQL for Bookings & Orders
This n8n template demonstrates how to create a comprehensive voice-powered restaurant assistant that handles table reser...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments