This workflow automatically tracks new community topics related to a specific keyword from the n8n Community forum and updates a Google Sheet. It also sends notifications via Slack and email whenever new topics are added.
**Workflow overview:**
– It starts with a Schedule Trigger that runs the process at regular intervals.
– The user sets a keyword in a Sticky Note, which is used to customize the search query.
– The workflow makes an HTTP request to the community forum’s search endpoint to fetch the latest topics related to that keyword.
– The results are split into individual topics.
– Each topic updates a Google Sheet with its details such as ID, title, URL, date, and whether it has an accepted solution.
– Another trigger listens for updates in the Google Sheet.
– When the sheet updates, notifications are sent via Slack and email to alert team members or users about new community topics.
**Practical use case:**
This automation is ideal for community managers, support teams, or developers monitoring specific keywords or topics in forums or community boards, enabling them to stay updated and promptly respond or participate.
Reviews
There are no reviews yet.