by Robert Breen
π§βπ» Description This workflow demonstrates how to take structured data (e.g., Name, Business, Address) and automatically fill a PDF form (IRS W-9) using PDF.co inside n8n. The workflow extracts values from a data source (e.g., Set node, database, or webhook), maps those values to fields in a PDF template, and generates a completed PDF. This can be adapted for contracts, invoices, HR forms, or any standardized documents that need automation. By chaining additional nodes, you can also store completed PDFs in Google Drive/Dropbox, email them to recipients, or route them into CRM/ERP systems. Disclaimer: this template can only be used on self-hosted n8n instances βοΈ Setup Instructions 1οΈβ£ Prepare Your Data Add a Set node (or connect to your data source such as Google Sheets, Airtable, or a webhook). Define fields like: Name Business Address CityState These fields will map directly to form fields in the PDF. 2οΈβ£ Connect PDF.co Create a free account at PDF.co Copy your API Key from the dashboard In n8n β Credentials β New β PDF.co API Paste your API Key β Save In the PDF.co node, select your credential and choose the Fill a PDF Form operation Map each field in your dataset to the corresponding PDF form field (e.g., Name β Line 1 on the W-9). π Example Form This template uses the official IRS W-9 PDF: https://www.irs.gov/pub/irs-pdf/fw9.pdf Mapped fields include: Name β Line 1 Business β Line 2 Address + City/State β Address block You can expand this by mapping additional fields such as Tax Classification, Exemptions, TIN, and Signature. ποΈ Customization Guidance Different PDFs**: Swap the W-9 for any contract, invoice, or onboarding form your business uses. Dynamic Data Sources**: Replace the Set node with Google Sheets, Airtable, or API/Webhook inputs to pull live data. Automated Delivery**: After filling the form, use Email or Slack nodes to send PDFs directly to recipients. Document Storage**: Save completed PDFs automatically to Google Drive, Dropbox, or AWS S3. Bulk Processing**: Loop through rows of a dataset (e.g., customer list) to generate multiple personalized PDFs at once. π¬ Contact Need help customizing this workflow for contracts, invoices, or HR forms? π§ robert@ynteractive.com π Robert Breen π ynteractive.com
by amudhan
Companion workflow for blogpost
by Automate With Marc
Generate Videos from Chat with Google Vertex AI (Veo3) - Beginner Friendly Description Turn any text prompt into a short AI-generated video directly from an n8n chat. This workflow connects a chat trigger to Google Vertex AIβs Veo3 model, sending your prompt as input and polling until the rendered video is ready. Once complete, the video is converted into a downloadable file you can use anywhere. Perfect for experimenting with AI-driven media or automating creative video generation inside your workflows. Watch step-by-step guide for these type of workflows here: www.youtube.com/@automatewithmarc How It Works Chat Trigger β Start by typing your prompt into an n8n chat. Post to Vertex AI (Veo3) β Sends the prompt to the Veo3 API with parameters like aspect ratio, duration, and resolution. Wait + Poll Loop β Repeatedly checks the operation status until the video is finished. If + Edit Fields β Extracts the base64 video response and metadata. Convert to File β Turns the video into a binary file for download or use in further automations. Why Youβll Love It β‘ Generate custom AI videos in minutes. π£οΈ Natural workflow β just type your idea in chat. π₯ Flexible parameters β adjust resolution, aspect ratio, and duration. π Ready for integration β feed the output into Google Drive, Slack, or any connected app. Requirements Google Cloud project with Vertex AI API enabled. Google OAuth credentials in n8n. n8n (Cloud or self-hosted).
by System Admin
Tagged with: , , , ,
by Open Paws
π Whoβs it for This subworkflow is designed for developers, AI engineers, or automation builders who generate dynamic HTML content in their workflows (e.g. reports, dashboards, emails) and want a simple way to host and share it via a clean URL, without spinning up infrastructure or uploading to a CMS. Itβs especially useful when combined with AI agents that generate HTML content as part of a larger automated pipeline. βοΈ What it does This subworkflow: Accepts raw HTML content as input. Creates a new GitHub Gist with that content. Returns the shareable Gist URL, which can then be sent via Slack, Telegram, email, etc. The result is a lightweight, fast, and free way to publish AI-generated HTML (such as reports, articles, or formatted data outputs) to the web. π οΈ How to set it up Add this subworkflow to any parent workflow where HTML is generated. Pass in a string of valid HTML via the html input parameter. Configure the GitHub credentials in the HTTP node using an access token with gist scope. β Requirements GitHub account and personal access token with gist permissions π§ How to customize Change the filename (report.html) if your use case needs a different format or extension. Add metadata to the Gist (e.g., description, tags).
by System Admin
Tagged with: , , , ,
by Harshil Agrawal
No description available
by Harshil Agrawal
No description available
by Harshil Agrawal
No description available
by amudhan
Companion workflow for Freshdesk node documentation
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,