Automation

How to automate your restaurant with n8n: bookings, orders, inventory, and collections (2026)

Automating a restaurant with n8n cuts 20-30 hours of weekly admin work and integrates Fudo, MercadoPago, and Tiendanube. Practical 2026 guide.

9 min readStriqTech

Automating a restaurant with n8n saves 20-30 hours of weekly admin work, integrates Fudo, MercadoPago, and Tiendanube into a single flow, and pays back the investment in under 90 days from 50 tickets/day.

TL;DR

  • n8n is the most used self-hosted automation platform in AR restaurants 2026 (fixed cost vs Zapier which charges per task).
  • The 5 highest-ROI processes: POS-delivery inventory sync, WhatsApp bookings, automatic orders, post-visit reviews, daily reporting.
  • Typical stack: Fudo or Maxirest (POS) + PedidosYa/Rappi + MercadoPago + Tiendanube + WhatsApp + n8n.
  • Real case: 80-seat bodegón in LATAM, 72-hour implementation, 25 hours/week saved and +15% average ticket.
  • Pricing: basic USD 799 setup + USD 249/month; pro USD 3500 + USD 499/month.

Why n8n is the best option for Argentine restaurants in 2026

n8n is an open-source automation platform (Sustainable Use license) that lets you connect APIs and build flows with a visual editor. In AR restaurants it gained ground over Zapier for three concrete reasons:

  1. Fixed cost. n8n Community runs on a Hostinger VPS for USD 10-15/month with no task limit. Zapier, at 5000 tasks/month, costs USD 73/month.
  2. Self-hosted. Your customer data (emails, phone numbers, tickets) doesn't leave your Argentine VPS. Important for complying with Law 25.326.
  3. Flexibility for the AR stack. You can call APIs for Fudo, Tusfacturas, MercadoPago, and AFIP via HTTP Request without waiting for the provider to build the connector.

The 5 most profitable processes to automate in restaurants

Not everything is worth it. This is the list prioritized by real ROI we saw in 12+ implementations in AR restaurants.

1. Inventory sync between POS and delivery apps

The pain: the waiter sells the last potato pie in the dining room, but PedidosYa keeps showing it as available. An order comes in, you cancel it, you lose the customer and eat the commission.

The automation: each sale in Fudo triggers a webhook → n8n updates inventory on PedidosYa Partner Portal, Rappi, MercadoLibre Delivery, and Tiendanube. If the product hits 0, it pauses across all channels automatically.

Savings: 5-10 cancellations avoided/week, +3-5% in delivery NPS.

2. WhatsApp bookings and reminders

Booking no-shows cost 8-15% of weekend revenue. n8n connects Google Calendar, a web form, or TheFork and sends via WhatsApp (via Evolution API or Cloud API):

  1. Confirmation when booking.
  2. Reminder 24 hours before.
  3. Link to cancel if they can't make it.
  4. Review request 2 hours after the meal.

No-show reduction: from 12% to 4% in StriqTech cases.

3. Automatic orders from WhatsApp to POS

Customer sends a message to the restaurant's WhatsApp → AI bot (GPT-5 or Claude) understands the order, validates inventory in Fudo, calculates total, sends a MercadoPago payment link, and when payment is confirmed it creates the ticket in Fudo and sends the order to the kitchen via fiscal printer or Telegram to the chef.

It's the most profitable flow if your location handles 30+ owned delivery orders per day.

4. Automated reviews and online reputation

Post-meal, n8n sends a WhatsApp with a link to Google Reviews (if they internally rated >=4) or to a private complaint form (if they rated <=3). It filters out negatives before they reach Google.

Typical increase in Google Reviews: from 2-3 per month to 25-40 per month with average rating 4.6+.

5. Daily reporting and register closing

Each night at 23:59, n8n queries Fudo, MercadoPago, Tiendanube, and delivery apps, builds a PDF with sales, average ticket, top products, commissions paid, and sends it via WhatsApp to the owner. The owner sees the day without stepping into the restaurant.

Savings: 1 hour per day for the manager + full visibility for the owner.

n8n workflow step by step: Fudo + PedidosYa + WhatsApp sync

Full flow you can replicate. Assumes self-hosted n8n and Evolution API running.

  1. Trigger: Webhook node listening for a POST from Fudo when a ticket is closed.
  2. Set node: extract ticket_id, products, total, customer_phone.
  3. HTTP Request node to the Fudo API to fetch updated stock for the sold product.
  4. IF node: if stock <= 2 units, branch to pause the product.
  5. HTTP Request node to the PedidosYa Partner API with PATCH method to mark the product as unavailable.
  6. HTTP Request node to Tiendanube to update inventory there too.
  7. HTTP Request node to Evolution API (/message/sendText/{instance}) to alert the manager by WhatsApp: "Milanesa napolitana sold out, paused in delivery".
  8. PostgreSQL node: save the event in the stock_events table for reporting.
  9. Respond to Webhook node: 200 OK to Fudo.

Build time with the StriqTech template: 2 hours.

The 5 tool categories you need well integrated.

POS (point of sale)

  1. Fudo — leader in AR, mature REST API, integrates with delivery natively.
  2. Maxirest — strong in professional restaurants, decent API.
  3. Bistrosoft — older but still in use, limited API.

Delivery

  1. PedidosYa Partner API — has order webhooks and menu updates.
  2. Rappi Partners — similar API, slower.
  3. MercadoLibre Delivery — growing in AR 2026.

Payments

  1. MercadoPago Checkout Pro — confirmed-payment webhook, 15-minute integration.
  2. Modo — for in-person QR payments.
  3. Uala Bis — growing alternative.

