by System Admin
Tagged with: , , , ,
by PDF Vector
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. Build Citation Networks from Research Papers Automatically build and visualize citation networks by fetching papers and their references. Discover influential works and research trends in any field. Workflow Features: Start with seed papers (DOIs, PubMed IDs, etc.) Fetch cited and citing papers recursively Build network graph data Export to visualization tools (Gephi, Cytoscape) Identify key papers and research clusters Process Flow: Input: Seed paper identifiers Fetch Papers: Get paper details and references Expand Network: Fetch cited papers (configurable depth) Build Graph: Create nodes and edges Analyze: Calculate metrics (centrality, clusters) Export: Generate visualization-ready data Applications: Research trend analysis Finding seminal papers in a field Grant proposal background research
by System Admin
Tagged with: , , , ,
by amudhan
Companion workflow for blogpost
by Harshil Agrawal
No description available
by amudhan
Companion workflow for blog post
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 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 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 Victor
π¬ Rask AI Video Translation Workflow This workflow is designed to translate a video accessible by URL (supported sources: YouTube, Google Drive, S3, Vimeo, or a direct link) into a language supported by Rask AI. It automatically uploads your video, waits for it to finish processing, creates a translation project, and retrieves the final translated output. You can use it to quickly build automations for localization, multilingual content creation, training materials, and more. π Authentication To run this workflow, make sure you have OAuth2 authentication configured in n8n under the name raskOAuth2. Your OAuth2 credentials must include Client ID and Client Secret You can find both in your Rask account settings: π https://app.rask.ai/account For details on Rask authentication, refer to the official documentation: π https://docs.api.rask.ai/api-reference/authentication Ensure that the raskOAuth2 authentication is selected in the following nodes: Upload media, Get media, Create project, Get project These nodes interact with the Rask API and require valid credentials. π§ͺ Test Input You can test the workflow using the following sample values (simply insert these values into your trigger or input node to run a full translation cycle end-to-end.): link**: https://static.rask.ai/samples/sample_1.mp4 dst_lang** (target translation language): en-us Happy Translating! πβ¨
by System Admin
Tagged with: , , , ,