Skip to main content

Invoice management system with Gmail reminders, Google Sheets, and Slack escalations

Workflow preview

Workflow preview
100%
Invoice management system with Gmail reminders, Google Sheets, and Slack escalations preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Who is this for? This template is designed for freelancers, small businesses, and finance teams who need automated invoice management with intelligent payment follow ups. Perfect for service provid...

Best for

  • Invoice Processing automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.splitout, n8n-nodes-base.code, n8n-nodes-base.aggregate, n8n-nodes-base.googlesheets, n8n-nodes-base.gmail

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by 飯盛 正幹.

Original n8n.io source

1.1 Workflow description

Title
Invoice management system with Gmail reminders, Google Sheets, and Slack escalations
Workflow name
Invoice management system with Gmail reminders, Google Sheets, and Slack escalations

Who is this for?

This template is designed for freelancers, small businesses, and finance teams who need automated invoice management with intelligent payment follow-ups. Perfect for service providers, agencies, or any business that needs to track receivables and reduce late payments.

What this workflow does

This workflow provides complete invoice lifecycle management with two main flows:

Invoice Generation Flow:

  • Receives order data via webhook with line items
  • Splits line items using Split Out node for individual processing
  • Calculates subtotals, tax, and totals
  • Aggregates results and saves to Google Sheets
  • Sends professional invoice email with payment link

Payment Reminder Flow:

  • Runs daily via Schedule Trigger to check for overdue invoices
  • Loops through unpaid invoices using Split In Batches
  • Routes to appropriate reminder level using Switch node (5 levels)
  • Sends escalating reminders: friendly → second notice → urgent → final → collections
  • Notifies internal team via Slack for collections handoff

Setup

  1. Create a Google Sheet with columns: Invoice ID, Client, Email, Subtotal, Tax, Total, Due Date, Status, Created, Last Reminder
  2. Connect Google Sheets and Gmail credentials
  3. Configure Slack for collections escalation notifications
  4. Set up the webhook URL in your order management system

Requirements

  • Google Sheets (invoice database)
  • Gmail account (invoice and reminder emails)
  • Slack workspace (collections notifications)

How to customize

  • Adjust overdue day thresholds in the Code node
  • Add SMS reminders via Twilio for urgent notices
  • Modify email templates for your brand
  • Connect to accounting software for automatic reconciliation

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - New Invoice Request

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2

Block 7 - Initialize Invoice

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 8 - Split Line Items

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 9 - Calculate Line Total

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - Aggregate Line Items

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 11 - Build Invoice Object

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 12 - Save Invoice to Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 13 - Send Invoice Email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 14 - Invoice Created Response

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 15 - Daily Overdue Check

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 16 - Get Unpaid Invoices

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 17 - Calculate Overdue Days

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 18 - Loop Over Invoices

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 19 - Route by Reminder Level

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Block 20 - First Reminder Email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 21 - Second Reminder Email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 22 - Urgent Reminder Email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 23 - Final Notice Email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 24 - Escalate to Collections

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.2

Showing the first 24 of 27 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Invoice management system with Gmail reminders, Google Sheets, and Slack escalations
Complexity advanced
Nodes 27
Categories Invoice Processing
Author 飯盛 正幹
Published 24 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12113/12113.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Invoice management system with Gmail reminders, Google Sheets, and Slack escalations do?

Who is this for? This template is designed for freelancers, small businesses, and finance teams who need automated invoice management with intelligent payment follow ups. Perfect for service provid...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Invoice Processing use case.