{
  "name": "Etsy \u2014 low inventory alert",
  "nodes": [
    {
      "parameters": {
        "event": "lowInventory",
        "shopId": "",
        "threshold": 3
      },
      "id": "7b2e3d90-4c33-4e56-9f23-2c3d4e5f6071",
      "name": "Stock running low",
      "type": "@mesutkisi11/n8n-nodes-etsy.etsyTrigger",
      "typeVersion": 1,
      "position": [
        0,
        0
      ],
      "pollTimes": {
        "item": [
          {
            "mode": "everyHour"
          }
        ]
      }
    },
    {
      "parameters": {
        "subject": "=Restock needed: {{ $json.title }}",
        "message": "=\"{{ $json.title }}\" is down to {{ $json.quantity }} in stock.\n\nhttps://www.etsy.com/listing/{{ $json.listing_id }}",
        "options": {}
      },
      "id": "8c3f4e01-5d44-4f67-8034-3d4e5f607182",
      "name": "Email me",
      "type": "n8n-nodes-base.gmail",
      "typeVersion": 2.1,
      "position": [
        220,
        0
      ]
    }
  ],
  "connections": {
    "Stock running low": {
      "main": [
        [
          {
            "node": "Email me",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  }
}