Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
️ Notice: This workflow uses the CustomJS Invoice Generator node from customjs.space, which requires a self hosted n8n instance and a CustomJS API key. Goog...
n8n-nodes-base.manualtrigger, n8n-nodes-base.stickynote, n8n-nodes-base.airtable, n8n-nodes-base.aggregate, n8n-nodes-base.splitinbatches, @custom-js/n8n-nodes-pdf-toolkit.invoicegenerator, n8n-nodes-base.set, n8n-nodes-base.emailsend
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by CustomJS.
Original n8n.io source> ⚠️ Notice:
> This workflow uses the CustomJS Invoice Generator node from customjs.space, which requires a self-hosted n8n instance and a CustomJS API key.
This workflow demonstrates how to:
When clicking ‘Execute workflow’ (Manual Trigger) Get Ready Invoices (Airtable) Status = 'Ready'.Loop Over Items (Split In Batches) Get Clients (Airtable) Get Invoice Items (Airtable) Map Fields (Set) Aggregate Set Company Details (Set) Generate Invoice (CustomJS Invoice Generator) Node: Send Email With Attachment (Email Send)
Sends the generated invoice PDF to the client:
From: {{ $json.InvoiceEmail }}
Subject: Your Invoice for Last Month
Body Text:
Hello,
Please find attached your invoice for the last month. Thank you very much for your cooperation.
Best regards,
Henrik
Uses SMTP credentials for sending emails.
Update record (Airtable) Sent in Airtable.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 | Automatic invoice generation and email with Airtable and CustomJS PDF generator |
|---|---|
| Complexity | advanced |
| Nodes | 18 |
| Categories | Invoice Processing |
| Author | CustomJS |
| Published | 16 Oct 2025 |
Use the JSON export at /data/workflows/9772/9772.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.
️ Notice: This workflow uses the CustomJS Invoice Generator node from customjs.space, which requires a self hosted n8n instance and a CustomJS API key. Goog...
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.