Block 1 - Get PDF Data
- Type / Role
- n8n-nodes-base.set - set
- Config choices
- Version 3.4
How It Works 9 nodes : Lightweight, efficient (no loops). Key Steps : 1. Triggers on Telegram messages downloads files. 2. Sub workflow splits text/files. (Optional but recommended) 3. IF node chec...
n8n-nodes-base.set, n8n-nodes-base.extractfromfile, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.noop, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.telegramtrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by EoCi - Mr.Eo.
Original n8n.io sourceTelegram Trigger → Sub-Workflow (Separate Text/Files) → IF (Is PDF?)
├── True: Extract PDF → Set Text → Code (Clean) → Done!
└── False: NoOp (Ignore)
IMPORTANT : Requiring an n8n instance to be configured with public/production webhook !
Recommendation: Ngrok or Cloudflare Tunnel
Trigger On contains Message.The bot will reply with a message formatted like this: > Title: Q3 Financial Report > Type: Financial Report > Exec Summary: Revenue increased by 15% due to new product lines... > Key Insights: > • Growth in APAC region. > • Reduced operational costs by 5%.
Your time and trust mean a lot! I truly appreciate you using this template.
Get help, share builds, collaborate! Daily tips, tutorials, and updates
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 | Summarize PDF documents in Telegram with Groq AI |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Document Extraction, AI Summarization |
| Author | EoCi - Mr.Eo |
| Published | 03 Dec 2025 |
Use the JSON export at /data/workflows/11451/11451.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.
How It Works 9 nodes : Lightweight, efficient (no loops). Key Steps : 1. Triggers on Telegram messages downloads files. 2. Sub workflow splits text/files. (Optional but recommended) 3. IF node chec...
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.