{
  "name": "Generate and send contract documents with Typeform, Google Docs and Gmail",
  "nodes": [
    {
      "id": null,
      "name": "Typeform Trigger",
      "type": "n8n-nodes-base.typeformTrigger",
      "position": [
        100,
        300
      ]
    },
    {
      "id": null,
      "name": "Set Variables",
      "type": "n8n-nodes-base.set",
      "position": [
        300,
        300
      ]
    },
    {
      "id": null,
      "name": "Fill Contract Template",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        500,
        300
      ]
    },
    {
      "id": null,
      "name": "Export as PDF",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        700,
        300
      ]
    },
    {
      "id": null,
      "name": "Send via Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        900,
        300
      ]
    }
  ],
  "connections": {
    "Export as PDF": {
      "main": [
        [
          {
            "node": "Send via Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Variables": {
      "main": [
        [
          {
            "node": "Fill Contract Template",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Typeform Trigger": {
      "main": [
        [
          {
            "node": "Set Variables",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fill Contract Template": {
      "main": [
        [
          {
            "node": "Export as PDF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}