r/n8nforbeginners

I charge $800 to $1200 for a Google Reviews web app for restaurants and clients think it's cheap

I know you might think I'm overcharging. I thought so too at first. But then a restaurant client of mine had 300 plus unanswered Google reviews sitting publicly. Including a 2 star complaint about a hygiene issue from 8 months ago with zero response from the brand. That review alone was costing them tables every single week. The web app I built handles everything in one place. Customers get a private feedback link after their visit. Low ratings stay internal so the owner can fix it before it goes public. High ratings get routed straight to Google. Every new review gets an AI drafted reply that the owner approves in one click. Serious complaints get flagged immediately. That client went from a 3 percent reply rate to 100 percent in 30 days. Went from 3.8 to 4.1 stars in 6 weeks. One recovered corporate account alone covered the entire cost in the first month. I am not charging for build time. I am charging for what it fixes. The ROI makes $1200 look like a rounding error.

reddit.com
u/waffle_re — 13 hours ago
▲ 4 r/n8nforbeginners+3 crossposts

What auth solutions do you use for ai automations?

I’m curious from anyone who build actually production ready n8n solutions what auth solutions do you use?

Do you just use simple Clerk?

Are they SSO/IAM?

Are they multi tenant or Single Tenant?

Do you use RBAC auth?

reddit.com
u/Fine-Market9841 — 7 hours ago
▲ 5 r/n8nforbeginners+4 crossposts

I am excited to introduce a powerful new feature to my automation tool. Please share your feedback.

This isn’t another big platform as n8n for example — it’s an independent project, built to make automation faster and simpler. And now, it just got a major upgrade.

Now you can create complex automation pipelines in seconds, without writing code. Simply describe what you want, and let AI handle the structure, logic, and execution.

Whether you're automating data collection, building integrations, or scaling workflows — this feature makes it faster and easier than ever.

From idea → to working pipeline in seconds

Try it now and take your automation to the next level with it

youtube.com
u/Radiant_Panda1679 — 1 day ago

What’s actually the best use of AI inside n8n right now?

The hype makes it sound like every step should be AI now.

But the more I look at real examples, the more it seems like the strongest setups are still:
deterministic workflow first
AI only where flexibility is actually needed.

For people building with n8n right now,
where is AI genuinely adding value
and where is classic automation still the better choice?

reddit.com
u/Alpertayfur — 1 day ago

Is n8n becoming more of an orchestration tool than a simple automation tool?

The more I look at n8n lately, the less it feels like just “connect apps and automate tasks.”

Between AI workflows, agent use cases, MCP, and the newer production-focused updates, it feels like n8n is turning into a real orchestration layer.

Do you still think of n8n as a beginner automation tool
or as something much bigger now?

reddit.com
u/Alpertayfur — 3 days ago

I never thought a single custom node would save me from so many cloud storage headaches :)

Ok here is the backstory...

I build a lot of automations, especially multi-agent setups and workflows that require passing files to AI vision models (like OpenAI) or sending drafts for client review.

But here are the two major problems I kept hitting whenever I had to handle binary data:

  1. Permanent storage trap. To pass a file via API, you usually need a public URL. This meant I was constantly setting up AWS S3 buckets, dealing with annoying IAM permissions, or cluttering up my Google Drive. It was complete overkill just to hold a file for 5 minutes during a workflow execution, and I constantly had to do manual "garbage collection" to clean up my storage.
  2. The 1-hour expiry bottleneck. I tried using free temporary hosts (like tmpfiles or ImgBB) to bypass S3. But ImgBB only does images, and tools like tmpfiles force a hard 1-hour expiry. If my workflow had a delay, or if I needed a human to approve an AI-generated asset in Slack, the link was dead by the time they clicked it, and the workflow failed.

So I sat down and asked myself what simple thing I could build to solve both issues in one shot.

I built a lazy, frictionless community node (now verified) called Upload to URL. It simply takes any binary data in your n8n workflow and instantly converts it into a public CDN link.

https://preview.redd.it/ll25mg8riuwg1.png?width=2906&format=png&auto=webp&s=712514a2c84799d8480bd54b12b1f0e6c028c1af

But the best part is the garbage collection is handled for you: you can set the URL to self-destruct after 1 day, 7 days, or 30 days.

And trust me.... things improved a lot. My workflows are incredibly clean now without the AWS permission headaches.

I’m genuinely happy that I’m using my skills to fix my own systems too.

For people who prefer simplicity over complexity, you can try the 'Upload to URL' verified node.

You can suggest I may just use standard Google Drive node and delete the file at the end of the workflow. But if a workflow fails halfway through, that delete node never triggers, and you are left with junk data forever. It's just a simple, frictionless pattern I follow to keep things clean.

Thanks for reading.

reddit.com
u/markyonolan — 22 hours ago

I build your automations.

Hey, I’m an automation expert and I ship fast.

**The Process:**

  1. **DM me your problem:** Tell me what you want to automate.

  2. **Strategy & Quote:** I send you the exact architecture + a fixed price.

  3. **Build:** I build the system and send you a video demo/access.

  4. **Payment:** If it works exactly as requested, you pay. If not, you don't.

**Recent Ships:**

* **AI Receptionist:** Reduced no-shows for a busy restaurant.

* **Ops Engine:** Automated a medical practice’s entire workflow.

* **WhatsApp Real Estate:** Lead management & follow-ups on autopilot.

* **Agency Retention:** Automated client reporting and onboarding.

**Stack:** n8n, Python, AI (OpenAI/Claude), WhatsApp, Airtable.

No fluff, no long meetings. Just working code.

**DM me your idea, and I'll tell you if I can build it.**

reddit.com
u/Clear-Welder9882 — 2 hours ago