{
  "name": "Generate and email PDF invoices from Tally Forms with Google Docs",
  "nodes": [
    {
      "id": "webhook-tally",
      "name": "📝 Tally Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        200,
        300
      ]
    },
    {
      "id": "gdocs-pdf",
      "name": "📄 Google Docs → PDF",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        480,
        300
      ]
    },
    {
      "id": "email-client",
      "name": "💌 Email Invoice",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        760,
        300
      ]
    },
    {
      "id": "drive-backup",
      "name": "☁️ Drive Backup",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        760,
        480
      ]
    }
  ],
  "connections": {
    "📝 Tally Webhook": {
      "main": [
        [
          {
            "node": "📄 Google Docs → PDF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "📄 Google Docs → PDF": {
      "main": [
        [
          {
            "node": "💌 Email Invoice",
            "type": "main",
            "index": 0
          },
          {
            "node": "☁️ Drive Backup",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}