{
  "name": "Sync Notion database pages as ClickUp tasks",
  "nodes": [
    {
      "id": "22e8e117-2475-4b06-966c-9b35c9c749f8",
      "name": "On updated database page",
      "type": "n8n-nodes-base.notionTrigger",
      "position": [
        180,
        620
      ]
    },
    {
      "id": "6938eddf-39ec-46c4-a9a9-082ee0edd836",
      "name": "Update an existing task",
      "type": "n8n-nodes-base.clickUp",
      "position": [
        400,
        620
      ]
    },
    {
      "id": "84cd269a-e732-408e-8b1a-66b1a7623fc1",
      "name": "On task status updated",
      "type": "n8n-nodes-base.clickUpTrigger",
      "position": [
        180,
        820
      ]
    },
    {
      "id": "a5d6cee8-9dae-45ca-9540-4835365a4ab1",
      "name": "Get database page by ClickUp ID",
      "type": "n8n-nodes-base.notion",
      "position": [
        400,
        820
      ]
    },
    {
      "id": "eeaff75d-8c47-4e2d-b2e2-87d5b6e59499",
      "name": "Update the status of found database page",
      "type": "n8n-nodes-base.notion",
      "position": [
        620,
        820
      ]
    }
  ],
  "connections": {
    "On task status updated": {
      "main": [
        [
          {
            "node": "Get database page by ClickUp ID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On updated database page": {
      "main": [
        [
          {
            "node": "Update an existing task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get database page by ClickUp ID": {
      "main": [
        [
          {
            "node": "Update the status of found database page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}