Block 1 - Run Workflow Manually
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This n8n workflow automates the complete lifecycle of student report card generation — from fetching raw marks data to delivering polished PDF reports directly to parents via email. It is designed ...
n8n-nodes-base.manualtrigger, n8n-nodes-base.splitinbatches, n8n-nodes-base.if, n8n-nodes-base.code, n8n-nodes-base.datatable, n8n-nodes-htmlcsstopdf.htmlcsstopdf, n8n-nodes-base.gmail, n8n-nodes-base.wait
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jitesh Dugar.
Original n8n.io sourceThis n8n workflow automates the complete lifecycle of student report card generation — from fetching raw marks data to delivering polished PDF reports directly to parents via email.
It is designed to be scalable, idempotent, and production-ready, making it suitable for schools, coaching institutes, and EdTech platforms.
The workflow follows a structured pipeline:
This is the starting point of the workflow.
Fetches student records from the n8n Data Table.
Processes students one at a time.
Checks if a report has already been sent.
Status != "Sent" Core logic of the workflow.
What it does:
Why it's powerful:
Generates a complete report card UI using HTML + CSS.
Includes:
Output:
Converts the generated HTML into a downloadable PDF.
Sends the report card to parents via email.
Email includes:
Introduces a delay between emails.
Updates the student record after successful delivery.
Updates:
Report_URL → PDF link Sent_At → timestamp Status → "Sent"Purpose:
You can turn this into a SaaS product by:
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 | Generate school report card PDFs and email them to parents with Gmail |
|---|---|
| Complexity | advanced |
| Nodes | 21 |
| Categories | Document Extraction, AI Summarization |
| Author | Jitesh Dugar |
| Published | 23 Apr 2026 |
Use the JSON export at /data/workflows/15258/15258.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.
This n8n workflow automates the complete lifecycle of student report card generation — from fetching raw marks data to delivering polished PDF reports directly to parents via email. It is designed ...
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.