{
  "name": "Get notified when Meta Ads balance is low",
  "nodes": [
    {
      "id": "ea46bf8f-d006-4b23-ab8a-c788b8a3c522",
      "name": "Every 12h",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -1000,
        20
      ]
    },
    {
      "id": "763478e7-9df9-4294-9c47-8a8d12f79514",
      "name": "No Operation, do nothing",
      "type": "n8n-nodes-base.noOp",
      "position": [
        -60,
        120
      ]
    },
    {
      "id": "daffda6b-9610-41dd-912c-edff72407da1",
      "name": "Edit Fields1",
      "type": "n8n-nodes-base.set",
      "position": [
        -540,
        340
      ]
    },
    {
      "id": "3682457f-0c13-40c4-a480-991f8b7a70e0",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -600,
        240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "fb6fdf0a-31c5-4802-ae76-4674ab82fe82",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1600,
        20
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "85d3a797-1771-4fc6-96a0-a13c9fff70fd",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1220,
        20
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "1535a962-2bfd-4431-9d25-f080c7c276a8",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1060,
        340
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "8ece9b66-6850-441b-85af-667c49c25ad1",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        -540,
        20
      ]
    },
    {
      "id": "c05ceb46-9beb-4211-824f-8c19c7e1a155",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        -120
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "32252a75-1011-4e18-9aa4-fc8874faa78b",
      "name": "Lower than 400 ?",
      "type": "n8n-nodes-base.if",
      "position": [
        -320,
        20
      ]
    },
    {
      "id": "4b8ebc14-10d3-4cc9-a273-f528b115ea44",
      "name": "Send message",
      "type": "n8n-nodes-base.telegram",
      "position": [
        -60,
        -60
      ]
    },
    {
      "id": "10c77232-eeb1-443a-a798-6fb74a326436",
      "name": "Method 2",
      "type": "n8n-nodes-base.facebookGraphApi",
      "position": [
        -760,
        340
      ]
    },
    {
      "id": "b9d45d8f-de04-4904-b653-9fbca92b56f3",
      "name": "Method 1",
      "type": "n8n-nodes-base.facebookGraphApi",
      "position": [
        -760,
        20
      ]
    },
    {
      "id": "2fd9c3d9-0c53-4640-888e-de6aef314c23",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2220,
        20
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "8f47839a-606f-44ed-a37c-b9b9b1fc976a",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -760,
        -200
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "b2ff0844-d6b9-4563-8035-6378e2a6ffcf",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        -200
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Method 1": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Method 2": {
      "main": [
        [
          {
            "node": "Edit Fields1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Every 12h": {
      "main": [
        [
          {
            "node": "Method 1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields": {
      "main": [
        [
          {
            "node": "Lower than 400 ?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Lower than 400 ?": {
      "main": [
        [
          {
            "node": "Send message",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "No Operation, do nothing",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}