Client billing detail collection & invoice generation with Gmail and QuickBooks
What It Does
This workflow allows you to quickly generate and send invoices by collecting missing billing details from clients through an automated form and email sequence. It integrates Gmail and QuickBooks Online to handle the full billing flow: from request to invoice, reducing manual data entry and time wasted switching between apps.
Perfect for freelancers, service providers, or teams that want to streamline invoicing without going back and forth with clients.
Prerequisites
- Gmail OAuth2 credential
- QuickBooks Online OAuth2 credential
How It Works
- Trigger: Manually start the workflow by filling out a form with the client’s email, invoice amount, description, and product.
- Send Request Email: A pre-written email is sent to the client asking them to provide their billing details.
- Collect Info: The client submits their billing name and address via a hosted form.
- Add/Find Client in QuickBooks: If the client doesn't exist, a new record is created; otherwise, the existing client is used.
- Generate Invoice: A QuickBooks invoice is created using the submitted info and selected product.
- Send Invoice: The invoice is automatically emailed to the client using QuickBooks' native interface.
Example Use Cases
- Freelancers requesting billing info before sending an invoice
- Small businesses invoicing new clients without manual QuickBooks entry
- Sales or ops teams who want to request billing info via email with just a few clicks
- Automating follow-up for new customer onboarding or service requests
Setup Instructions
- Connect your Gmail and QuickBooks credentials
- Add your products to the dropdown list in the
Enter Client Detailsnode
⚠️ Make sure the product names exactly match the items in QuickBooks - Select the tax code in the
Create A New Invoicenode - Customize the email message in the
Send Invoice RequestGmail node to reflect your brand voice
How to Use
- Copy the public URL from the
Enter Client Detailsnode (this way you don't have to trigger the workflow manually inside n8n) - Each time you need to invoice a client, open the form and fill in:
- Client’s email
- Product/service name
- Invoice amount and description
- The client receives an email prompting them to fill in their billing info
- Once submitted, the system creates and sends a QuickBooks invoice automatically
Customization Options
- Add support for multiple line items
- Automatically send reminder emails if the form isn't completed within a day
- Add internal logging (Google Sheets, Airtable, etc.) for sent/paid invoices
Why It's Useful
This workflow removes friction from your billing process. Instead of chasing clients for info and copying data into QuickBooks, you send one email and automation does the rest. It saves time, reduces errors, and makes invoicing feel seamless — while still keeping you in control.
n8n Client Billing Detail Collection & Invoice Generation
This n8n workflow automates the process of collecting client billing details via a form, and subsequently generating invoices in QuickBooks Online. It streamlines the often manual and error-prone task of client invoicing, ensuring accuracy and efficiency.
What it does
- Triggers on Form Submission: The workflow starts when a new client billing detail form is submitted through an n8n form.
- Collects Client Data: It captures all the necessary information provided in the form, such as client name, services rendered, amounts, and any other relevant billing details.
- Generates Invoice in QuickBooks Online: Using the collected data, the workflow automatically creates a new invoice in your QuickBooks Online account.
- Sends Confirmation/Notification (Placeholder): A Gmail node is included, likely intended for sending confirmations or notifications related to the invoice generation (e.g., sending the invoice to the client, notifying an internal team). Note: The current JSON does not show specific configuration for sending emails, but the node is present.
- Provides Documentation/Notes: A Sticky Note node is included, which can be used for internal documentation, reminders, or explanations within the workflow itself.
Prerequisites/Requirements
- n8n Instance: A running n8n instance to host and execute the workflow.
- QuickBooks Online Account: An active QuickBooks Online account with appropriate permissions to create invoices.
- Google Account (for Gmail): A Google account connected to n8n for sending emails via the Gmail node.
- n8n Form Trigger: You will need to set up and embed the n8n form that clients will use to submit their billing details.
Setup/Usage
- Import the Workflow:
- Copy the provided JSON code.
- In your n8n instance, click "New" in the workflows section.
- Click the "Import from JSON" button and paste the copied JSON.
- Configure Credentials:
- QuickBooks Online: You will need to set up a QuickBooks Online credential in n8n. Follow the n8n documentation for connecting to QuickBooks Online (OAuth 2.0).
- Gmail: Configure your Google OAuth 2.0 credential in n8n to allow the Gmail node to send emails.
- Configure the n8n Form Trigger:
- Open the "On form submission" node.
- Define the fields that your clients will fill out (e.g., Client Name, Service Description, Amount, Email Address).
- Save and activate the form. You will get a URL to embed or share the form.
- Configure QuickBooks Online Node:
- Open the "QuickBooks Online" node.
- Select the "Create" operation for invoices.
- Map the data from the "On form submission" node to the corresponding fields for creating an invoice in QuickBooks (e.g.,
{{ $json.clientName }},{{ $json.serviceDescription }},{{ $json.amount }}).
- Configure Gmail Node (Optional but Recommended):
- Open the "Gmail" node.
- Configure it to send an email. You might want to send the invoice to the client, send a notification to your accounting team, or both.
- Map relevant data from the form submission or QuickBooks invoice creation into the email subject and body.
- Activate the Workflow: Once all nodes are configured and credentials are set, activate the workflow.
Now, every time a client submits the n8n form with their billing details, an invoice will automatically be generated in QuickBooks Online, and an email can be sent as configured.
Related Templates
Generate song lyrics and music from text prompts using OpenAI and Fal.ai Minimax
Spark your creativity instantly in any chat—turn a simple prompt like "heartbreak ballad" into original, full-length lyrics and a professional AI-generated music track, all without leaving your conversation. 📋 What This Template Does This chat-triggered workflow harnesses AI to generate detailed, genre-matched song lyrics (at least 600 characters) from user messages, then queues them for music synthesis via Fal.ai's minimax-music model. It polls asynchronously until the track is ready, delivering lyrics and audio URL back in chat. Crafts original, structured lyrics with verses, choruses, and bridges using OpenAI Submits to Fal.ai for melody, instrumentation, and vocals aligned to the style Handles long-running generations with smart looping and status checks Returns complete song package (lyrics + audio link) for seamless sharing 🔧 Prerequisites n8n account (self-hosted or cloud with chat integration enabled) OpenAI account with API access for GPT models Fal.ai account for AI music generation 🔑 Required Credentials OpenAI API Setup Go to platform.openai.com → API keys (sidebar) Click "Create new secret key" → Name it (e.g., "n8n Songwriter") Copy the key and add to n8n as "OpenAI API" credential type Test by sending a simple chat completion request Fal.ai HTTP Header Auth Setup Sign up at fal.ai → Dashboard → API Keys Generate a new API key → Copy it In n8n, create "HTTP Header Auth" credential: Name="Fal.ai", Header Name="Authorization", Header Value="Key [Your API Key]" Test with a simple GET to their queue endpoint (e.g., /status) ⚙️ Configuration Steps Import the workflow JSON into your n8n instance Assign OpenAI API credentials to the "OpenAI Chat Model" node Assign Fal.ai HTTP Header Auth to the "Generate Music Track", "Check Generation Status", and "Fetch Final Result" nodes Activate the workflow—chat trigger will appear in your n8n chat interface Test by messaging: "Create an upbeat pop song about road trips" 🎯 Use Cases Content Creators: YouTubers generating custom jingles for videos on the fly, streamlining production from idea to audio export Educators: Music teachers using chat prompts to create era-specific folk tunes for classroom discussions, fostering interactive learning Gift Personalization: Friends crafting anniversary R&B tracks from shared memories via quick chats, delivering emotional audio surprises Artist Brainstorming: Songwriters prototyping hip-hop beats in real-time during sessions, accelerating collaboration and iteration ⚠️ Troubleshooting Invalid JSON from AI Agent: Ensure the system prompt stresses valid JSON; test the agent standalone with a sample query Music Generation Fails (401/403): Verify Fal.ai API key has minimax-music access; check usage quotas in dashboard Status Polling Loops Indefinitely: Bump wait time to 45-60s for complex tracks; inspect fal.ai queue logs for bottlenecks Lyrics Under 600 Characters: Tweak agent prompt to enforce fuller structures like [V1][C][V2][B][C]; verify output length in executions
Synchronizing WooCommerce inventory and creating products with Google Gemini AI and BrowserAct
Synchronize WooCommerce Inventory & Create Products with Gemini AI & BrowserAct This sophisticated n8n template automates WooCommerce inventory management by scraping supplier data, updating existing products, and intelligently creating new ones with AI-formatted descriptions. This workflow is essential for e-commerce operators, dropshippers, and inventory managers who need to ensure their product pricing and stock levels are synchronized with multiple third-party suppliers, minimizing overselling and maximizing profit. --- Self-Hosted Only This Workflow uses a community contribution and is designed and tested for self-hosted n8n instances only. --- How it works The workflow is typically run by a Schedule Trigger (though a Manual Trigger is also shown) to check stock automatically. It reads a list of suppliers and their inventory page URLs from a central Google Sheet. The workflow loops through each supplier: A BrowserAct node scrapes the current stock and price data from the supplier's inventory page. A Code node parses this bulk data into individual product items. It then loops through each individual product found. The workflow checks WooCommerce to see if the product already exists based on its name. If the product exists: It proceeds to update the existing product's price and stock quantity. If the product DOES NOT exist: An If node checks if the missing product's category matches a predefined type (optional filtering). If it passes the filter, a second BrowserAct workflow scrapes detailed product attributes from a dedicated product page (e.g., DigiKey). An AI Agent (Gemini) transforms these attributes into a specific, styled HTML table for the product description. Finally, the product is created in WooCommerce with all scraped details and the AI-generated description. Error Handling: Multiple Slack nodes are configured to alert your team immediately if any scraping task fails or if the product update/creation process encounters an issue. Note: This workflow does not support image uploads for new products. To enable this functionality, you must modify both the n8n and BrowserAct workflows. --- Requirements BrowserAct API account for web scraping BrowserAct n8n Community Node -> (n8n Nodes BrowserAct) BrowserAct templates named “WooCommerce Inventory & Stock Synchronization” and “WooCommerce Product Data Reconciliation” Google Sheets credentials for the supplier list WooCommerce credentials for product management Google Gemini account for the AI Agent Slack credentials for error alerts --- Need Help? How to Find Your BrowseAct API Key & Workflow ID How to Connect n8n to Browseract How to Use & Customize BrowserAct Templates How to Use the BrowserAct N8N Community Node --- Workflow Guidance and Showcase STOP Overselling! Auto-Sync WooCommerce Inventory from ANY Supplier
Automate RSS to social media pipeline with AI, Airtable & GetLate for multiple platforms
Overview Automates your complete social media content pipeline: sources articles from Wallabag RSS, generates platform-specific posts with AI, creates contextual images, and publishes via GetLate API. Built with 63 nodes across two workflows to handle LinkedIn, Instagram, and Bluesky—with easy expansion to more platforms. Ideal for: Content marketers, solo creators, agencies, and community managers maintaining a consistent multi-platform presence with minimal manual effort. How It Works Two-Workflow Architecture: Content Aggregation Workflow Monitors Wallabag RSS feeds for tagged articles (to-share-linkedin, to-share-instagram, etc.) Extracts and converts content from HTML to Markdown Stores structured data in Airtable with platform assignment AI Generation & Publishing Workflow Scheduled trigger queries Airtable for unpublished content Routes to platform-specific sub-workflows (LinkedIn, Instagram, Bluesky) LLM generates optimized post text and image prompts based on custom brand parameters Optionally generates AI images and hosts them on Imgbb CDN Publishes via GetLate API (immediate or draft mode) Updates Airtable with publication status and metadata Key Features: Tag-based content routing using Wallabag's native system Swappable AI providers (Groq, OpenAI, Anthropic) Platform-specific optimization (tone, length, hashtags, CTAs) Modular design—duplicate sub-workflows to add new platforms in \~30 minutes Centralized Airtable tracking with 17 data points per post Set Up Steps Setup time: \~45-60 minutes for initial configuration Create accounts and get API keys (\~15 min) Wallabag (with RSS feeds enabled) GetLate (social media publishing) Airtable (create base with provided schema—see sticky notes) LLM provider (Groq, OpenAI, or Anthropic) Image service (Hugging Face, Fal.ai, or Stability AI) Imgbb (image hosting) Configure n8n credentials (\~10 min) Add all API keys in n8n's credential manager Detailed credential setup instructions in workflow sticky notes Set up Airtable database (\~10 min) Create "RSS Feed - Content Store" base Add 19 required fields (schema provided in workflow sticky notes) Get Airtable base ID and API key Customize brand prompts (\~15 min) Edit "Set Custom SMCG Prompt" node for each platform Define brand voice, tone, goals, audience, and image preferences Platform-specific examples provided in sticky notes Configure platform settings (\~10 min) Set GetLate account IDs for each platform Enable/disable image generation per platform Choose immediate publish vs. draft mode Adjust schedule trigger frequency Test and deploy Tag test articles in Wallabag Monitor the first few executions in draft mode Activate workflows when satisfied with the output Important: This is a proof-of-concept template. Test thoroughly with draft mode before production use. Detailed setup instructions, troubleshooting tips, and customization guidance are in the workflow's sticky notes. Technical Details 63 nodes: 9 Airtable operations, 8 HTTP requests, 7 code nodes, 3 LangChain LLM chains, 3 RSS triggers, 3 GetLate publishers Supports: Multiple LLM providers, multiple image generation services, unlimited platforms via modular architecture Tracking: 17 metadata fields per post, including publish status, applied parameters, character counts, hashtags, image URLs Prerequisites n8n instance (self-hosted or cloud) Accounts: Wallabag, GetLate, Airtable, LLM provider, image generation service, Imgbb Basic understanding of n8n workflows and credential configuration Time to customize prompts for your brand voice Detailed documentation, Airtable schema, prompt examples, and troubleshooting guides are in the workflow's sticky notes. Category Tags social-media-automation, ai-content-generation, rss-to-social, multi-platform-posting, getlate-api, airtable-database, langchain, workflow-automation, content-marketing