This n8n workflow automatically retrieves the top five Product Hunt projects posted in the last 24 hours and sends a summarized notification to a Discord channel. It is designed to keep teams or community members informed about trending projects without manual effort.
### Workflow Breakdown:
1. **Cron Trigger**: The workflow begins with an hourly trigger, ensuring the data is checked and sent regularly.
2. **GraphQL Request**: It executes a GraphQL query against the Product Hunt API to fetch the top 5 projects based on ranking, posted within the last 24 hours. It includes details such as project name, tagline, description, votes, and ratings.
3. **Item List Processing**: The retrieved data, which is nested within edges, is split into individual items for processing.
4. **Set Node**: The information for each project (name, description, votes) is formatted into a structured JSON object for clarity.
5. **Discord Notification**: The formatted project details are sent to a specified Discord webhook, providing a quick, automated update in the community channel.
### Use Cases:
– Keeping a team or community updated with trending startups or projects each day.
– Automating content sharing from Product Hunt to Discord.
– Monitoring new popular projects without manual tracking.
This workflow exemplifies how automation can streamline social media or community updates effectively.
Reviews
There are no reviews yet.