workflows.fit
Back to n8n workflows
n8n templateFreeBy Khairul Muhtadin

Generate M&A due diligence reports with Decodo, OpenAI and Pinecone

Turn unstructured pitch decks and investment memos into polished Due Diligence PDF reports automatically. This n8n workflow handles everything from document ingestion to final delivery, combining internal document ana...

DevelopmentCore NodesData & StorageAILangchainUtilityHttp RequestWebhook
Loading interactive preview...

Template notes

Turn unstructured pitch decks and investment memos into polished Due Diligence PDF reports automatically. This n8n workflow handles everything from document ingestion to final delivery, combining internal document analysis with live web research to produce analyst-grade output in minutes.

The Problem It Solves

Reviewing a single deal manually reading the deck, cross-checking claims online, formatting the summary easily takes half a day. Multiply that by 10–20 inbound deals per week, and your team is buried in low-leverage work before any real analysis begins.

This workflow compresses that cycle into a single automated pipeline.

How It Works

1. Upload: Send a PDF, DOCX, or PPTX to the webhook endpoint. 2. Parse: LlamaParse extracts clean Markdown from complex layouts, preserving tables and financial data. 3. Enrich: The workflow identifies the target company, then pulls supplementary data from the open web (corporate pages, risk signals) using Decodo's search and scraping APIs to verify and contextualize claims made in the source documents. 4. Analyze: An AI Agent runs six targeted retrieval queries against the combined dataset: revenue history, key risks, business model, competitive landscape, management profile, and deal terms. 5. Deliver: Results render into a branded HTML template, convert to PDF via Puppeteer, upload to Cloudflare R2, and return a download link.

Each deal gets a unique namespace in Pinecone, so documents are isolated and repeat uploads skip redundant parsing.

What You Need