Automate Top ProductHunt Updates to Discord with n8n

Save hours tracking trending ProductHunt projects by automatically fetching and posting the daily top 5 ranked projects to your Discord channel using n8n. This workflow eliminates manual data hunting and streamlines community updates.
cron
graphql
discord
+2
Workflow Identifier: 1401
NODES in Use: Cron, GraphQL, Item Lists, Set, Discord

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:

Visit through Desktop for Best experience

What This Workflow Does

This workflow automatically fetches the top 5 trending projects from ProductHunt every hour and posts them on a Discord channel. It saves time by removing manual steps and keeps a community updated with fresh startup info regularly.

It uses ProductHunt API data, processes project details, and sends formatted messages to Discord without human help.


Who Should Use This Workflow

Community managers who want to share the latest ProductHunt projects easily.

People who run Discord servers or other groups interested in startups and tech products.

No detailed coding knowledge is needed, just basic setup with n8n.


Tools and Services Used

  • n8n: To build and run the automation workflow.
  • ProductHunt API: Supplies data about trending projects.
  • Discord Webhook: Allows posting messages into a Discord channel.

Inputs, Processing, and Output

Inputs

  • A valid ProductHunt API key with permission to fetch posts.
  • A Discord webhook URL from the target channel.

Processing Steps

  • The Cron node triggers the workflow every hour.
  • The GraphQL node sends a query to the ProductHunt API to get the latest 5 projects ranked by votes.
  • The Item Lists node extracts each project from the API response.
  • The Set node formats project details into simple fields: name, description, and vote count.
  • The Discord node posts a message listing the top projects with their info to the Discord channel.

Output

An hourly Discord message showing the freshest top 5 trending ProductHunt projects.


Beginner Step-by-Step: How to Use This Workflow in n8n

Importing the Workflow

  1. Download the workflow JSON file using the Download button on this page.
  2. In the n8n editor, use the Import from File option to load the workflow.

Configuring Necessary Settings

  1. Add your ProductHunt API key in the GraphQL node Authorization header. Replace YOUR-TOKEN with your API key.
  2. Paste your Discord webhook URL into the Discord node‘s Webhook URL field.
  3. Update any other IDs or channel settings if needed.

Testing and Activating

  1. Run the workflow manually once to ensure it works and posts to Discord.
  2. If the test is successful, activate the workflow using the toggle switch in the top right of n8n.
  3. The workflow will now run every hour without manual help.

For users running self-host n8n, visit self-host n8n for hosting options.


Common Issues and How to Fix Them

  • Problem: “Authorization failed” or no data from ProductHunt.
    Fix: Check and update the ProductHunt API key in the GraphQL node.
  • Problem: Discord messages do not appear.
    Fix: Verify Discord webhook URL and channel permissions.
  • Problem: Empty or wrong data in Discord messages.
    Fix: Confirm JSON paths and expressions in the Set node.

Customization Ideas

  • Change number of projects by editing first: 5 in the GraphQL query.
  • Adjust posting frequency in the Cron node to every 30 minutes or daily.
  • Add extra data fields like project ratings in the Set node.
  • Edit Discord messages with emojis or markdown for different styles.
  • Filter projects by custom date ranges by changing the GraphQL query.

Summary of Results

✓ Saves about 30 minutes of daily manual work.
✓ Reduces mistakes in sharing project info.
✓ Keeps Discord community updated hourly.
✓ Posts clear messages with top trending startups.


Frequently Asked Questions

Update the ProductHunt API key in the GraphQL node’s Authorization header with a valid Bearer token.
Check the Discord webhook URL and confirm the bot or webhook has permission to post in the selected Discord channel.
Yes, replace the Discord node with a Slack node and use a Slack webhook URL.
Modify the GraphQL query parameter ‘first’ from 5 to the desired number in the GraphQL node.

Promoted by BULDRR AI

Related Workflows

Automate Viral UGC Video Creation Using n8n + Degaus (Beginner-Friendly Guide)

Learn how to automate viral UGC video creation using n8n, AI prompts, and Degaus. This beginner-friendly guide shows how to import, configure, and run the workflow without technical complexity.
Form Trigger
Google Sheets
Gmail
+37
Free

AI SEO Blog Writer Automation Workflows in n8n

A complete beginner guide to building an AI SEO blog writer automation using n8n.
AI Agent
Google Sheets
httpRequest
+5
Free

Automate CrowdStrike Alerts with VirusTotal, Jira & Slack

This workflow automates processing of CrowdStrike detections by enriching threat data via VirusTotal, creating Jira tickets for incident tracking, and notifying teams on Slack for quick response. Save hours daily by transforming complex threat data into actionable alerts effortlessly.
scheduleTrigger
httpRequest
jira
+5
Free

Automate Telegram Invoices to Notion with AI Summaries & Reports

Save hours on financial tracking by automating invoice extraction from Telegram photos to Notion using Google Gemini AI. This workflow extracts data, records transactions, and generates detailed spending reports with charts sent on schedule via Telegram.
lmChatGoogleGemini
telegramTrigger
notion
+9
Free

Automate Email Replies with n8n and AI-Powered Summarization

Save hours managing your inbox with this n8n workflow that uses IMAP email triggers, AI summarization, and vector search to draft concise replies requiring minimal review. Automate business email processing efficiently with AI guidance and Gmail integration.
emailReadImap
vectorStoreQdrant
emailSend
+12
Free

Automate Email Campaigns Using n8n with Gmail & Google Sheets

This n8n workflow automates personalized email outreach campaigns by integrating Gmail and Google Sheets, saving hours of manual follow-up work and reducing errors in email sequences. It ensures timely follow-ups based on previous email interactions, optimizing communication efficiency.
googleSheets
gmail
code
+5
Free