Skip to content

NDA Request Processor

Example prompt: "When someone submits an NDA request form in Google Forms, pull the details into a Google Doc using our standard NDA template, fill in the company name and contact info, then send the draft to #legal on Slack for review. Once I approve it, email the completed NDA to the requesting party."

The Problem

NDA requests trickle in from sales, partnerships, and vendor onboarding — each needing the same template filled in with different details, reviewed by legal, and sent out for signature. Without a process, requests arrive via email, Slack, and ad-hoc messages. Legal teams spend time on the repetitive parts — copying details into a template, formatting, and routing — when the actual legal review is the only step that genuinely needs human judgement.

How GloriaMundo Solves It

We build a workflow triggered by a new form submission. An integration step reads the NDA request details from Google Forms — the counterparty name, contact email, type of NDA (mutual or one-way), and any special terms requested. An LLM step populates your standard NDA template with these details and flags any non-standard requests that need special attention. An integration step creates the draft in Google Docs and posts it to the legal Slack channel for review. The workflow pauses for human approval. Once approved, an integration step emails the completed NDA to the requesting party. Glass Box preview shows you the populated document before it is created, so you can catch errors before they become awkward correction emails.

Example Workflow Steps

  1. Trigger (webhook): New submission received on the NDA request form.
  2. Step 1 (integration): Read the form submission details from Google Forms — counterparty name, contact, NDA type, and special terms.
  3. Step 2 (LLM): Populate the NDA template with the submitted details. Flag any non-standard terms for legal attention.
  4. Step 3 (integration): Create the draft NDA in Google Docs using the populated template.
  5. Step 4 (integration): Post the draft link and a summary to #legal on Slack, tagging the assigned reviewer.
  6. Step 5 (human_approval): Wait for legal team review and approval before proceeding.
  7. Step 6 (integration): Once approved, email the completed NDA to the counterparty's contact email via Gmail.

Integrations Used

  • Google Forms — intake form for NDA requests
  • Google Docs — NDA template population and draft creation
  • Slack — legal review notifications and approval routing
  • Gmail — sending the completed NDA to the counterparty

Who This Is For

In-house legal teams and legal operations managers at companies that process 5 or more NDA requests per week, where the volume makes manual template-filling and routing a genuine time drain.

Time & Cost Saved

Each NDA request typically takes 15-20 minutes of manual work — copying details, filling templates, formatting, and emailing. At 5 requests per week, that is roughly 1.5 hours. This workflow reduces each request to a quick review of the pre-populated draft, saving about an hour per week. The real value is consistency: every NDA follows the same template and process, reducing the risk of sending out a document with the wrong party name or missing clauses.