{
  "name": "Receive transfer updates from Wise and add to Airtable",
  "nodes": [
    {
      "id": null,
      "name": "Wise Trigger",
      "type": "n8n-nodes-base.wiseTrigger",
      "position": [
        450,
        280
      ]
    },
    {
      "id": null,
      "name": "Wise",
      "type": "n8n-nodes-base.wise",
      "position": [
        650,
        280
      ]
    },
    {
      "id": null,
      "name": "Set",
      "type": "n8n-nodes-base.set",
      "position": [
        850,
        280
      ]
    },
    {
      "id": null,
      "name": "Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        1050,
        280
      ]
    }
  ],
  "connections": {
    "Set": {
      "main": [
        [
          {
            "node": "Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wise": {
      "main": [
        [
          {
            "node": "Set",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wise Trigger": {
      "main": [
        [
          {
            "node": "Wise",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}