TY- A lot of of us that have been watching the no-code/low code space carefully had arrived at n8n. We would be very grateful to see you expand on this. Ideas: 1. Simple design of the Webhook to capture a forwarded audio file and have it summarized. 2. Webhook to capture a RUclips URL, summarize and forward to Notion. Thank you for taking an interest in the space!
perfect timing. I just reinstalled my OS and looking to get back into n8n. I am surprised that there aren't more videos about it as it is such a banger
I was using n8n using their cloud and I wasted so much time cause it was freezing all the time. I installed it locally and it's so smooth!! thanks a lot for your tutorial
Great topic! I just planned to seriously start with n8n, after reading its docs and experimenting with its self-hosting. I hope you can include Coolify as one of the cloud deployment methods. I've learned a lot from your tutorials. Thank you!!
Can't wait for those series. I've been struggling with a RAG using local vector storage instead of Pinecone. I can't seem to get it working because of the Q&A answer variable chain.
@@leonvanzyl BTW man ive sent multiple messages via your contact form on your site. and i cannot message you on X :P any ideas on how we can work together / get in touch?
Leon N8N is so underrated and under represented in Tutorial videos. @Leonvanzyl really good to see an excellent and popular youtuber like you take on N8N. Thank you!
I can't beleive it Leon, this weekend I've isntalled n8n for the first time and fighting with it, I'll watch your video, as usual and post some comments. Before that I can tell that after using a lot Flowise, n8n enters on my servers because I can install it locally no cost and has (looks like) more functions around than flowise, even though the learn curve it's slower because of the use of variables. What do you think?
given how good the AI Agent functions within n8n are getting, there might not be much need for flowise within n8n they are somewhat competitors in that space
@@thereal_JMT_ absolutely on spot!....I was just about to ask: I want to leverage on local LLM capabilities (Ollama, LM Studio and the like)....which option would you recommend? a) flowise b) n8n c) both! -------> this begs for a feature-set comparison (convergence or overlap?)
@@leonvanzylyes I have n8n and Flowise installed locally on my MacBook now. My first question is when would you choose just Flowise, just n8n, or integrating both? What’s your decision making process?
Thanks so much Leon !! This is exactly the series I was hoping for ! I was about to learn how to use Make, but I will follow your n8n series with pleasure. Do you think n8n is as accessible for non-tech profiles as Flowise can be?
hey Leon great video, im kinda new to this n8n thing. But quick question i get this error Problem running workflow "Bad request - please check your parameters" and when i expand to details this is what is says, "Telegram Trigger: Bad Request: bad webhook: An HTTPS URL must be provided for webhook." i was wondering why my webhook was an http and i have no idea how to change it to https.
Thanks for the video. NOTE: On MacBook Air after executing n8n after the install resulted in a: n8n not found. I fixed it by updating the PATH variable as follows: #-- Adding path to n8n export PATH=$PATH:~/node_modules/n8n/bin echo "New PATH via .zshrc:" $PATH In my case as the .zshrc file was not present. I had to create it in the HOME dir. After updating the PATH, I created a new Terminal window and then n8n was found.
N8n is now becoming expensive. I wish you would do an open source alternative like Node red. Imagine flowise + node red combo , isn't it gonna be a killer open source combo.
Hi, I tried these first steps, but when I try to run it, it starts to show random characters in the console really quick and don't initialize. Can anyone tell what went wrong?
Hello Leon. My servers dont have any internet access at the company. But I have a proxy. So could you please guide me how can I set proxy settings in n8n? .. I installed it as "npm install n8n" (not with -g)
I'm very much looking forward to this series. I'm especially interested in leveraging the strengths of both Flowise (agentic workflows) and n8n (process automation) together.
I dont seem to be able to listen to event with this setup, or how do I fix that? I can send messages to telegram but listening for them seems to not work? Any extra setup step I need to take?
I able to deploy n8n on docker desktop, however once i update the image to latest version, all my works gone. Seem image in docker overwrite everthing😢
It's definitely cheaper to self host. Of course, there many other benefits for using the n8n cloud service as well, especially in terms of scaling and some advanced features.
n8n is a workflow automation platform, so from a features perspective it's closer to Zapier, Power Automate or Make.com. n8n does include AI features which I'll cover in this tutorial series. So yes, it can do some of the things that Flowise can do as well - like you can create RAG charbots and autonomous agents. Flowise offers way more flexible for creating advanced AI solutions, so it's very common to combine FW and n8n.
is there a way to sync google tasks and google sheets for free? I've been looking everywhere for this and can't find anything yet (I have no knowledge in coding)
As much as I like the product, I get an icky feeling about the whole model. this seems like a great piece of software - as long as the original company behind it is alive. Yes - the community.... But: Seeing that basic features like variables are being cut from the "free" version, seeing the reliance on third party plugins - I can't help myself, but this isn't gonna be my solution. I'm currently developing something for my own, basically using Node-Red and a bunch of scripts and it works... ok-ish. But I have the total control over every step. I don't know, If I want to trust another cloud service with access to my local system and functions. And E-Mails. And... and and... long story short: Data is King - and you're providing too much data for too less of a return. This COULD go south horribly. Or I'm just too cautious.
Please hit the like button and subscribe to my channel for n8n content 👍.
Also, what are your thoughts on n8n?
TY-
A lot of of us that have been watching the no-code/low code space carefully had arrived at n8n. We would be very grateful to see you expand on this.
Ideas:
1. Simple design of the Webhook to capture a forwarded audio file and have it summarized.
2. Webhook to capture a RUclips URL, summarize and forward to Notion.
Thank you for taking an interest in the space!
Excellent ideas!! Thank you.
Keep the ideas coming 💪
I have been waiting for a good level n8n tutorial for a long time, the time has come.
perfect timing. I just reinstalled my OS and looking to get back into n8n. I am surprised that there aren't more videos about it as it is such a banger
I know. It's such a great platform.
I was using n8n using their cloud and I wasted so much time cause it was freezing all the time. I installed it locally and it's so smooth!! thanks a lot for your tutorial
Cant wait for this series..thanks Leon!😊
Thank you Leon. I have learned greatly from your teaching style. THANK YOU!
You're welcome 😊
Yes!! I am here for the whole ride!
Great topic! I just planned to seriously start with n8n, after reading its docs and experimenting with its self-hosting.
I hope you can include Coolify as one of the cloud deployment methods. I've learned a lot from your tutorials. Thank you!!
I've been playing with Coolio myself.
I probably won't include Coolio in this series, as I think Coolio deserves its own videos 😁.
I love both Flowise and N8N.....Amazing tools.
They compliment each other really well too.
I like calling advanced Flowise flows from n8n.
Awesome was looking fwd to this one!
More to come!
Can't wait for those series. I've been struggling with a RAG using local vector storage instead of Pinecone. I can't seem to get it working because of the Q&A answer variable chain.
dude what is this timing! i just started using n8n :) i guess ill just follow along as you post!
Great minds think alike 🤣
@@leonvanzyl BTW man ive sent multiple messages via your contact form on your site. and i cannot message you on X :P any ideas on how we can work together / get in touch?
Leon N8N is so underrated and under represented in Tutorial videos. @Leonvanzyl really good to see an excellent and popular youtuber like you take on N8N. Thank you!
Thank you!
Yay! thank you very much!
You're welcome 🤗
Thanks sharing.
You're welcome 🤗
Hi thank you for your helpful information can i use it local on a old Dell inspiron with a core i7 8th gen
Thanks Leon!
You're welcome
I can't beleive it Leon, this weekend I've isntalled n8n for the first time and fighting with it, I'll watch your video, as usual and post some comments. Before that I can tell that after using a lot Flowise, n8n enters on my servers because I can install it locally no cost and has (looks like) more functions around than flowise, even though the learn curve it's slower because of the use of variables. What do you think?
I've been hoping you would start a series on n8n. I'm particularly interested in its integration with Flowise
Getting there 😁.
Looking forward to this (flowise + n8n) as well. Been thinking of offering this as an add-on svc to clients but unsure how to do it for them.
given how good the AI Agent functions within n8n are getting, there might not be much need for flowise within n8n they are somewhat competitors in that space
@@thereal_JMT_ absolutely on spot!....I was just about to ask: I want to leverage on local LLM capabilities (Ollama, LM Studio and the like)....which option would you recommend? a) flowise b) n8n c) both! -------> this begs for a feature-set comparison (convergence or overlap?)
@@leonvanzylyes I have n8n and Flowise installed locally on my MacBook now. My first question is when would you choose just Flowise, just n8n, or integrating both? What’s your decision making process?
Thanks so much Leon !!
This is exactly the series I was hoping for ! I was about to learn how to use Make, but I will follow your n8n series with pleasure.
Do you think n8n is as accessible for non-tech profiles as Flowise can be?
Absolutely!
I'm hoping to make n8n accessible to non-coders and coders via my series... just like I did with Flowise.
@@leonvanzyl Thanks a lot for everything you do ! You help me a lot !
hey Leon great video, im kinda new to this n8n thing. But quick question i get this error Problem running workflow "Bad request - please check your parameters" and when i expand to details this is what is says, "Telegram Trigger: Bad Request: bad webhook: An HTTPS URL must be provided for webhook." i was wondering why my webhook was an http and i have no idea how to change it to https.
I see from the docs that you installed it "globally" what do you think the pros and cons in using "npm install n8n -g" instead of "npx n8n"
Thanks for the video.
NOTE: On MacBook Air after executing n8n after the install resulted in a: n8n not found. I fixed it by updating the PATH variable as follows:
#-- Adding path to n8n
export PATH=$PATH:~/node_modules/n8n/bin
echo "New PATH via .zshrc:" $PATH
In my case as the .zshrc file was not present. I had to create it in the HOME dir.
After updating the PATH, I created a new Terminal window and then n8n was found.
Hi bro, do you know why there is a conflict when trying to install on the Google cloud with a custom IP, it tells me that the renaming already exists.
Hi Leon,
followed your instructions to the point and hit KAK. got a module-not-found when I tried to run n8n. can you please help?
N8n is now becoming expensive. I wish you would do an open source alternative like Node red. Imagine flowise + node red combo , isn't it gonna be a killer open source combo.
Why don't you just self host n8n?
@@leonvanzyl oh wa8 a min so when we self host n8n will it be free and do we get every features without any restrictions too? Please educate me Leon
@@The-ism-of-isms I actually just posted a video on self hosting.
It's not free, but it's WAY cheaper than the cloud service.
@@leonvanzyl oh OK got it I will check out
I dont get it. Is it free or not now if self hosted?
So, what's the difference between n8n and Flowise? Is the difference that n8n is applications centric where Flowise is LLM centric?
Hi, I tried these first steps, but when I try to run it, it starts to show random characters in the console really quick and don't initialize.
Can anyone tell what went wrong?
Hello Leon. My servers dont have any internet access at the company. But I have a proxy. So could you please guide me how can I set proxy settings in n8n? .. I installed it as "npm install n8n" (not with -g)
I'm very much looking forward to this series. I'm especially interested in leveraging the strengths of both Flowise (agentic workflows) and n8n (process automation) together.
Exactly!
I love combining n8n and Flowise.
n8n's native AI features are really powerful, but adding Flowise can definitely take it to the next level.
hi today i recieved lifetime access key there is offer going on ... thanks a ton after filling the second form
I dont seem to be able to listen to event with this setup, or how do I fix that? I can send messages to telegram but listening for them seems to not work? Any extra setup step I need to take?
You need to run n8n in the cloud. Running it locally will not work. I'm guessing that's your issue.
Sorry for my ignorance (and my english), I'm newbie about using ai tools, but, can I crrate a workflow for automatic responses in WhatsApp? 😅
Absolutely!
I will create a WhatsApp charbot tutorial soon.
@@leonvanzyl I'll wait for that, I'm pretty sure that will be excepcional :)
I able to deploy n8n on docker desktop, however once i update the image to latest version, all my works gone. Seem image in docker overwrite everthing😢
You'll have to add persisted storage (volume).
How to host on railway or the like, and is it cheaper self hosted? Or better to keep n8n cloud
It's definitely cheaper to self host. Of course, there many other benefits for using the n8n cloud service as well, especially in terms of scaling and some advanced features.
@@leonvanzyl thanks for your new video!!!!!
Is n8n similar or an alternate to Flowise? Thanks.
n8n is a workflow automation platform, so from a features perspective it's closer to Zapier, Power Automate or Make.com.
n8n does include AI features which I'll cover in this tutorial series.
So yes, it can do some of the things that Flowise can do as well - like you can create RAG charbots and autonomous agents.
Flowise offers way more flexible for creating advanced AI solutions, so it's very common to combine FW and n8n.
@@leonvanzyl So, if I use Flowise for RAG and chatbots, is it better to start using N8n instead of Flowise?
is there a way to sync google tasks and google sheets for free? I've been looking everywhere for this and can't find anything yet (I have no knowledge in coding)
N8n would be perfect for you then. Even Makes.com would work.
It doesn't involve any coding.
how make a bot live with meta using webhook n8n please help?
I will create a video on integrating n8n with Whatsapp 👍
Is it possible to do image generation through n8n? Maybe by calling a replicate api?
Absolutely!
@@leonvanzyli just didn't find any nodes that allowed for it. And not really that good with api's but I need to get gut! 😅
How much does it cost on average per operation or execution ( if hosted online)
The monthly fee is a flat rate.
What's the different with Flowise?
n8n sits closer to the data and provides more control along with automation features.
As much as I like the product, I get an icky feeling about the whole model. this seems like a great piece of software - as long as the original company behind it is alive. Yes - the community.... But: Seeing that basic features like variables are being cut from the "free" version, seeing the reliance on third party plugins - I can't help myself, but this isn't gonna be my solution. I'm currently developing something for my own, basically using Node-Red and a bunch of scripts and it works... ok-ish. But I have the total control over every step. I don't know, If I want to trust another cloud service with access to my local system and functions. And E-Mails. And... and and... long story short: Data is King - and you're providing too much data for too less of a return. This COULD go south horribly. Or I'm just too cautious.
WHAT IN HELL DID I JUST WATCH? WHERE IS THE REST OF THE VIDEO??
Lol, it's a series of videos.