{
  "name": "Zalando price patrol: Monitor price evolution with email notification",
  "nodes": [
    {
      "id": "db39e47c-df1f-4fec-86e5-fc391cce68da",
      "name": "Add Log in History",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1360,
        540
      ]
    },
    {
      "id": "56733bdb-8dc7-4c78-9df2-5ee147afe061",
      "name": "Update Products Infos",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1360,
        360
      ]
    },
    {
      "id": "f87196d7-26ec-41d6-af04-c4b57f3ea899",
      "name": "If price below price alert",
      "type": "n8n-nodes-base.if",
      "position": [
        1360,
        740
      ]
    },
    {
      "id": "2663fb7a-08ab-45b7-b6d3-4eea495185c4",
      "name": "List Products",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        600,
        540
      ]
    },
    {
      "id": "5ae11ccd-ed5e-4e08-8f42-b3a1c45323df",
      "name": "Format Product",
      "type": "n8n-nodes-base.set",
      "position": [
        1060,
        540
      ]
    },
    {
      "id": "ae11877a-e83e-44c9-b6f2-b5cd0c8a3c1e",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        380,
        540
      ]
    },
    {
      "id": "8361e609-0185-4939-92c4-07ec7826bdab",
      "name": "Scrap Product",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        820,
        540
      ]
    },
    {
      "id": "6a98aad8-9475-4243-948a-b904cde4687a",
      "name": "Notify Price Reduction",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1600,
        720
      ]
    },
    {
      "id": "427f51a9-7ebf-42df-bb97-e0a17a37d2cb",
      "name": "Monitor Zalando Product",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        380,
        280
      ]
    },
    {
      "id": "39711d6f-d699-415b-9a1b-3971839e7e8a",
      "name": "Add Product",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        580,
        280
      ]
    },
    {
      "id": "881acff3-1736-4d53-8c3b-3354ec2da07b",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        -191
      ],
      "parameters": {
        "width": 275.01592825011585,
        "height": 439.37809705210145,
        "content": "# Setup\n### 1/ Add Your credentials\n[Google SHeet](https://docs.n8n.io/integrations/builtin/credentials/google/)\n\n### 2/ Create a Google Spreadsheet that will be your database.\nCopy this template: \nht"
      }
    },
    {
      "id": "92ae590a-bf1d-4c17-a654-f281379fcee6",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1620,
        600
      ],
      "parameters": {
        "width": 275.01592825011585,
        "height": 93.37809705210145,
        "content": "### Fill with your email\n# 👇"
      }
    },
    {
      "id": "8834da7f-7ca1-4cad-98b9-2335bfc81b8f",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        580
      ],
      "parameters": {
        "width": 275.01592825011585,
        "height": 136.37809705210145,
        "content": "### Change frequency 👉🏻\n\n(don't put less than once a day, or you will need to also add the hour in the format product node)\n"
      }
    },
    {
      "id": "b1838412-6c3e-4519-8946-f6aeff0c9e8d",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        900,
        340
      ],
      "parameters": {
        "width": 202.64787116404852,
        "height": 85.79488430601403,
        "content": "### Crafted by the\n## [🥷 n8n.ninja](n8n.ninja)"
      }
    }
  ],
  "connections": {
    "Add Product": {
      "main": [
        [
          {
            "node": "List Products",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "List Products": {
      "main": [
        [
          {
            "node": "Scrap Product",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Scrap Product": {
      "main": [
        [
          {
            "node": "Format Product",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Product": {
      "main": [
        [
          {
            "node": "Add Log in History",
            "type": "main",
            "index": 0
          },
          {
            "node": "Update Products Infos",
            "type": "main",
            "index": 0
          },
          {
            "node": "If price below price alert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "List Products",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Monitor Zalando Product": {
      "main": [
        [
          {
            "node": "Add Product",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If price below price alert": {
      "main": [
        [
          {
            "node": "Notify Price Reduction",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}