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

    File & Document Management Workflows

    Document processing and management

    • Automate File Sharing and Metadata Logging from Google Drive to Airtable

      This workflow automatically retrieves new files from a specified Google Drive folder, shares them via email, and logs their metadata into Airtable for streamlined file management and tracking.

      n8n$4.99
    • Automate Monthly Sync of Stripe Invoice PDFs to AWS S3

      This workflow automates the monthly synchronization of invoice PDFs from Stripe to an AWS S3 bucket, organizing them into a structured folder path based on year and month.

      n8n$14.99
    • Telegram Bot for OpenAI GPT-3.5 Chat with Emojis

      Simple Telegram bot integrating OpenAI's GPT-3.5 to provide AI-powered responses to user messages, enhanced with emojis for engaging chats.

      n8n

    Marketplace

    • Prompts
    • Workflows
    • Agents Store
    • 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 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.

    $9.99
  1. Automate Google Drive File Renaming with Timestamps

    Automatically rename new files in a Google Drive folder using a timestamp format to maintain organized and searchable file structures.

    n8n$4.99
  2. Automatically Create Google Docs from Perplexity AI Responses

    This workflow generates Google Docs documents from responses received from Perplexity AI, streamlining documentation and enhancing collaboration.

    Make$3.99
  3. Transform and Upload XML Data to Dropbox

    This workflow downloads XML data, modifies it, and uploads the updated file to Dropbox. It automates the process of transforming XML data into JSON, updating specific fields, and converting it back to XML before storage.

    n8n$4.99
  4. Convert Web Page to PDF Using ConvertAPI

    ## Who is this for? For developers and organizations that need to convert **web page** to **PDF**. ## What problem is this workflow solving? The web page conversion to PDF problem. ## What this workflow does 1. Converts web page to PDF. 2. Stores the PDF file in the local file system. ## How to customize this workflow to your needs 1. Open the `HTTP Request` node. 2. Adjust the URL parameter (all endpoints can be found [here](https://www.convertapi.com/api)). 3. Use your `API token` for authentication. Pass the token in the `Authorization` header as a Bearer token. You can manage your API tokens in the [User panel – Authentication](https://www.convertapi.com/a/authentication). 4. Change the parameter `url` to the webpage you want to convert to PDF. 5. Optionally, additional `Body Parameters` can be added for the converter.

    n8n$4.99
  5. Automatically Transfer MP4 Attachments from Gmail to Google Drive

    This workflow retrieves MP4 attachments from Gmail emails and uploads them to Google Drive, providing a web view link for easy access.

    n8n$3.99
  6. Automate Dropbox Folder Monitoring with Database Comparison

    This workflow automates the monitoring of Dropbox folders for new files by utilizing webhooks and database comparison. It efficiently identifies new files and triggers specific sub-workflows for further processing.

    n8n$14.99
  7. Automate Image to PDF Conversion with ConvertAPI

    Effortlessly convert image files to PDF format using ConvertAPI, streamlining your file format conversion tasks.

    n8n$4.99
  8. Automate HTML to PDF Conversion with ConvertAPI

    Effortlessly convert HTML files to PDF format using ConvertAPI and store them locally. Ideal for developers and organizations needing reliable file format conversion.

    n8n$4.99
  9. Automatically Create Folders in OneDrive

    This workflow allows you to create a new folder in Microsoft OneDrive with a single trigger, streamlining your file organization process.

    n8nFree
  10. Automatically Merge PDF Files with ConvertAPI

    This workflow automates the process of downloading, merging, and storing PDF files using ConvertAPI, ideal for developers and organizations needing efficient PDF management.

    n8n$4.99
  11. Automate Google Sheets to Dropbox XLS Upload Every 15 Minutes

    This workflow automates the process of reading data from a Google Sheet, converting it to an XLS file, and uploading it to Dropbox every 15 minutes.

    n8n$4.99
  12. Deploy a Comprehensive Nextcloud MCP Server for AI Integration

    Set up a fully functional MCP server for Nextcloud operations, enabling seamless AI agent integration with zero configuration. Access all 17 pre-built operations to manage files, folders, and users efficiently.

    n8n$14.99
  13. Automate PDF Attachment Uploads from Gmail to Google Drive with OpenAI Filtering

    This workflow automates the process of filtering and uploading specific PDF attachments from Gmail to Google Drive using OpenAI. It identifies PDFs based on customizable search terms and uploads them to a designated Google Drive folder.

    n8n$14.99
  14. Automate Google Drive File Sharing and Link Generation

    Streamline your Google Drive file sharing process with this n8n workflow, which automates public link generation and access status modification for batch file handling.

    n8n$9.99
  15. Secure PDFs with Passwords Using ConvertAPI

    Automatically download, protect, and store PDF files with a password using ConvertAPI. Ideal for developers and organizations needing secure document handling.

    n8n$4.99
  16. Convert Image URLs to Airtable Attachments Automatically

    This workflow automates the conversion of image URLs into uploaded attachments in Airtable, streamlining your data management process.

    n8n$4.99
  17. Automate Delaware Certificate Filing from Gmail Attachments

    Efficiently process and file Delaware Certificates of Incorporation from Gmail attachments using AI for text extraction and validation.

    ActivepiecesFree
  18. Simple File-Based Key-Value Store (GetKey)

    Read a value by key from a local JSON file. Related workflow: [WriteKey](https://n8n.io/workflows/1407) 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: `chmod 1000:1000 local-files`. Put the workflow code in a new workflow named `GetKey`. Create another workflow with a `function item`: ```js return { file: "/4711.json", // 4711 should be your workflow id key: "MyKey", default: "Optional returned value if key is empty / not exists" } ``` Pipe the `function item` to an `Execution Workflow` that calls the `GetKey` workflow. It would be nice if we could get someday a shiny built-in n8n node that does the job. :)

    n8n$4.99
  19. Automate PDF Invoice Generation and Email Delivery with n8n and JSReport

    This workflow automates the creation and distribution of PDF invoices using n8n and JSReport, streamlining document management for accounting and administrative teams.

    n8n$4.99
  20. Convert Baserow Markdown Fields to HTML

    Automatically convert Baserow rich text fields from Markdown to HTML, updating either a single record or all records in the database.

    n8n$9.99
  21. Automatically Save Telegram Files to Google Drive

    Streamline your file management by automatically saving files received on Telegram to a designated Google Drive folder.

    n8n$3.99
  22. ← PreviousPage 5 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 (604)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