Communication

  1. WhatsApp via Evolution API or Cloud API — main channel.
  2. Chatwoot — dashboard for human agents when the bot doesn't know.
  3. Email Gmail API — for confirmations and invoices.

Analytics and reporting

  1. Looker Studio — free, connects to PostgreSQL via connector.
  2. PostgreSQL on Hostinger — central database where n8n stores everything.

Real case: 80-seat bodegón, LATAM, automated in 72 hours

StriqTech model B client, February 2026. Traditional bodegón in Almagro, 80 seats, 120 delivery orders/day across PedidosYa and Rappi, monthly revenue USD 45,000.

Pains before implementation:

  • Manager closed the register for 1.5 hours every night, adding up Excel sheets.
  • Outdated delivery inventory: 8-12 cancellations/day.
  • Weekend booking no-shows: 15%.
  • Google Reviews stuck at 4.1 with 38 total reviews.

72-hour implementation:

  1. Deploy n8n + Evolution API + PostgreSQL on Hostinger KVM 4 (USD 15/month).
  2. Connect Fudo API + PedidosYa + Rappi + MercadoPago.
  3. 6 production workflows: inventory sync, bookings/reminders, nightly reporting, review requests, low-stock alerts, pending-order collections.

60-day results:

  • Delivery cancellations: from 10/day to 2/day.
  • No-shows: from 15% to 5%.
  • Google Reviews: from 38 to 112, rating 4.6.
  • Manager register-closing time: from 90 min to 10 min.
  • Average delivery ticket: +12% (bot suggests sides).
  • ROI: USD 799 investment recovered in 38 days.

How much it costs to automate your restaurant with n8n

Three real tiers we quote at StriqTech.

Basic Tier — USD 799 setup + USD 249/month

  • 3 workflows (register closing, WhatsApp bookings, daily sales report).
  • Evolution API with 1 instance.
  • Self-hosted n8n on a shared VPS.
  • 1 monthly review + WhatsApp support.
  • Ideal for: bar or bodegón up to 50 seats.

Mid Tier — USD 1800 setup + USD 349/month

  • 6 workflows (the 5 listed + 1 custom).
  • Fudo + 1 delivery app + MercadoPago + Tiendanube integration.
  • Chatwoot for human agents.
  • Looker Studio dashboard.
  • Ideal for: 80-150-seat restaurant with active delivery.

Pro Tier — USD 3500 setup + USD 499/month

  • Unlimited workflows, custom implementation under model A.
  • Multi-location integration (up to 5 branches).
  • Consolidated reporting + smart alerts (LLM).
  • Automatic AFIP invoicing via TusFacturas.
  • 4-business-hour response SLA.
  • Ideal for: small chain or 200+ seat restaurant.

5 common mistakes when automating restaurants (and how to avoid them)

  1. Syncing inventory without a safety margin. If you show real stock without a buffer, every simultaneous sale cancels orders. Fix: reserve 1-2 units of buffer per critical product.
  2. Sending WhatsApp to an old base without opt-in. Guaranteed number ban. Fix: filter customers from the last 90 days and with explicit consent.
  3. Not having a manual fallback. If n8n goes down at 11pm on a Friday, you're out of reminders. Fix: health alerts + documented manual protocol.
  4. Automating before standardizing. If your menu changes weekly without a process, no workflow will work. Fix: order the process on paper first, then automate it.
  5. Throwing an LLM at everything. GPT-5 to decide if there's stock is expensive and slow. Fix: LLM only to understand the customer's message; business logic in deterministic nodes.

CTA

If you have a restaurant billing more than USD 20k/month and you're still closing the register by hand, StriqTech deploys the full stack in 72 hours with Fudo, MercadoPago, and WhatsApp integrated. Write to us at +54 9 11 5499-7296 and we'll quote the workflow in 24 hours.

Frequently asked questions

Does n8n work for small restaurants or only chains?

It works from 1 location. The Community license is free and runs on a USD 10/month VPS. ROI shows up from 50 tickets/day: just by automating closing the register and reporting you already save 1 hour a day.

Can I connect Fudo with n8n?

Fudo has a documented REST API. From n8n you use HTTP Request nodes with the Fudo token to pull tickets, products, and inventory. The same applies to Maxirest and Bistrosoft via their APIs.

How long does it take to implement n8n in a restaurant?

In the 72-hour model B we deploy: POS-delivery inventory sync, WhatsApp booking reminders, daily sales report, and automatic closing. For more complex flows (multi-location inventory, dynamic pricing) it takes 2-4 weeks.

What happens if n8n goes down on a Friday night?

That's why every critical flow (orders, payments) must have a manual fallback. At StriqTech we configure WhatsApp alerts to the owner if a workflow fails, and idempotent workflows that retry on their own.

Is n8n or Zapier better for restaurants?

n8n wins for 3 reasons: fixed cost (vs Zapier which charges per task and scales badly), self-hosted (your data doesn't leave AR), and nodes for Fudo, MercadoPago, and AFIP via HTTP Request. Zapier works if you're 1 location and don't want a VPS.

Can I automate AFIP invoicing from n8n?

Yes, via the TusFacturas API or AFIP SDK directly. Every Tiendanube or MercadoPago sale triggers automatic generation of a C/B invoice, gets saved to Drive, and is sent to the customer by WhatsApp.

Did this content help?

Implement this in your business in 72 hours

Let's talk for 15 minutes. No cost, no commitment. I'll audit one process and show you the projected ROI.

Let's talk on WhatsApp