AutomationFlowsData & Sheets › Automate End-to-end Contract Signatures with Google Docs, Drive and Signnow

Automate End-to-end Contract Signatures with Google Docs, Drive and Signnow

ByLenouar @aureusr on n8n.io

This workflow turns contract process into a fully automated, production-ready signing pipeline.

Event trigger★★★★☆ complexity16 nodesForm TriggerGoogle SheetsFormGoogle DriveGoogle DocsHTTP Request
Data & Sheets Trigger: Event Nodes: 16 Complexity: ★★★★☆ Added:

This workflow corresponds to n8n.io template #11984 — we link there as the canonical source.

This workflow follows the Form → Form Trigger recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "id": "6c6a0864-82b7-4000-b5cd-2126e21ca9cb",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -144,
        1184
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "f509fb6c-5aec-4e5d-ace3-9f312d39de99",
      "name": "S",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        448,
        1472
      ],
      "parameters": {},
      "typeVersion": 2.3
    },
    {
      "id": "c1c0c919-fd6f-4c6e-86fd-3e6528109bd4",
      "name": "S1",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        656,
        1472
      ],
      "parameters": {},
      "typeVersion": 4.7,
      "alwaysOutputData": true
    },
    {
      "id": "163daa67-8176-4b00-a8a2-aed6f4e09a48",
      "name": "S2",
      "type": "n8n-nodes-base.if",
      "position": [
        800,
        1472
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "b503b22e-2325-409b-9f4b-3220021b80d1",
      "name": "W",
      "type": "n8n-nodes-base.form",
      "position": [
        1008,
        1456
      ],
      "parameters": {},
      "typeVersion": 2.3
    },
    {
      "id": "8ab133f0-b283-4539-92c2-37cc7bf63416",
      "name": "W1",
      "type": "n8n-nodes-base.form",
      "position": [
        1168,
        1456
      ],
      "parameters": {},
      "typeVersion": 2.3
    },
    {
      "id": "fb38730c-55d0-4b1c-b4fb-465e8f4fb3b6",
      "name": "W2",
      "type": "n8n-nodes-base.set",
      "position": [
        1328,
        1456
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "c6d65544-2f6e-43cb-b5f3-a9adfc54a8e5",
      "name": "D",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1472,
        1456
      ],
      "parameters": {},
      "typeVersion": 4.7
    },
    {
      "id": "3b9c9ab9-396d-4b1c-8f35-d5831aab3538",
      "name": "D1",
      "type": "n8n-nodes-base.set",
      "position": [
        1632,
        1456
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "778dc9e5-31b2-4806-970a-e624e32f453c",
      "name": "F",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1792,
        1456
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "88f77894-ec65-476d-a5a8-2eb1418be167",
      "name": "F1",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1952,
        1456
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "20acc27e-7dd0-470a-bd16-5c5eb29c339f",
      "name": "G",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        1344,
        1680
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "13ddf278-8139-4ff5-a7dc-baf5da634383",
      "name": "G1",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1520,
        1680
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "95bec559-179b-490d-b3f7-03b5ed0a137f",
      "name": "G2",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1696,
        1680
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "f78223ce-6883-4c4b-84af-9814ddd98e9b",
      "name": "G3",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1888,
        1680
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "6ffde6b7-3a1c-4e07-b31a-f94f20379087",
      "name": "B",
      "type": "n8n-nodes-base.form",
      "position": [
        800,
        1712
      ],
      "parameters": {},
      "typeVersion": 2.3
    }
  ],
  "connections": {
    "B": {
      "main": [
        [
          {
            "node": "S1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "D": {
      "main": [
        [
          {
            "node": "D1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "F": {
      "main": [
        [
          {
            "node": "F1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "G": {
      "main": [
        [
          {
            "node": "G1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "S": {
      "main": [
        [
          {
            "node": "S1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "W": {
      "main": [
        [
          {
            "node": "W1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "D1": {
      "main": [
        [
          {
            "node": "F",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "F1": {
      "main": [
        [
          {
            "node": "G",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "G1": {
      "main": [
        [
          {
            "node": "G2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "G2": {
      "main": [
        [
          {
            "node": "G3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "S1": {
      "main": [
        [
          {
            "node": "S2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "S2": {
      "main": [
        [
          {
            "node": "W",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "B",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "W1": {
      "main": [
        [
          {
            "node": "W2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "W2": {
      "main": [
        [
          {
            "node": "D",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This workflow turns contract process into a fully automated, production-ready signing pipeline.

Source: https://n8n.io/workflows/11984/ — original creator credit. Request a take-down →

More Data & Sheets workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Data & Sheets

Splitout Code. Uses splitOut, httpRequest, googleSheets, stickyNote. Event-driven trigger; 36 nodes.

HTTP Request, Google Sheets, Form Trigger +1
Data & Sheets

This n8n workflow is designed for Customer Success Managers (CSM), marketers, sales teams, and data administrators who need to automate the process of uploading and processing CSV data in HubSpot. It

HTTP Request, Google Sheets, Form Trigger +1
Data & Sheets

Description: The Spotify Music Downloader is an automation flow that allows users to easily download music from Spotify tracks. By leveraging the powerful Spotify Downloader API, the flow downloads Sp

Form Trigger, HTTP Request, Google Drive +1
Data & Sheets

n8n can indeed help to solve this challenge by providing the data input interface via its forms and orchestrate AI-powered classification of images using AI nodes. However, in some cases - say you run

Form Trigger, HTTP Request, Google Drive +2
Data & Sheets

Automate downloading Threads videos from URLs, upload them to Google Drive, and log results in Google Sheets using n8n.

Form Trigger, HTTP Request, Google Drive +1