{
  "name": "User enablement demo",
  "nodes": [
    {
      "id": null,
      "name": "Create Response Page",
      "type": "n8n-nodes-base.set",
      "position": [
        1340,
        420
      ]
    },
    {
      "id": null,
      "name": "Change Shopper Form Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        500,
        220
      ]
    },
    {
      "id": null,
      "name": "Submit Shopper",
      "type": "n8n-nodes-base.webhook",
      "position": [
        500,
        420
      ]
    },
    {
      "id": null,
      "name": "Set New Shopper Info",
      "type": "n8n-nodes-base.set",
      "position": [
        920,
        420
      ]
    },
    {
      "id": null,
      "name": "Get Present Shopper",
      "type": "n8n-nodes-base.baserow",
      "position": [
        720,
        220
      ]
    },
    {
      "id": null,
      "name": "Get Former Shopper",
      "type": "n8n-nodes-base.baserow",
      "position": [
        720,
        420
      ]
    },
    {
      "id": null,
      "name": "Update Shopper",
      "type": "n8n-nodes-base.baserow",
      "position": [
        1140,
        420
      ]
    },
    {
      "id": null,
      "name": "Create Shopper Form",
      "type": "n8n-nodes-base.set",
      "position": [
        920,
        220
      ]
    },
    {
      "id": null,
      "name": "Cron",
      "type": "n8n-nodes-base.cron",
      "position": [
        500,
        -420
      ]
    },
    {
      "id": null,
      "name": "Get Shopping List",
      "type": "n8n-nodes-base.baserow",
      "position": [
        720,
        -420
      ]
    },
    {
      "id": null,
      "name": "Format Shopping List",
      "type": "n8n-nodes-base.itemLists",
      "position": [
        940,
        -420
      ]
    },
    {
      "id": null,
      "name": "Send Shopping List",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1360,
        -420
      ]
    },
    {
      "id": null,
      "name": "Baserow",
      "type": "n8n-nodes-base.baserow",
      "position": [
        1160,
        -420
      ]
    }
  ],
  "connections": {
    "Cron": {
      "main": [
        [
          {
            "node": "Get Shopping List",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Baserow": {
      "main": [
        [
          {
            "node": "Send Shopping List",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Submit Shopper": {
      "main": [
        [
          {
            "node": "Get Former Shopper",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Shopper": {
      "main": [
        [
          {
            "node": "Create Response Page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Shopping List": {
      "main": [
        [
          {
            "node": "Format Shopping List",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Former Shopper": {
      "main": [
        [
          {
            "node": "Set New Shopper Info",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Present Shopper": {
      "main": [
        [
          {
            "node": "Create Shopper Form",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Shopping List": {
      "main": [
        [
          {
            "node": "Baserow",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set New Shopper Info": {
      "main": [
        [
          {
            "node": "Update Shopper",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Change Shopper Form Webhook": {
      "main": [
        [
          {
            "node": "Get Present Shopper",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}