{
  "name": "Tally-to-PDF Invoice Bot",
  "nodes": [
    {
      "id": "webhook-tally",
      "name": "\ud83d\udcdd Tally Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        200,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "gdocs-pdf",
      "name": "\ud83d\udcc4 Google Docs \u2192 PDF",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        480,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "email-client",
      "name": "\ud83d\udc8c Email Invoice",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        760,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "drive-backup",
      "name": "\u2601\ufe0f Drive Backup",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        760,
        480
      ],
      "parameters": {},
      "typeVersion": 2
    }
  ],
  "connections": {
    "\ud83d\udcdd Tally Webhook": {
      "main": [
        [
          {
            "node": "\ud83d\udcc4 Google Docs \u2192 PDF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "\ud83d\udcc4 Google Docs \u2192 PDF": {
      "main": [
        [
          {
            "node": "\ud83d\udc8c Email Invoice",
            "type": "main",
            "index": 0
          },
          {
            "node": "\u2601\ufe0f Drive Backup",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}