January 2021 Summaries
2 posts from n8n
Filter
Month:
Year:
Post Summaries
Back to Blog
The article explores the functionality of n8n, focusing on how to handle services without Trigger nodes by implementing a polling workflow. Trigger nodes in n8n initiate workflows when specific events occur, but not all services, like Google Sheets and Twitter, have them. Polling serves as an alternative, periodically checking for new data and executing workflows if changes are detected. The process involves using nodes such as Interval, Function, and Mattermost to periodically fetch, compare, and communicate data updates. By detailing a specific example with Google Sheets, the article demonstrates setting up a workflow that checks for new data every 45 minutes and sends a notification via Mattermost if updates occur. This approach is applicable to various use cases, providing a solution for automating tasks across platforms that do not inherently support webhooks. The text concludes by encouraging experimentation with polling workflows and offers resources for getting started with n8n.
Jan 12, 2021
2,046 words in the original blog post.
The text outlines a step-by-step guide for creating a coffee chat workflow using n8n, an automation tool, to facilitate virtual networking by automatically arranging meetings and sending calendar invites. The workflow is initially set up for the Mattermost chat system but can be adapted for the Matrix system, showcasing the flexibility of n8n in accommodating different technologies. The process involves using various nodes to schedule chats, announce groups, and send Google Calendar invites, with detailed instructions on configuring each component. The guide emphasizes the potential for customization and expansion, encouraging users to integrate other chat programs or add features like calendar checks for improved functionality. Overall, it highlights n8n's capabilities in streamlining digital communications and encourages users to explore further automation possibilities.
Jan 11, 2021
2,427 words in the original blog post.