workflows.fit
Back to n8n workflows
n8n templateFreeBy CustomJS

Generate & email custom NDA documents from web form submissions

> ⚠️ Notice: > This workflow uses the HTML to Docx node from [customjs.space](https://www.customjs.space), which requires a self-hosted n8n instance and a CustomJS API key. --- Landingpage → NDA Word Document (D...

CommunicationHITLCore NodesDevelopmentUtilityEmail SendWebhookHtml
Loading interactive preview...

Template notes

> ⚠️ Notice: > This workflow uses the HTML to Docx node from [customjs.space](https://www.customjs.space), which requires a self-hosted n8n instance and a CustomJS API key.

---

Landingpage → NDA Word Document (Docx) → Email Workflow

This workflow demonstrates how to:

1. Serve a landing page for requesting an NDA. 2. Receive form submissions from users. 3. Generate a Word Document (Docx) version of the NDA populated with the submitted data. 4. Send the completed NDA via email to a recipient.

---

Workflow Overview

1. Landingpage Endpoint - Node: Landingpage Endpoint (Webhook) - Hosts the landing page and passes the URL dynamically to the HTML node.