I’ve been lucky enough to win a lot of times over the past year and have received enough merch and cloud pro plans, so I’m paying it forward and giving these two prizes away to the community!
How to participate
To enter the draw, just reply to this topic and share a workflow (along with its goal) that you have created or are currently running, Also, please specify which prize you prefer (the Merch coupon or the Cloud Pro plan - please choose only one),
You can share your workflow in any of these ways:
Link to an n8n template you published.
Link to a forum topic where you shared your workflow.
Or simply attach the workflow directly in your reply.
I will add everyone who replies with a workflow to this public Google Sheet to be entered into the draw!
Winner selection
An automated n8n workflow will randomly pick two participants (one for the Cloud Pro, one for the Merch ) on 6 March 2026 at 00:00 UTC.
I am using N8N to automate sending me the status of my servers of an app that i built. Sends me an update every morning to make sure everything is running smoothly. http://localhost:5678/workflow/igx9LZsgTzLd9U7g
Hey @mohamed3nan , thanks for the giveaway !! Im interested in the n8n merch
I’m sharing one of my simplest workflows so far I literally just finished one hour ago, but this one is actually very specific and useful for a niche use case.
If someone is applying for a support job at n8n or just want to deeply understand how the community solves real problems and growing knowledge base of real Q&As, this workflow is literally their secret weapon.
It scrapes the latest solved questions from the n8n community forum, grabs the accepted answers, and dumps everything clean into Airtable. Sould be ran once a month and let new solved topics accumulate before next run.
The actual WF fetches up to 900 items per run with the question, accepted answer as final solution, and more fields …
Manual trigger for now since once a month is more than enough.
So to use it you’ll need and Airtable base with Topic ID, Title, Question, Answer, Topic URL, Views, Reply Count, Solved Date and Imported At fields.
You can then feed that data into your favorite LLM and ask it to generate a full training guide for an n8n support interview or use it for analysis. Or just flex on people in the forum by knowing everything
Here is a sneak peek at the issue category breakdown it built on its own.
This is an amazing idea, i like it although there is already n8n chat with the docs that uses kapa.ai, this approach of analyzing the categories is actually really useful for lots of use cases and analysis..
Exactly ,there are already some cases like this that anyone can notice here if they pay a little attention..