Fahmi Fahreza

Guide

n8n Workflow Examples for Companies

Updated 2026-08-19 · by Fahmi Fahreza

The most useful n8n workflow examples for companies usually start with repeated work: lead follow-up, WhatsApp, CRM sync, reports, invoices, approvals, and internal AI agents.

Why start with workflow examples?

Companies often want AI automation but do not know where to begin. The safest path is to start from n8n workflow examples close to daily work. Once one workflow runs, the team can see patterns for other processes.

n8n helps because the workflow is visual: trigger, incoming data, processing nodes, branches, integrations, and output. Business teams can understand the flow, while technical teams can deepen integrations and deployment.

For the basics, read n8n Indonesia or the n8n tutorial for beginners.

1. Leads to CRM and WhatsApp sales

This workflow fits sales and marketing teams.

The flow:

  1. A lead submits a website, Typeform, Tally, or landing-page form.
  2. n8n receives the data through a webhook.
  3. The data is cleaned and checked.
  4. The lead is saved to Google Sheets, Airtable, HubSpot, Pipedrive, or an internal CRM.
  5. A notification is sent to WhatsApp or Telegram sales.
  6. If the lead is high value, the workflow creates a follow-up task.

The impact is simple but visible: fewer lost leads, faster sales response, and cleaner management data.

2. WhatsApp customer service with AI triage

This workflow fits businesses that receive many repeated questions.

The flow:

  1. A message arrives from WhatsApp Business API or a gateway.
  2. n8n sends the question to an AI model with answer limits.
  3. AI classifies the intent: price, schedule, order status, complaint, or needs a human.
  4. Simple answers are sent automatically.
  5. Sensitive or high-value conversations are handed to a human.
  6. A summary is saved to a CRM or spreadsheet.

The goal is not letting AI answer everything. The goal is handling repetitive questions while keeping human escalation clear.

3. Daily reports from several spreadsheets

This workflow fits operations, finance, and management.

The flow:

  1. n8n runs every morning with a Schedule Trigger.
  2. Data is pulled from Google Sheets, databases, marketplaces, or internal systems.
  3. Data is cleaned, joined, and calculated.
  4. A summary is generated as text, tables, or charts.
  5. The report is sent by email, Slack, Telegram, or WhatsApp.

Reporting workflows often create fast impact because they replace recurring manual work.

4. Invoice reminders and payment follow-up

This workflow fits finance and admin teams.

The flow:

  1. Invoice data is read from a spreadsheet, accounting tool, or database.
  2. n8n checks invoices near or past due.
  3. Reminders are sent to customers or account managers.
  4. If paid, the status is updated.
  5. If unpaid after several days, the workflow creates a follow-up task.

To protect customer experience, use polite message templates and limit reminder frequency.

5. Internal approval for operational requests

This workflow fits HR, procurement, finance, and operations.

The flow:

  1. An employee submits a request form.
  2. n8n checks the request type and amount.
  3. Small requests go to one approver.
  4. Larger requests pass through two approval levels.
  5. Once approved, the data enters the related system.
  6. The requester receives a status notification.

Approval workflows reduce back-and-forth chat and preserve a decision trail.

6. Internal AI knowledge-base agent

This workflow fits teams with many SOPs, FAQs, or knowledge-base documents.

The flow:

  1. Documents live in Notion, Google Drive, a database, or a vector store.
  2. Questions arrive through Slack, Telegram, WhatsApp, or an internal portal.
  3. AI retrieves context from documents.
  4. The answer is sent with source references.
  5. Unanswered questions are sent to a human to improve the knowledge base.

To understand when an agent is useful and when a normal workflow is enough, read AI agents with n8n.

How to choose the first workflow

Use three criteria:

  • High frequency, the process happens daily or weekly.
  • Clear data, input and output are easy to define.
  • Low risk, if it fails, the impact can be corrected.

Do not start from the most complex process. Start with a small workflow that proves value quickly, then move into cross-department processes.

Want to run an n8n workflow workshop?

For company teams, the examples above can become hands-on workshop material. Participants bring a real process, then learn to map triggers, nodes, data, integrations, and outputs.

See n8n training Indonesia for class formats, Corporate AI Training for Indonesian Teams for internal training, or contact Fahmi to plan a workshop agenda.

Want a session like this for your team or event?