File & Document Management Automation Workflows — Page 9 | Neura Market
    Neura Market
    Neura Market
    /Categories
    Marketplace
    Directories
    Resources
    Home/Categories/File & Document Management

    File & Document Management Workflows

    Document processing and management

    • Vision RAG & Image Embeddings with Cohere Command-A and Embed v4

      Creates a Vision RAG agent using Cohere's multimodal models to embed document images, store in Qdrant, and retrieve relevant scans for vision model queries.

      n8n$24.99
    • Capture important emails in Notion

      This Zap automates the process of capturing important email messages from Gmail and creating corresponding database items in Notion. By streamlining this workflow, users can ensure that critical information from their emails is organized and easily accessible in Notion, enhancing productivity and collaboration.

      Zapier$2.99
    • Update Airtable Records from Frame.io Asset Changes

      This Zap automates the process of updating asset labels in Frame.io and synchronizing those changes across various platforms. When an asset label is updated, it triggers a series of actions that filter the relevant data, format it for clarity, find the corresponding record in Airtable, and update it accordingly. Additionally, it can create transcriptions using OpenAI's capabilities and generate new documents in Google Docs, ensuring that all information is current and accessible across your tools.

    Marketplace

    • Prompts
    • Workflows
    • Agent Hub
    • Workflow Packs
    • Categories
    • Marketplace

    Directories

    • AI Tools Directory
    • ChatGPT
    • Claude
    • Gemini
    • Cursor
    • Grok
    • DeepSeek
    • Perplexity
    • CoPilot
    • Midjourney
    • Stable Diffusion
    • MCP Servers
    • .md Directory
    • All Directories

    Free Tools

    • AI Text Humanizer
    • AI Content Detector
    • Workflow Generator
    • Model Comparison
    • AI Pricing Calculator
    • AI Benchmarks
    • ROI Calculator
    • All Free Tools

    Resources

    • AI News
    • Blog
    • AI Answers
    • Error Solutions
    • AI Tutorials
    • AI Agent Guides
    • AI Models
    • Integrations
    • Alternatives
    • n8n vs Zapier
    • Make vs Zapier
    • n8n vs Make
    • Resource Library
    • Documentation
    • API Access to Our Data

    Community

    • AI Newsletter
    • AI Jobs
    • AI Events
    • AI Companies
    • Start Selling
    • Sell n8n Workflows
    • Sell AI Agents
    • Sell Prompts
    • Creator Guide
    • Advertise
    • Affiliates

    Company

    • About
    • Contact
    • Help
    • Careers
    • Pricing
    • Terms
    • Privacy
    • License
    • DMCA

    The #1 Newsletter in AI

    Weekly updates, news, and content that matter.

    Neura Market Logoneuramarket

    © 2026 Neura Market. All rights reserved.

    Zapier$4.99
  1. Automate PDF Generation and Manipulation with Api2Pdf and AWS Lambda

    This workflow transforms Api2Pdf's PDF generation capabilities into an MCP-compatible server using AWS Lambda, enabling seamless integration with AI agents for automated PDF processing.

    n8n$14.99
  2. Automatically Generate Google Docs from AX Semantics Content

    Automatically create a Google Docs document whenever new content is generated by AX Semantics, streamlining your content management process.

    MakeFree
  3. Automate Invoice Data Extraction from Gmail to Google Sheets Using Eden AI

    Streamline your workflow by automatically extracting data from invoices received in Gmail and saving it to Google Sheets using Eden AI's OCR capabilities.

    Make$4.99
  4. Automate PPTX to PDF Conversion with ConvertAPI

    Effortlessly convert PPTX files to PDF format using ConvertAPI, automating file downloads and storage.

    n8n$4.99
  5. Copy Folder Structure Without Files in Google Drive

    # Why? Google Drive desktop lets you copy full folders—contents and all. But what if you only want to copy the folder names (not the files) from one drive location to another? Maybe you're reusing a folder structure or duplicating a template structure, but without this workflow, each copy will hold different content. This n8n workflow helps you clone just the structure—no clutter, no file duplicates. # How it works 1. Load this workflow into your n8n instance. 2. Set up GDRIVE credentials if you have not already (see video below). 3. Double-click to edit this node. 4. Enter the **SOURCE** folder ID (into EDIT_THIS_NODE) - see image on where to get folder ID. 5. Enter the **DESTINATION** folder ID. 6. Run the workflow. # What it does - Creates all new folders in the destination that were in the source folder. - Skips folders in the destination that already exist. # What it doesn't do (yet) - Does not copy over any nested folders. - Does not copy over any files. # Requirements - n8n - Google Drive API must be set up in your n8n ([https://www.youtube.com/watch?v=3Ai1EPznlAc](5min vid how to do that)). # Future Updates If I get requests for these features, I would build them: - Copy nested folder structure within the destination drive. - Flag (on/off) - to copy nested folder structure. - Better error handling. - Some kind of feedback output log on what was created.

    n8n$9.99
  6. Write JSON to Disk in Binary Format

    The "Write Binary File" expects binary data. The JSON data is, however, JSON. There should really be a node that allows moving data around between both of them. For now, it can be done with a Function Node. At least until a proper one is in place. The first node is example data, which you can customize or replace. The second node named "Make Binary" is the important one with the custom code which makes the data binary and writes it to the correct location.

    n8n$3.99
  7. Merge Binary Objects from Multiple Items into a Single Item

    This workflow is the opposite of [this one](https://n8n.io/workflows/1621-split-out-binary-data/). It transforms multiple different items with one binary object named `data` into a single item with multiple binary objects: ![image.png](fileId:706) This can be useful when creating a single .zip archive, for example. It uses the updated Code node instead of the older Function node.

    n8n$4.99
  8. Manage Google Cloud Firestore Documents with n8n

    This workflow automates the creation, updating, and retrieval of documents in Google Cloud Firestore using n8n.

    n8n$4.99
  9. Automate Workflow Backups to Dropbox and Airtable

    This workflow automates the backup of your n8n workflows by saving them as JSON files in Dropbox and recording them in a structured format in Airtable. It runs every 30 minutes to ensure your workflow data is consistently updated and securely stored.

    n8n$14.99
  10. Extract and Analyze Topics from PDF Documents in Dropbox

    Automatically extract text from PDF documents stored in Dropbox, analyze them for topics and keywords, and update a Google Sheets spreadsheet with the findings.

    Make$4.99
  11. Move a Nextcloud Folder File by File

    ## Description: This template facilitates the transfer of a folder, along with all its files and subfolders, within a Nextcloud instance. The Nextcloud user must have access to both the source and destination folders. While Nextcloud allows folder movement, complications may arise when dealing with external storage that has rate limits. This workflow ensures the individual transfer of each file to avoid exceeding rate limits, particularly useful for setups involving external storage with rate limitations. ## How it works: - Identify all files and subfolders within the specified source folder. - Recursive search within subfolders for additional files. - Replicate the folder structure in the target folder. - Individually move each identified file to the corresponding location in the target folder. ## Setup steps: - Set Nextcloud credentials for all Nextcloud nodes involved in the process. - Edit the trigger settings. Detailed instructions can be found within the respective trigger configuration. - Initiate the workflow to commence the folder transfer process. ## Help If you need assistance with applying this template, feel free to reach out to me. You can find additional information about me and my services here: https://nicokowalczyk.de/links I have also produced a video where I explain the workflow and provide an example. You can find this video over here: https://youtu.be/K1kmG_Q_jRk Cheers, Nico Kowalczyk

    n8n$24.99
  12. Automate Invoice Data Extraction with QuickBooks and Koncile OCR

    Streamline your workflow by automatically extracting key data from QuickBooks invoices using Koncile OCR, enabling seamless data reconciliation and export.

    Make$2.99
  13. Automate OVH Invoice Management with Google Sheets and Drive

    Streamline your OVH invoice management by automatically syncing invoices to Google Sheets and saving PDFs to Google Drive. This workflow eliminates the need to manually download invoices, saving you time and effort.

    n8n$14.99
  14. Automate Typeform Data Entry into NextCloud Spreadsheet

    Automatically append new Typeform submissions to a NextCloud-hosted spreadsheet, ensuring seamless data integration and management.

    n8n$4.99
  15. Automate Audio Transcription from Google Drive with OpenAI Whisper and Email Delivery

    Streamline the transcription of audio files stored in Google Drive using OpenAI Whisper. Convert files to compatible formats, transcribe them, store the results in Google Docs, and automatically email the document for seamless communication.

    Make$4.99
  16. Simple File-Based Key-Value Store (WriteKey)

    Store a key with a value in a local JSON file. Multiple keys could be saved in a single file. Related workflow: [GetKey](https://n8n.io/workflows/1408) Create a subfolder in your n8n home directory: `/home/node/.n8n/local-files`. In Docker, look at the data path and create a subfolder `local-files`. Set the correct access rights with `chmod 1000:1000 local-files`. Put the workflow code in a new workflow named `WriteKey`. Create another workflow with a `function item`: ```js return { file: "/4711.json", // 4711 should be your workflow id key: "MyKey", value: "MyValue" } ``` Pipe the `function item` to an `Execution Workflow` that calls the `WriteKey` workflow. It would be nice if we could get someday a shiny built-in n8n node that does the job. :)

    n8n$9.99
  17. Automate Cloning of Nested Google Drive Folder Structures with Custom Names

    Effortlessly duplicate Google Drive folder hierarchies with custom naming, ideal for managing consistent project structures across multiple clients.

    n8n$9.99
  18. Create a new document in AX Semantics from new rows in a Google Sheets spreadsheet.

    his template regularly checks for new rows in a Google Sheets spreadsheet and uses the retrieved information to create a new documents in AX Semantics. he template expects that your spreadsheet and JSON structure have 3 columns. You will be able to change the scenario after you up the template in case your spreadsheet has more columns. he template is scheduled to run every 15 minutes. You can change the schedule after you set up the template by clicking on the clock icon on the first module.

    Make$3.99
  19. Create eSignatures.io contracts for new HubSpot CRM prospects

    Every time a deal moves to a specific stage in HubSpot CRM, Make will automatically create a contract from an eSignatures.io template.

    MakeFree
  20. Automate PDF Manipulation with Adobe PDF Services API

    Streamline PDF operations such as splitting, combining, and extracting content using Adobe's PDF Services API. This workflow automates the authentication, asset registration, upload, processing, and result retrieval steps.

    n8n$14.99
  21. Recursively Retrieve All Files from Google Drive Folders

    Automatically fetch all files from a specified Google Drive folder, including those in nested subfolders, for streamlined file management and automation.

    n8n$9.99
  22. ← PreviousPage 9 of 34Next →

    Related categories

    Communication (2,463)AI (1,930)Business Operations & ERPs (1,540)Other (1,425)Productivity (1,202)Marketing (1,146)Data & Analytics (995)CRM - Sales (605)Notifications (580)Social Media (562)

    Need a custom file & document management workflow?

    Our automation experts build tailored workflows for your exact stack and process.

    Request a Custom Workflow