{
  "name": "Automated Email Campaign Sequences",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "hours",
              "hoursInterval": 1
            }
          ]
        }
      },
      "id": "ec6fd15d-e647-4093-8406-2b99d31e1d87",
      "name": "Hourly",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.2,
      "position": [
        260,
        300
      ]
    },
    {
      "parameters": {
        "operation": "getAll",
        "returnAll": false,
        "limit": 100
      },
      "id": "f3ab1143-6928-4a3e-ad8b-8d66ea5a2fe7",
      "name": "Get Subscribers",
      "type": "n8n-nodes-base.mailchimp",
      "typeVersion": 1,
      "position": [
        560,
        300
      ],
      "notes": "Assign Mailchimp credentials."
    },
    {
      "parameters": {
        "conditions": {
          "conditions": [
            {
              "id": "d5d761e7-e0cd-46ab-8ede-03d30c58c622",
              "leftValue": "={{ $json.opens }}",
              "rightValue": 0,
              "operator": {
                "type": "number",
                "operation": "gt"
              }
            }
          ]
        }
      },
      "id": "eb047cb4-bb35-4b7c-91e3-7ee19c8905ac",
      "name": "Engaged?",
      "type": "n8n-nodes-base.if",
      "typeVersion": 2.2,
      "position": [
        860,
        300
      ]
    },
    {
      "parameters": {
        "operation": "update"
      },
      "id": "3aba9152-d258-4ceb-b83d-a212add17cba",
      "name": "Advance in Sequence",
      "type": "n8n-nodes-base.mailchimp",
      "typeVersion": 1,
      "position": [
        1160,
        300
      ]
    },
    {
      "parameters": {
        "operation": "update"
      },
      "id": "ea967d5e-5aee-42af-8045-e947dee8c427",
      "name": "Re-engage Track",
      "type": "n8n-nodes-base.mailchimp",
      "typeVersion": 1,
      "position": [
        260,
        520
      ]
    }
  ],
  "connections": {
    "Hourly": {
      "main": [
        [
          {
            "node": "Get Subscribers",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Subscribers": {
      "main": [
        [
          {
            "node": "Engaged?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Engaged?": {
      "main": [
        [
          {
            "node": "Advance in Sequence",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Re-engage Track",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "pinData": {}
}
