๐Ÿ”ฌ Generate & email custom NDA documents from web form submissions

โšก 168 views ยท ๐Ÿ”ฌ Document Extraction & Analysis

Description

> โš ๏ธ Notice:
> This workflow uses the HTML to Docx node from 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

2. Set Form Endpoint

3. HTML for Landingpage

4. Respond to Webhook

5. FormData Endpoint

6. NDA (HTML Version)

7. HTML to Docx

8. Send Email


Notes


Requirements


Customization Tips

๐Ÿ”— Nodes Used

Send Email, Webhook

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup