Block 1 - HTTP Request
- Type / Role
- n8n-nodes-base.httpRequest - httpRequest
- Config choices
- Version 4.2
This workflow is provided as-is. Please review and test before using in production.
️ Notice: Community nodes like @custom js/n8n nodes pdf toolkit can only be installed on self hosted instances of n8n. This n8n workflow demonstrates how to collect form submissions from...
n8n-nodes-base.httprequest, @custom-js/n8n-nodes-pdf-toolkit.pdfformfill, @custom-js/n8n-nodes-pdf-toolkit.getformfieldnames, n8n-nodes-base.stickynote, n8n-nodes-base.emailsend, n8n-nodes-base.webhook, n8n-nodes-base.html, n8n-nodes-base.respondtowebhook
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by CustomJS.
Original n8n.io source> ⚠️ Notice:
> Community nodes like @custom-js/n8n-nodes-pdf-toolkit can only be installed on self-hosted instances of n8n.
This n8n workflow demonstrates how to collect form submissions from a landing page, fill a PDF form automatically, and send it via email. It uses the PDF Form Fill node from customjs.space to populate PDF fields with the submitted data.
Landingpage Endpoint (Webhook)
Serves the landing page HTML to visitors.
Set Form Endpoint
Dynamically injects the endpoint URL into the HTML form.
HTML for Landingpage
Provides the form where users enter personal information (name, address, city, country, etc.).
Respond to Webhook
Returns the landing page HTML to the visitor.
FormData Endpoint (Webhook)
Receives the submitted form data as JSON.
HTTP Request – Get PDF Template
Fetches the PDF form template from a URL.
PDF Form Fill (Fill PDF Fields)
Populates the PDF with the submitted form data.
Get PDF Form Fields (Optional)
Reads and lists the names of the form fields in the PDF.
Send Email
Sends the completed PDF as an attachment to a configured recipient.
Sticky Notes
Provide documentation within the workflow for easier understanding and maintenance.
Get API key from CustomJS
Set Credentials for CustomJS API in n8n
Prepare SMTP Credentials
Run or schedule the workflow
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 | Automated PDF form processing with web forms and email delivery |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | Document Extraction |
| Author | CustomJS |
| Published | 09 Oct 2025 |
Use the JSON export at /data/workflows/9404/9404.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.
️ Notice: Community nodes like @custom js/n8n nodes pdf toolkit can only be installed on self hosted instances of n8n. This n8n workflow demonstrates how to collect form submissions from...
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 use case.