Skip to main content

Send escalating invoice reminders with Notion, Claude, Gmail and Telegram

Workflow preview

Workflow preview
100%
Send escalating invoice reminders with Notion, Claude, Gmail and Telegram preview
Open on n8n.io

1. Workflow Overview

Quick overview This workflow runs every morning to pull unpaid invoices from a Notion database, calculates how overdue each one is, uses Anthropic Claude to draft an escalation appropriate reminder...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.notion, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatanthropic, @n8n/n8n-nodes-langchain.outputparserstructured, 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 Monfort N. Brian | 宁俊.

Original n8n.io source

1.1 Workflow description

Title
Send escalating invoice reminders with Notion, Claude, Gmail and Telegram
Workflow name
Send escalating invoice reminders with Notion, Claude, Gmail and Telegram

Quick overview

This workflow runs every morning to pull unpaid invoices from a Notion database, calculates how overdue each one is, uses Anthropic Claude to draft an escalation-appropriate reminder, emails the client via Gmail, updates the invoice record in Notion, and alerts you in Telegram for high-risk late payments.

How it works

  1. Runs every day at 8:00 AM on a schedule.
  2. Fetches all unpaid invoice pages from a Notion database and normalizes the key invoice fields into a flat structure.
  3. Calculates days overdue from the due date, determines which reminder tier (1/2/3) is due based on thresholds and what was already sent, and skips invoices that are not yet due for the next escalation.
  4. Uses Anthropic Claude to generate a subject line and message body that matches the escalation tier.
  5. Sends the reminder email to the client via Gmail and updates the Notion page to record the latest reminder tier sent.
  6. If the invoice reaches the final (tier 3) escalation, sends a Telegram message to the freelancer to flag the invoice as a payment risk.

Setup

  1. Create or choose a Notion invoice database with the properties referenced by the workflow (including Status, Due Date, Client Email, and Reminder Tier Sent) and paste the database ID into the Notion node configuration.
  2. Add credentials for Notion, Anthropic (Claude), Gmail, and Telegram, and select them in their respective nodes.
  3. Set your Telegram chat ID in the Telegram node and ensure your Notion Status values match the workflow filter (for example, invoices to remind are marked as “unpaid”).

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 - Every Morning at 8 AM

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

Block 7 - Fetch Invoice Records

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

Block 8 - Normalize Notion Records

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

Block 9 - Calculate Overdue Status

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

Block 10 - Draft Reminder

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3

Block 11 - Anthropic Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatAnthropic - lmChatAnthropic
Config choices
Version 1.3

Block 12 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.2

Block 13 - Build Output

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

Block 14 - Send Reminder Email

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

Block 15 - Update Notion Record

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

Block 16 - If At Risk

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 17 - Alert Freelancer (At Risk)

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

3. Summary Table

Workflow Send escalating invoice reminders with Notion, Claude, Gmail and Telegram
Complexity advanced
Nodes 17
Categories Invoice Processing, AI Summarization
Author Monfort N. Brian | 宁俊
Published 17 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16469/16469.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 Send escalating invoice reminders with Notion, Claude, Gmail and Telegram do?

Quick overview This workflow runs every morning to pull unpaid invoices from a Notion database, calculates how overdue each one is, uses Anthropic Claude to draft an escalation appropriate reminder...

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, AI Summarization use case.