This workflow digests mentions of n8n on Reddit that can be sent as a single email or Slack summary each week.

We use OpenAI to classify if a specific Reddit post is really about n8n or not, and then summarize it into a bullet point sentence.

How it works

1. Get posts from Reddit that might be about n8n.
2. Filter for the most relevant posts (posted in the last 7 days, more than 5 upvotes, and original content).
3. Check if the post is actually about n8n.
4. If it is, categorize with OpenAI.

Bear in mind: The workflow only considers the first 500 characters of each Reddit post. So if n8n is mentioned after this amount, it won’t register as being a post about n8n.io.

Next steps

– Improve OpenAI Summary node prompt to return cleaner summaries.
– Extend to more platforms/sources – e.g., it would be really cool to monitor larger Slack communities in this way.
– Do some classification on the type of user to highlight users likely to be in our ICP.
– Separate a list of data sources (Reddit, Twitter, Slack, Discord, etc.), extract messages from there, and have them go to a sub-workflow for classification and summarization.