{
  "name": "Extract and organize receipt data with WhatsApp, GPT-4V and Google Sheets",
  "nodes": [
    {
      "id": "sticky-header",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        40
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "sticky-setup",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        300
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "manual1",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        220,
        660
      ]
    },
    {
      "id": "schedule1",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        220,
        760
      ]
    },
    {
      "id": "getdate1",
      "name": "Get Today Date",
      "type": "n8n-nodes-base.code",
      "position": [
        420,
        710
      ]
    },
    {
      "id": "notion1",
      "name": "Get Notion Clients",
      "type": "n8n-nodes-base.notion",
      "position": [
        620,
        710
      ]
    },
    {
      "id": "calculate1",
      "name": "Calculate Milestone Days",
      "type": "n8n-nodes-base.code",
      "position": [
        820,
        710
      ]
    },
    {
      "id": "ifday7",
      "name": "IF Day 7",
      "type": "n8n-nodes-base.if",
      "position": [
        1020,
        610
      ]
    },
    {
      "id": "ifday30",
      "name": "IF Day 30",
      "type": "n8n-nodes-base.if",
      "position": [
        1020,
        710
      ]
    },
    {
      "id": "ifday60",
      "name": "IF Day 60",
      "type": "n8n-nodes-base.if",
      "position": [
        1020,
        810
      ]
    },
    {
      "id": "email7",
      "name": "Send Day 7 Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1220,
        610
      ]
    },
    {
      "id": "email30",
      "name": "Send Day 30 Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1220,
        710
      ]
    },
    {
      "id": "email60",
      "name": "Send Day 60 Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1220,
        810
      ]
    },
    {
      "id": "telegram1",
      "name": "Notify via Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1420,
        710
      ]
    },
    {
      "id": "webhook1",
      "name": "Testimonial Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        220,
        980
      ]
    },
    {
      "id": "parse1",
      "name": "Parse Testimonial",
      "type": "n8n-nodes-base.code",
      "position": [
        420,
        980
      ]
    },
    {
      "id": "telegram2",
      "name": "Notify Testimonial",
      "type": "n8n-nodes-base.telegram",
      "position": [
        620,
        980
      ]
    },
    {
      "id": "respond1",
      "name": "Respond to Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        820,
        980
      ]
    }
  ],
  "connections": {
    "IF Day 7": {
      "main": [
        [
          {
            "node": "Send Day 7 Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IF Day 30": {
      "main": [
        [
          {
            "node": "Send Day 30 Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IF Day 60": {
      "main": [
        [
          {
            "node": "Send Day 60 Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Today Date": {
      "main": [
        [
          {
            "node": "Get Notion Clients",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Get Today Date",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Get Today Date",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Day 7 Email": {
      "main": [
        [
          {
            "node": "Notify via Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse Testimonial": {
      "main": [
        [
          {
            "node": "Notify Testimonial",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Day 30 Email": {
      "main": [
        [
          {
            "node": "Notify via Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Day 60 Email": {
      "main": [
        [
          {
            "node": "Notify via Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Notion Clients": {
      "main": [
        [
          {
            "node": "Calculate Milestone Days",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notify Testimonial": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Testimonial Webhook": {
      "main": [
        [
          {
            "node": "Parse Testimonial",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Calculate Milestone Days": {
      "main": [
        [
          {
            "node": "IF Day 7",
            "type": "main",
            "index": 0
          },
          {
            "node": "IF Day 30",
            "type": "main",
            "index": 0
          },
          {
            "node": "IF Day 60",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}