- Automatically post updates from RSS feeds to Trello cards.
- Filter and sort news articles based on publication dates.
- Transform news content into Markdown format for better readability.
- Notify team members via email about updates on Trello.
Schedule trigger initiates the workflow at specified intervals. Fetch news articles from multiple RSS feeds. Transform article data into structured format. Filter articles older than a specified number of days. Sort articles by publication date in descending order. Limit the number of articles to be processed. Format the articles into Markdown for Trello comments. Post formatted comments to Trello and send notification emails.
- 1Import the workflow template into your n8n instance.
- 2Configure the RSS feed URLs in the RSS Read nodes.
- 3Set up Trello and Gmail credentials for posting comments and sending emails.
- 4Adjust the schedule trigger to define how often the workflow runs.
- 5Test the workflow to ensure all connections and configurations are correct.