Home / Companies / n8n / Blog / July 2020

July 2020 Summaries

3 posts from n8n

Filter
Month: Year:
Post Summaries Back to Blog
Ricardo Espinoza, a software engineer originally from Venezuela, became an integral contributor to the n8n open-source project after struggling to find a suitable open-source project fit during his college years. His journey began with the creation of a Mandrill node for n8n, leveraging his experience with NodeJS, which led to further contributions and eventually a position on the n8n team. Ricardo emphasizes the importance of aligning open-source contributions with one's skills and passions, which fueled his commitment to developing over 60 nodes for n8n. He uses n8n to automate tasks at his mobile app company, Klipped, showcasing workflows like 'Weekly Analytics' and 'Blast Marketing SMS' that save significant time. Ricardo views n8n as a powerful automation tool with a supportive community and envisions it becoming the default global automation platform.
Jul 23, 2020 983 words in the original blog post.
The text explores the functionality and ease of use of n8n, a workflow automation tool designed to simplify mundane tasks by integrating various APIs and services. It provides a step-by-step guide on how to create a workflow that sends daily positive affirmations to a Telegram chat using nodes like Cron, HTTP Request, and Telegram within n8n. The process involves setting up a Node.js environment, installing necessary components, and configuring nodes to automate tasks without extensive coding. The text highlights the community-driven nature of n8n, encouraging users to explore pre-existing templates and share their own workflows. Additionally, it emphasizes the accessibility of n8n through free self-hosting or cloud trial options, showcasing its potential for broader automation applications beyond the example provided.
Jul 15, 2020 1,223 words in the original blog post.
The article highlights the flexibility and capability of the HTTP Request node within the n8n automation platform, emphasizing its ability to connect and automate various applications and services through RESTful APIs. It provides detailed tutorials on configuring the HTTP Request node for three specific use cases: scraping data from HackerNoon, creating a cloud instance on DigitalOcean, and converting speech to text using Wit.ai. Each workflow is carefully broken down, demonstrating how to set parameters and execute tasks to achieve the desired outcomes. Additionally, the article suggests further automation possibilities, such as saving scraped data, translating text, and analyzing sentiment, underscoring the vast potential for integrating and automating tasks across different platforms. The author encourages readers to experiment and engage with the n8n community for support, hinting at the endless automation possibilities available with a versatile tool like the HTTP Request node.
Jul 07, 2020 938 words in the original blog post.