{
  "name": "Abandoned Cart Recovery — 3-Touch Sequence",
  "description": "Recovers lost checkouts with an email at 1h, a WhatsApp at 24h and an incentive at 72h. Stops instantly when the order completes.",
  "type": "GROWAIFY_SAMPLE",
  "notice": "Public preview — 2 of 6 nodes, connections removed. The full, working workflow is delivered after purchase at https://growaify.com/templates/",
  "nodes_total_in_full_version": 6,
  "category": "E-commerce",
  "price_usd": 39,
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "cronExpression",
              "expression": "*/30 * * * *"
            }
          ]
        }
      },
      "name": "Every 30 Min",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.2,
      "position": [
        -420,
        0
      ],
      "id": "h000001-0000-4000-8000-000000000001"
    },
    {
      "parameters": {
        "operation": "executeQuery",
        "query": "SELECT cart_id, customer_email, customer_phone, item_name, value, abandoned_at, touch_count FROM carts WHERE converted = FALSE AND abandoned_at < NOW() - INTERVAL '1 hour' AND touch_count < 3;"
      },
      "name": "Find Abandoned Carts",
      "type": "n8n-nodes-base.postgres",
      "typeVersion": 2.4,
      "position": [
        -200,
        0
      ],
      "id": "h000002-0000-4000-8000-000000000002",
      "credentials": {
        "postgres": {
          "id": "REPLACE_WITH_YOUR_POSTGRES_CRED",
          "name": "Database"
        }
      }
    }
  ],
  "connections": {},
  "meta": {
    "growaify_template": "abandoned-cart",
    "sample": true,
    "buy": "https://growaify.com/templates/"
  }
}