N8n ssh node uses non-interactive shell - export variables in command section
Tried to update this topic (SSH command works manually but not in SSH node - #2 by Jon) but I was not able to update a closed topic, so writing here in case it helps someone else. n8n ssh node uses...
View ArticleSlug generation
Hello, I was wondering if there is a built-in slugify function, but it doesn’t seem so. This is what I use to generate a slug {{String($json.nom) .replace(/[øØ]/g, 'o') .replace(/[æÆ]/g, 'ae')...
View ArticleBuild your own APIs with n8n
Many of you already know that n8n goes far beyond simple integrations. You can also create a webhook and receive incoming requests. Trigger nodes rely heavily on this approach, for example. But did...
View ArticleConnecting to the UPS REST API
Describe the problem/error/question I couldn’t connect to UPS REST services. I was writing this message and in the course of creating screenshots etc I figured it out! I thought I would still post...
View ArticleOpen-source workflow management: a list of 12 top tools, and n8n integrations...
Hello, fellow n8n enthusiasts! Eduard and Yulia did the digging for you and handpicked 12 open-source alternatives to mainstream workflow management tools. In this article, a workflow is broadly...
View ArticleDedupe and merge
Hello everyone, I was looking for a workflow that would deduplicate + merge cells in Airtable. More specifically, whenever a duplicate is found, I wanted to take cells with content, and merge the...
View ArticleN8N & Dorik CMS
Hello everyone, I had a lot of trouble using N8N with Dorik CMS. There are currently no native nodes. Might be obvious to most of you, but I couldn’t find anything when I was trying to set it up. To...
View ArticleN8n Theme Editor
Greetings. Let me introduce you the utility for n8n color theme editing. GitHub - digital-boss/n8n-theme-editor: n8n Theme Editor 2 posts - 2 participants Read full topic
View ArticleA new tutorial on making an AI-powered Telegram bot
Hello fellow n8n enthusiasts! This time Eduard and Yulia wrote a tutorial where you can learn how to create an AI-powered Telegram chatbot that is able to send text messages and AI-generated images....
View ArticleDiscord bots with n8n: our brand-new tutorial, now with AI power
Hello to all our Discord and n8n enthusiasts! Eduard and Yulia prepared a brand-new tutorial for you on harnessing the power of automation in Discord through AI bots. In this tutorial, we dive deep...
View ArticleWorkshop: The Bots are Here! Automate Anything with n8n - August 8, the...
Hey! I’m hosting a small workshop at the Koppelting Conference in Amersfoort, the Netherlands next week! The event is on Tuesday, August 8 from 7pm-9.30pm. It will be a general introduction to n8n...
View ArticleMultiple tools to make devices and apps exchange data more efficiently
Over the last 10 years I have tried to automate my life as good as possible. And of course no tool was able to handle it all. I always needed multiple apps and devices. This caused one big problem for...
View Article8 open-source chatbot builders overview and how to extend them with n8n
We have a new blog post to share! Our fellow blog contributors Eduard and Yulia wrote a new article featuring 8 open-source chatbot platforms. In this guide, you’ll discover completely visual chatbot...
View ArticleGitHub push with n8n? Learn how, with our brand-new tutorial!
Pushing code to GitHub manually? Eduard and Yulia prepared a new tutorial for you on how to automate your Git routine with command line and n8n. In this tutorial, you’ll discover several useful...
View ArticleTips : Make a user interface for your workflow for a real user interaction
Hi, I don’t know if I missed the point in the documentation, but I don’t find a page to explain how I can make the end user of a workflow interact with my workflow. My main target is to give an url to...
View ArticleDocker-compose for n8n + postgres behind CloudFlared
Hopefully, it will be useful to others I run n8n with Postgres on my laptop and OAuth2 and more requested a static domain to redirect. As my laptop is on the road; I’m fine with unstable executions...
View ArticleTutorial to navigating SQL and XML in n8n
We’re back with another insightful guide! This time, we’re delving deep into the world of SQL and XML within the versatile n8n workflow automation tool. Eduard and Yulia will walk you through the...
View ArticleHow to automate onboarding on a self hosted Postgres
I recently started hosting my own n8n instance using this helm charts via k8s: GitHub - 8gears/n8n-helm-chart: A Kubernetes Helm chart for n8n a Workflow Automation Tool. Easily automate tasks across...
View ArticleExtract all secrets from your instance
This is a small JS script to extract secrets that are store in your n8n instance. var CryptoJS = require("crypto-js"); // how to get the key? // docker exec -u node -it n8n-n8n-1 /bin/sh -c 'cat...
View ArticleN8N folders - chrome extension
Hi everyone, So I was a bit frustrated about the absence of folders and I wanted to try some alternatives. I made this little extension using a lot of GPT4 as all I know is basic HTML and CSS. N8N...
View Article