Block 1 - ClickUp Trigger
- Type / Role
- n8n-nodes-base.clickUpTrigger - clickUpTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
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 ...
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
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Seb.
Original n8n.io sourceStripe 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.
• 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.
• 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
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
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.
| Workflow | Automate Stripe Invoicing Workflow with ClickUp & Gmail Notifications |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | Invoice Processing |
| Author | Seb |
| Published | 12 Oct 2025 |
Use the JSON export at /data/workflows/9542/9542.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
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 ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.