{
  "name": "Notion to OneNote for note taking.",
  "nodes": [
    {
      "id": "1edc9748-bb20-4af5-8b18-e7871646c0c5",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        256,
        144
      ],
      "parameters": {
        "width": 352,
        "height": 208,
        "content": "Check if id not locked."
      }
    },
    {
      "id": "b13fee31-3784-44dc-8780-0453501396ae",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 2704,
        "height": 504,
        "content": ""
      }
    },
    {
      "id": "eccd5af0-501a-4764-8405-d2d81d28f701",
      "name": "Redis",
      "type": "n8n-nodes-base.redis",
      "position": [
        272,
        208
      ]
    },
    {
      "id": "75cc16c7-c77e-4493-9980-573c8ed75623",
      "name": "Filter",
      "type": "n8n-nodes-base.filter",
      "position": [
        496,
        208
      ]
    },
    {
      "id": "1e08db05-04c6-4793-af2e-85f5ac7e5dbc",
      "name": "Switch",
      "type": "n8n-nodes-base.switch",
      "position": [
        944,
        208
      ]
    },
    {
      "id": "2d1b0ba9-13ae-442d-8cc2-f707ac92b8b5",
      "name": "Mapping",
      "type": "n8n-nodes-base.code",
      "position": [
        1168,
        208
      ]
    },
    {
      "id": "4003ddf6-e467-4e40-ab65-5dd6dba8857f",
      "name": "Update task in Notion",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2288,
        112
      ]
    },
    {
      "id": "0b2c3906-6b43-4c21-89fa-0dd3a24f6c62",
      "name": "Store",
      "type": "n8n-nodes-base.redis",
      "position": [
        2512,
        208
      ]
    },
    {
      "id": "a3cd198a-58f4-4d0f-bd20-b70431c51873",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2064,
        112
      ]
    },
    {
      "id": "5ca8d253-a072-416c-95bd-db0e6f380315",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        48,
        208
      ]
    },
    {
      "id": "7f7db51d-d733-4b7b-b31a-0bdd55557ea1",
      "name": "Get Notion page",
      "type": "n8n-nodes-base.notion",
      "position": [
        720,
        208
      ]
    },
    {
      "id": "e619cf72-e119-4590-ac05-91f648c2eb42",
      "name": "HTTP Request1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1392,
        208
      ]
    },
    {
      "id": "c1790980-6ca9-4f88-a4f7-a75f08725b68",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        1840,
        208
      ]
    },
    {
      "id": "b125ebb7-c655-4b34-bfc1-c845a8c87eea",
      "name": "Match titiles",
      "type": "n8n-nodes-base.code",
      "position": [
        1616,
        208
      ]
    },
    {
      "id": "85ac01ea-efe2-4ba2-a2f2-b667f905b0d3",
      "name": "Aggregate",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        2064,
        304
      ]
    },
    {
      "id": "9653487b-8a3d-4dd1-9dfb-ca14f97063ba",
      "name": "Update task in Notion1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2288,
        304
      ]
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Redis": {
      "main": [
        [
          {
            "node": "Filter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter": {
      "main": [
        [
          {
            "node": "Get Notion page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Switch": {
      "main": [
        [
          {
            "node": "Mapping",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Mapping": {
      "main": [
        [
          {
            "node": "HTTP Request1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "Redis",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate": {
      "main": [
        [
          {
            "node": "Update task in Notion1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Update task in Notion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request1": {
      "main": [
        [
          {
            "node": "Match titiles",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Match titiles": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Notion page": {
      "main": [
        [
          {
            "node": "Switch",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update task in Notion": {
      "main": [
        [
          {
            "node": "Store",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update task in Notion1": {
      "main": [
        [
          {
            "node": "Store",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}