{
  "name": "Automated abandoned cart recovery emails for Shopify stores",
  "nodes": [
    {
      "id": "21b8840b-09d2-44ab-9d26-bd3bec00e4ce",
      "name": "Cart Created",
      "type": "n8n-nodes-base.shopifyTrigger",
      "position": [
        -860,
        340
      ]
    },
    {
      "id": "b9cac3ca-f8d9-4bd0-bd68-ad363e7b9b7f",
      "name": "Wait 1 Hour",
      "type": "n8n-nodes-base.wait",
      "position": [
        -640,
        340
      ]
    },
    {
      "id": "ddd8efe1-6d20-4e81-af0d-373a0e8b9a79",
      "name": "Check if Order Exists",
      "type": "n8n-nodes-base.shopify",
      "position": [
        -420,
        340
      ]
    },
    {
      "id": "373b19b0-2271-4617-8010-397c44442c8c",
      "name": "If Cart Abandoned",
      "type": "n8n-nodes-base.if",
      "position": [
        -200,
        340
      ]
    },
    {
      "id": "34fe14ce-ce1e-423b-a092-885223aea946",
      "name": "Format Email Data",
      "type": "n8n-nodes-base.set",
      "position": [
        20,
        340
      ]
    },
    {
      "id": "0d2b87b8-a254-4777-9499-dc7a0b80d555",
      "name": "Send Recovery Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        240,
        340
      ]
    },
    {
      "id": "fb16786b-9f9c-4ca7-b305-ed99b08c5410",
      "name": "Workflow Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1200,
        120
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "2905b395-c08a-4635-9aae-3570501dc8ae",
      "name": "Features & Config",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "86da44ac-1f29-4ee4-af11-7800b0101706",
      "name": "Business Value",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        80,
        500
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "770c98ba-1f3d-4063-8917-10200ea495ea",
      "name": "Customer Journey",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -580,
        0
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "d0af7b75-7242-49e2-9263-ab9a9d458fd2",
      "name": "Email Setup",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        60
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "9012979d-cd0f-4a4e-a670-ca5e8cc0a04a",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -520,
        520
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Wait 1 Hour": {
      "main": [
        [
          {
            "node": "Check if Order Exists",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Cart Created": {
      "main": [
        [
          {
            "node": "Wait 1 Hour",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Email Data": {
      "main": [
        [
          {
            "node": "Send Recovery Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If Cart Abandoned": {
      "main": [
        [
          {
            "node": "Format Email Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check if Order Exists": {
      "main": [
        [
          {
            "node": "If Cart Abandoned",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}