{
  "name": "Invoice Reminder Chain",
  "nodes": [
    {
      "parameters": {},
      "name": "Stripe Watch",
      "type": "n8n-nodes-base.stripe",
      "typeVersion": 1,
      "position": [
        300,
        300
      ],
      "notes": "// Invoice Reminder Chain \u2014 Stripe Watch: CONFIGURE: replace with your credentials. See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "Wait 7d",
      "type": "n8n-nodes-base.wait",
      "typeVersion": 1,
      "position": [
        480,
        300
      ],
      "notes": "// Invoice Reminder Chain \u2014 Wait 7d: See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "Gmail Reminder #1",
      "type": "n8n-nodes-base.gmail",
      "typeVersion": 1,
      "position": [
        660,
        300
      ],
      "notes": "// Invoice Reminder Chain \u2014 Gmail Reminder #1: See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "Wait 7d",
      "type": "n8n-nodes-base.wait",
      "typeVersion": 1,
      "position": [
        840,
        300
      ],
      "notes": "// Invoice Reminder Chain \u2014 Wait 7d: See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "Gmail Reminder #2 + Slack Alert",
      "type": "n8n-nodes-base.slack",
      "typeVersion": 1,
      "position": [
        1020,
        300
      ],
      "notes": "// Invoice Reminder Chain \u2014 Gmail Reminder #2 + Slack Alert: See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    }
  ],
  "connections": {
    "Stripe Watch": {
      "main": [
        [
          {
            "node": "Wait 7d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait 7d": {
      "main": [
        [
          {
            "node": "Gmail Reminder #2 + Slack Alert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Gmail Reminder #1": {
      "main": [
        [
          {
            "node": "Wait 7d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "c5f2bcc8-c9a7-42e9-b8c8-07b16bdf34b6",
  "meta": {
    "templateId": "invoice-reminder-chain",
    "pack": "Agency Automation Starter Kit",
    "tier": "core",
    "version": "1.0.0",
    "docs": "See Setup PDF + Loom (15-min customize guide)",
    "support": "Updates free for 6 months \u2014 n8n node changes patched"
  }
}