N8n vs Make

Whk's the best?

  • n8n

  • Make


Results are only viewable after voting.

MR.Spuf

Elite Member
Jr. Executive VIP
Jr. VIP
Joined
May 29, 2018
Messages
6,337
Reaction score
7,054
I've tested the n8n in the last week and it's crazy fast and good. The posibilities are endless. Make is good too but doesn't compare with n8n.

I really think services like Zapier will become obsolete if they don't adapt. And those monthly packages are outragoeus too priced.

My automation for proxy business was like this:
1. Manually replaced SIM
2. The phone got a new sms from JSP with the new phone number asigned
3. Phone script send sms to Twilio woth the new phone number for that particular phone
4. Twilio updated a Google Sheet with the info received from Twillio

I'm curious, what system have you implemented so far?

What ideas you have to develop ( don't be too specific, obvious)
 
Last edited:
n8n is definitely a game-changer, especially being self-hosted. Your proxy automation sounds solid! I’m working on streamlining lead gen—what’s been your biggest challenge so far?
 
n8n is definitely a game-changer, especially being self-hosted. Your proxy automation sounds solid! I’m working on streamlining lead gen—what’s been your biggest challenge so far?
The time. I don't have the time I wamted to stqrt researching it.
 
I had a good experience with Make once and started messing with Google Sheets rather than Excel sheets :weep:

Now I need to have a look at n8n thanks dude

Dude @MR.Spuf, I think you just solved a huge issue with a deal I've just landed
 
I had a good experience with Make once and started messing with Google Sheets rather than Excel sheets :weep:

Now I need to have a look at n8n thanks dude

Dude @MR.Spuf, I think you just solved a huge issue with a deal I've just landed
Exactly same thing happened to me, Sheets made me learn it.

What deal are we talking about? Congrats, happy for you :D

Anyeays, bere's a quick vid how to self host it;
 
I've tested the n8n in the last week and it's crazy fast and good. The posibilities are endless. Make is good too but doesn't compare with n8n.

I really think services like Zapier will become obsolete if they don't adapt. And those monthly packages are outragoeus too priced.

My automation for proxy business was like this:
1. Manually replaced SIM
2. The phone got a new sms from JSP with the new phone number asigned
3. Phone script send sms to Twilio woth the new phone number for that particular phone
4. Twilio updated a Google Sheet with the info received from Twillio

I'm curious, what system have you implemented so far?

What ideas you have to develop ( don't be too specific, obvious)
Do u make agents for sale
 
I lean toward n8n.io, since it’s open-source and I can control everything as closely as possible; I don’t want to get hit with any surprise costs, or limits. I especially love running it on my own server or in a Docker container; I can choose when to upgrade or fine-tune performance. The ability to create custom nodes with JavaScript is pretty organic and since a code node is built in I can cram in custom logic without having to wait for it to be supported.

And unlike Make, I’m not limited by a freemium tier; I can spin up as many workflows as my hardware will support. Also, all my data remains in my infrastructure, which is huge for privacy and compliance initiatives. The UI is clean and getting slicker, and if I ever run into a bug, I can either fix it or toss in a PR. For all being said, n8n.io is my go-to.
 
Back
Top