This n8n workflow automates the process of staying updated with the latest news on specific topics by integrating with Linkup’s AI service, Airtable, and Slack. It is designed to run on a scheduled basis, fetch relevant news articles, store them efficiently, and notify users.
The workflow begins with a Schedule Trigger set to activate weekly (or any desired interval). It then sets parameters such as news topics (e.g., decarbonization, net-zero, sustainability) and time range (e.g., last 7 days). Using the Linkup API, it searches for news articles related to these topics, extracting details like the title, URL, summary, and publication date.
Each news item is processed through a loop, and after a brief pause to prevent API rate-limiting issues, each article is stored individually in Airtable with relevant fields. Once all articles are saved, they are aggregated into a single item, and a Slack notification is sent to inform the team that the news update is ready for review, including a count of the articles fetched.
This workflow is ideal for organizations committed to monitoring industry news, media coverage, or anything related to specific keywords, providing a hands-free method to stay informed and collaboratively review new information regularly.
Reviews
There are no reviews yet.