Home / Companies / n8n / Blog / May 2020

May 2020 Summaries

3 posts from n8n

Filter
Month: Year:
Post Summaries Back to Blog
Mattias Larson, co-founder of Maranics, discusses the benefits of automation in the maritime industry through the use of n8n, a tool chosen for its ability to run on local environments and its extensive features. With a background in digitalizing human processes, Larson has leveraged n8n for automating repetitive manual tasks on both large cruise and smaller cargo vessels, facilitating data sharing with legacy systems onboard. He highlights the use of HTTP, Webhook, MongoDB, and Postgres nodes and values the tool's customization capabilities. Larson advises integrating business knowledge with technical skills and emphasizes the importance of evaluating and improving existing processes. Looking ahead, Maranics plans to expand n8n's role in its operations and services, anticipating enhancements like OAuth 2 support and improved data mapping functionalities.
May 29, 2020 596 words in the original blog post.
A designer shares their experience of using n8n to automate creative tasks, highlighting how it allows them to leverage their basic data knowledge to create automation with minimal effort. The tutorial demonstrates setting up a workflow to generate procedural graphic banners, specifically focusing on cocktail recipe banners using Bannerbear and Rocket.Chat. The process involves creating a cron node to trigger the workflow, an HTTP request node to fetch random cocktail data, and using Bannerbear to design and automate image creation. The designer integrates these with Rocket.Chat to post the images, illustrating the potential of automating design tasks in marketing and e-commerce. The workflow exemplifies how automation can reduce repetitive tasks, allowing designers to focus on creativity, and invites others to explore various applications of such automation in their fields.
May 19, 2020 1,606 words in the original blog post.
n8n allows users to set up an 'Error Workflow' to handle errors in their workflows by utilizing an 'Error Trigger' node, which automatically activates when a workflow fails, providing notifications such as SMS or Slack/Mattermost alerts. This tutorial guides users through creating two workflows using version 0.111.0 of n8n: the first, an error workflow that utilizes the Error Trigger, Mattermost, and Twilio nodes to send notifications when Workflow 2 encounters an error, and the second, a deliberately flawed workflow designed to trigger the error workflow. The tutorial includes detailed steps for configuring each node, such as setting Mattermost credentials and creating a Twilio account, and demonstrates how to ensure that notifications are sent to designated channels and contacts. The process illustrates how n8n can be used to monitor workflows effectively and ensure timely error notification and response, encouraging users to integrate this setup into their incident response strategies and share their workflows with the community.
May 07, 2020 1,378 words in the original blog post.