{
  "name": "Automate real estate value updates in YNAB using Rentcast.io with Discord alerts",
  "nodes": [
    {
      "id": "d46c4d7e-10ff-498c-a009-9f684bd895f4",
      "name": "No Operation, do nothing",
      "type": "n8n-nodes-base.noOp",
      "position": [
        1344,
        144
      ]
    },
    {
      "id": "e6ee1747-c27b-4cfc-94fd-4e3aa9daea9d",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        224,
        48
      ]
    },
    {
      "id": "73000abb-1a23-4f86-a091-d47973c40710",
      "name": " YNAB Asset Value",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        672,
        48
      ]
    },
    {
      "id": "f36fdf71-cc82-4c9f-a3e4-2201a34a40a6",
      "name": "Get Value",
      "type": "n8n-nodes-base.set",
      "position": [
        896,
        48
      ]
    },
    {
      "id": "8cd50113-3a53-43fa-a0a9-d381d49d7ad0",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        1120,
        48
      ]
    },
    {
      "id": "e81cd156-355e-4add-8f1c-783f2910b87a",
      "name": "Get Property Value",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        448,
        48
      ]
    },
    {
      "id": "a5d5449c-be98-4f57-81d8-23c625fcf9aa",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1568,
        -48
      ]
    },
    {
      "id": "639257f6-0f8e-4306-bdeb-32f7d1bf4536",
      "name": "Crypto",
      "type": "n8n-nodes-base.crypto",
      "position": [
        1344,
        -48
      ]
    },
    {
      "id": "d1740d6a-2c15-4bfc-9ccd-37ab0834a707",
      "name": "Start",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        16,
        48
      ]
    },
    {
      "id": "b12c0b5d-21a5-450c-907e-111d0ed59cfb",
      "name": "Discord No Change",
      "type": "n8n-nodes-base.discord",
      "position": [
        1568,
        144
      ]
    },
    {
      "id": "8d434762-5406-45a4-bdab-111f5e63d9c5",
      "name": "Discord Changed",
      "type": "n8n-nodes-base.discord",
      "position": [
        1824,
        -48
      ]
    },
    {
      "id": "9d58ca53-e05e-4cae-ad81-c6198cb15834",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -64,
        -240
      ],
      "parameters": {
        "width": 2064,
        "height": 688,
        "content": "## YNAB Property Value\n### Leverages the rentcast.io api to fetch approximate value of real estate. \n### It then creates an adjustment transaction in YNAB to reflect the asset value. \n### Rentago prov"
      }
    },
    {
      "id": "693b592c-0e99-4851-9d03-15a355821e15",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        384,
        -32
      ],
      "parameters": {
        "width": 208,
        "height": 256,
        "content": "### rentago.io api fetch"
      }
    },
    {
      "id": "8ddbddb4-009f-4886-bd1d-c1571e25c186",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1056,
        -32
      ],
      "parameters": {
        "width": null,
        "height": 256,
        "content": "### If property value has changed 0 dollars, do nothing.\n"
      }
    },
    {
      "id": "8e9ef8fb-002a-48ba-94e4-72b58a807ec7",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        624,
        -32
      ],
      "parameters": {
        "width": 400,
        "height": 256,
        "content": "### Compare rentago property value with the current asset value in YNAB"
      }
    },
    {
      "id": "0d4a761c-9789-4af8-b0a1-587434aa311a",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -32,
        -32
      ],
      "parameters": {
        "width": 400,
        "height": 256,
        "content": "### This workflow is intended to be a subworkflow that can be called multiple times (once per property)"
      }
    },
    {
      "id": "88898c45-2502-4cb0-8187-de6d8efc9b5d",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1504,
        -128
      ],
      "parameters": {
        "width": null,
        "height": 256,
        "content": "### Create adjustment transaction in YNAB\n"
      }
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Crypto",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "No Operation, do nothing",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Start": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Crypto": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Value": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields": {
      "main": [
        [
          {
            "node": "Get Property Value",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Discord Changed",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    " YNAB Asset Value": {
      "main": [
        [
          {
            "node": "Get Value",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Property Value": {
      "main": [
        [
          {
            "node": " YNAB Asset Value",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "No Operation, do nothing": {
      "main": [
        [
          {
            "node": "Discord No Change",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}