Skip to main content

Automate Stripe Invoicing Workflow with ClickUp & Gmail Notifications

Workflow preview

Workflow preview
100%
Automate Stripe Invoicing Workflow with ClickUp & Gmail Notifications preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Stripe invoicing automation that is connected to your CRM, in this example, it is ClickUp. At the end of the flow, once your lead has been sent an invoice, you (or your team) will be sent an email ...

Best for

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

Tools used

n8n-nodes-base.clickuptrigger, n8n-nodes-base.if, n8n-nodes-base.httprequest, n8n-nodes-base.stripe, n8n-nodes-base.gmail, n8n-nodes-base.stickynote, n8n-nodes-base.clickup

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Seb.

Original n8n.io source

1.1 Workflow description

Title
Automate Stripe Invoicing Workflow with ClickUp & Gmail Notifications
Workflow name
Automate Stripe Invoicing Workflow with ClickUp & Gmail Notifications

Stripe invoicing automation that is connected to your CRM, in this example, it is ClickUp. At the end of the flow, once your lead has been sent an invoice, you (or your team) will be sent an email notifying you of the newly sent invoice with all relevant details.

How it works:

• Monitors ClickUp task status → triggers workflow when status changes to send invoice.

• Fetches task details from ClickUp, including customer name, email, and project cost.

• Creates a Stripe customer using the fetched information.

• Generates a Stripe invoice via HTTP request, including description, footer, and due date (calculated in Unix timestamp).

• Adds invoice items automatically with correct amounts (converted to cents for Stripe).

• Sends the invoice to the customer automatically (manual or auto-charge option).

• Sends notification emails to team members with a link to the ClickUp task.

Works with other CRMs like Monday or HubSpot, not just ClickUp.

Test mode is available in Stripe to validate the workflow without sending real invoices.

Setup steps:

• You will need to connect your ClickUp Account • Connect your Stripe Account via HTTP Request (Shown in YouTube Video Linked Below) • You will need to connect your email account to N8N (Gmail, Outlook etc) for sending the emails to your team and the client

Important

Have your Stripe account and PUT IT IN TEST/DEVELOPER MODE when testing and developing the automation. Alternatively, set up an entirely separate account from your main Stripe account.

This is only up until the point where you want to send the invoice, as you cannot send an invoice when your Stripe account is in test/developer mode

For a complete rundown on how to set this up watch my YouTube tutorial linked below

See full video tutorial here: https://youtu.be/vthK5I8x33k?si=W0Nreu403pDs-ud3
My LinkedIn: https://www.linkedin.com/in/seb-gardner-5b439a260/

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 - ClickUp Trigger

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

Block 2 - Status = send invoice

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

Block 3 - Create Invoice

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 4 - Create Customer

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

Block 5 - Create item invoice

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 6 - Send invoice

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 7 - Send email to you/team

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

Block 8 - Sticky Note

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

Block 9 - Sticky Note1

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

Block 10 - Sticky Note2

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

Block 11 - Sticky Note3

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

Block 12 - Sticky Note4

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

Block 13 - ClickUp

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

Block 14 - Sticky Note5

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

3. Summary Table

Workflow Automate Stripe Invoicing Workflow with ClickUp & Gmail Notifications
Complexity intermediate
Nodes 14
Categories Invoice Processing
Author Seb
Published 12 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9542/9542.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 Automate Stripe Invoicing Workflow with ClickUp & Gmail Notifications do?

Stripe invoicing automation that is connected to your CRM, in this example, it is ClickUp. At the end of the flow, once your lead has been sent an invoice, you (or your team) will be sent an email ...

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.