Block 1 - Sticky β Overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Template Creator How it works This workflow accepts any uploaded document (PDF or DOCX) via webhook and automatically converts it into a reusable fill in the blank template. Step 1 β Identify: GP...
n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.switch, n8n-nodes-word2text.word2text, n8n-nodes-base.extractfromfile, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by AI Solutions.
Original n8n.io sourceThis workflow accepts any uploaded document (PDF or DOCX) via webhook and automatically converts it into a reusable fill-in-the-blank template.
Step 1 β Identify: GPT-4o first reads the document and determines the document type (e.g., Employment Contract, Invoice, NDA, Lease Agreement, Project Proposal) and the specific variable fields that type of document typically contains.
Step 2 β Templatize: A second AI pass uses the identified document type and field list to replace all variable content with clearly labeled [BRACKET] placeholders while preserving all static boilerplate and structure verbatim.
Step 3 β Deliver: The cleaned template is rendered to PDF via Gotenberg, uploaded to Google Drive, made publicly accessible, and a JSON response with file URLs is returned to the caller.
general-template-creator)n8n-nodes-word2text (see β οΈ warning sticky)Document accepts input from a form such as the one found here: Sample Form
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Create fillable document templates from PDF or DOCX with GPT-4o and Google Drive |
|---|---|
| Complexity | advanced |
| Nodes | 22 |
| Categories | Document Extraction, AI Summarization |
| Author | AI Solutions |
| Published | 12 Apr 2026 |
Use the JSON export at /data/workflows/14992/14992.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Template Creator How it works This workflow accepts any uploaded document (PDF or DOCX) via webhook and automatically converts it into a reusable fill in the blank template. Step 1 β Identify: GP...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, AI Summarization use case.