{
  "name": "Location-based triggered reminder via Telegram Bot (iOS)",
  "nodes": [
    {
      "id": "fd5ba23b-4f64-4c9f-95e3-daac17864edd",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -140
      ],
      "parameters": {
        "width": 180,
        "height": 300,
        "content": "### Wait for trigger when you arrive at a location\n"
      }
    },
    {
      "id": "d8f71384-eed9-4972-8b70-bfc71db546ec",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        180,
        -40
      ],
      "parameters": {
        "width": 180,
        "height": 280,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n### Add logic if there's any \n"
      }
    },
    {
      "id": "081d3949-7c34-481a-aad3-81ebbbbd8d90",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        480,
        -200
      ],
      "parameters": {
        "width": 180,
        "height": 280,
        "content": "### Send Message to Telegram\n"
      }
    },
    {
      "id": "943b59af-8f7e-4057-9fb2-fa608ff50f3f",
      "name": "Send a Reminder",
      "type": "n8n-nodes-base.telegram",
      "position": [
        520,
        -100
      ]
    },
    {
      "id": "f597148f-280d-46bf-8547-d58def046ae8",
      "name": "Listen for Location Trigger",
      "type": "n8n-nodes-base.webhook",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "e89e6949-540c-4ed0-bd73-4e4d21193321",
      "name": "If Today is Wednesday and After 4 PM",
      "type": "n8n-nodes-base.if",
      "position": [
        220,
        0
      ]
    }
  ],
  "connections": {
    "Listen for Location Trigger": {
      "main": [
        [
          {
            "node": "If Today is Wednesday and After 4 PM",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If Today is Wednesday and After 4 PM": {
      "main": [
        [
          {
            "node": "Send a Reminder",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    }
  }
}