ManualTrigger Automate

For Reddit, this manual workflow automates the retrieval of relevant posts about n8n, filtering for those with over 5 upvotes from the last 7 days. It categorizes content using OpenAI, providing concise summaries and insights, enhancing content discovery and engagement.

7/8/2025
15 nodes
Complex
manualcomplexredditsticky noteopenaiadvancedlogicconditional
Categories:
Complex WorkflowManual TriggeredSocial Media Management
Integrations:
RedditSticky NoteOpenAi

Target Audience

  • Content Creators: Those who want to monitor Reddit for discussions about n8n and gather insights.
    - Marketers: Individuals looking to analyze trends and sentiments related to n8n in online communities.
    - Developers: Users interested in integrating automated workflows with Reddit and OpenAI for enhanced productivity.
    - Data Analysts: Professionals seeking to classify and summarize user-generated content from Reddit effectively.
  • Problem Solved

  • This workflow automates the process of searching for relevant n8n posts on Reddit, filtering them based on specific criteria, and categorizing them using OpenAI.
    - It addresses the challenge of manually sifting through large volumes of Reddit content, thus saving time and increasing efficiency.
    - Users receive a concise summary and classification of posts, allowing them to quickly identify valuable discussions and insights.
  • Workflow Steps

  • Step 1: The workflow is triggered manually by clicking on "Execute Workflow".
    - Step 2: It searches Reddit for posts containing the keyword "n8n", focusing on new posts with at least 5 upvotes and original content from the last 7 days.
    - Step 3: Posts are filtered through an IF condition to check if they meet the criteria of having a selftext and sufficient upvotes.
    - Step 4: Valid posts are processed to extract relevant information such as upvotes, subreddit size, selftext, subreddit, date, and url.
    - Step 5: The workflow utilizes OpenAI to classify whether the post is about n8n and to generate a summary of the content.
    - Step 6: The results are merged and finalized, providing a structured output for further analysis.
  • Customization Guide

  • Keyword Adjustment: Users can change the keyword parameter in the Reddit node to monitor different topics.
    - Criteria Modification: The IF conditions can be adjusted to include different thresholds for upvotes or modify the time frame for content retrieval.
    - OpenAI Integration: Users can customize the OpenAI prompts to refine how posts are classified or summarized, enhancing the relevance of the output.
    - Node Addition: Additional nodes can be included to expand the workflow’s functionality, such as integrating other social media platforms or data sources for a broader analysis.