n8n & Make Workflow Documentation Generator avatar

n8n & Make Workflow Documentation Generator

Pricing

from $0.29 / documentation generated

Go to Apify Store
n8n & Make Workflow Documentation Generator

n8n & Make Workflow Documentation Generator

Generate professional Markdown, DOCX & PDF documentation from n8n workflows and Make blueprints. Powered by Claude Sonnet AI. Supports DE, EN, FR, ES.

Pricing

from $0.29 / documentation generated

Rating

0.0

(0)

Developer

Spqr79

Spqr79

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Automation Documentation Generator — n8n & Make

Turn any n8n workflow export or Make blueprint into a professional technical document in seconds.

Paste your workflow JSON, and the Actor generates a complete Markdown, DOCX, and PDF report — covering overview, step-by-step flow, connected services, error handling, risks, maintenance notes, and a test plan checklist.

Powered by Claude Sonnet (Anthropic).


Example Output

Example Report

📄 Download Full Example Report (PDF)


What it does

  • Parses your n8n or Make workflow JSON automatically
  • Detects the workflow language (DE, EN, FR, ES) — or set it manually
  • Identifies triggers, nodes, connected services, disabled steps, and error handlers
  • Generates a structured technical document with:
    • Overview & business purpose
    • Step-by-step flow
    • Connected services
    • Error handling assessment
    • Risks & findings
    • Maintenance recommendations
    • Assumptions & open points
    • Test plan checklist (optional)
  • Outputs Markdown, DOCX, and PDF in one run

Input

FieldRequiredDescription
platformn8n or make
workflowJsonPaste your exported workflow JSON or Make blueprint
languageoptionalde, en, fr, es — auto-detected if left empty
includeTestPlanoptionalInclude test checklist (default: true)

How to export your workflow JSON

n8n: Open your workflow → three-dot menu → Download → paste the JSON here

Make: Open your scenario → More → Export Blueprint → paste the JSON here


Output

After each run, four files are available in Storage → Key-Value Store:

KeyFormatDescription
report.mdMarkdownFull documentation as plain Markdown
report.docxWordFormatted Word document
report.pdfPDFPrint-ready PDF via LibreOffice
report.jsonJSONStructured metadata + documentation

The dataset also contains a summary record with workflow metadata and all report keys.


Requirements

Set the following environment variable in the Actor settings:

VariableDescription
ANTHROPIC_API_KEYYour Anthropic API key (sk-ant-...)

Get your key at console.anthropic.com.


Supported platforms

  • n8n — workflow exports (JSON)
  • Make (formerly Integromat) — blueprints (JSON)

Notes

  • Maximum input size: 500 KB
  • Workflows with more than 20 nodes: the first 20 steps are documented in detail, remaining steps are noted
  • Language detection is based on node names, labels, and descriptions in the workflow
  • LibreOffice is used for DOCX → PDF conversion inside the container