{
    "name": "Shopify Cart Recovery",
    "nodes": [
        {
            "parameters": {
                "httpMethod": "POST",
                "path": "shopify-webhook"
            },
            "name": "Webhook",
            "type": "n8n-nodes-base.webhook",
            "typeVersion": 1,
            "position": [
                250,
                300
            ]
        },
        {
            "parameters": {
                "amount": 15,
                "unit": "minutes"
            },
            "name": "Wait",
            "type": "n8n-nodes-base.wait",
            "typeVersion": 1,
            "position": [
                450,
                300
            ]
        },
        {
            "parameters": {
                "chatId": "123",
                "text": "You left something behind!"
            },
            "name": "WhatsApp",
            "type": "n8n-nodes-base.whatsapp",
            "typeVersion": 1,
            "position": [
                650,
                300
            ]
        }
    ],
    "connections": {
        "Webhook": {
            "main": [
                [
                    {
                        "node": "Wait",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Wait": {
            "main": [
                [
                    {
                        "node": "WhatsApp",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}