AutomationFlowsSlack & Telegram › Location-based Triggered Reminder via Telegram Bot (ios)

Location-based Triggered Reminder via Telegram Bot (ios)

ByRoninimous @roninimous on n8n.io

This workflow integrates iOS Shortcuts with n8n to create a simple, automatic location-based reminder system. When the user arrives at a specified location, an automation in the Shortcuts app sends a webhook trigger to n8n. If the trigger matches predefined date and time…

Webhook trigger★★☆☆☆ complexity6 nodesTelegram
Slack & Telegram Trigger: Webhook Nodes: 6 Complexity: ★★☆☆☆ Added:

This workflow corresponds to n8n.io template #5285 — we link there as the canonical source.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "id": "DXXqwJ0fr7xSvyfs",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "name": "Location-Based Triggered Reminder via Telegram (iOS)",
  "tags": [
    {
      "id": "hlEHEpOdSg5lhIqi",
      "name": "Template",
      "createdAt": "2025-06-05T15:35:52.689Z",
      "updatedAt": "2025-06-05T15:35:52.689Z"
    }
  ],
  "nodes": [
    {
      "id": "fd5ba23b-4f64-4c9f-95e3-daac17864edd",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -140
      ],
      "parameters": {
        "color": 7,
        "width": 180,
        "height": 300,
        "content": "### Wait for trigger when you arrive at a location\n"
      },
      "typeVersion": 1
    },
    {
      "id": "d8f71384-eed9-4972-8b70-bfc71db546ec",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        180,
        -40
      ],
      "parameters": {
        "color": 4,
        "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"
      },
      "typeVersion": 1
    },
    {
      "id": "081d3949-7c34-481a-aad3-81ebbbbd8d90",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        480,
        -200
      ],
      "parameters": {
        "color": 5,
        "width": 180,
        "height": 280,
        "content": "### Send Message to Telegram\n"
      },
      "typeVersion": 1
    },
    {
      "id": "943b59af-8f7e-4057-9fb2-fa608ff50f3f",
      "name": "Send a Reminder",
      "type": "n8n-nodes-base.telegram",
      "position": [
        520,
        -100
      ],
      "parameters": {
        "text": "=*Don't forget to take the bins out.*\n\n_Automated Reminder_",
        "chatId": "{{ $chat_id }}",
        "additionalFields": {
          "appendAttribution": false
        }
      },
      "credentials": {
        "telegramApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "f597148f-280d-46bf-8547-d58def046ae8",
      "name": "Listen for Location Trigger",
      "type": "n8n-nodes-base.webhook",
      "position": [
        0,
        0
      ],
      "parameters": {
        "path": "629cc959-9520-47b8-8e71-Roninimous",
        "options": {}
      },
      "typeVersion": 2
    },
    {
      "id": "e89e6949-540c-4ed0-bd73-4e4d21193321",
      "name": "If Today is Wednesday and After 4 PM",
      "type": "n8n-nodes-base.if",
      "position": [
        220,
        0
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "c07414b8-0ed5-4741-9025-3e67d3b3c6e1",
              "operator": {
                "type": "dateTime",
                "operation": "after"
              },
              "leftValue": "={{ $now }}",
              "rightValue": "={{ $now.format('yyyy-MM-dd')}} 16:00:00"
            },
            {
              "id": "f317ce1e-35a2-491d-bc74-ffd17b0a5204",
              "operator": {
                "type": "number",
                "operation": "equals"
              },
              "leftValue": "={{ $now.weekday}}",
              "rightValue": 3
            }
          ]
        }
      },
      "typeVersion": 2.2
    }
  ],
  "active": false,
  "settings": {
    "timezone": "Australia/Sydney",
    "callerPolicy": "workflowsFromSameOwner",
    "executionOrder": "v1"
  },
  "versionId": "2834ee7e-cad3-4295-a08b-549f52df46d5",
  "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
          }
        ],
        []
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This workflow integrates iOS Shortcuts with n8n to create a simple, automatic location-based reminder system. When the user arrives at a specified location, an automation in the Shortcuts app sends a webhook trigger to n8n. If the trigger matches predefined date and time…

Source: https://n8n.io/workflows/5285/ — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

🤖 Telegram Messaging Agent for Text/Audio/Images. Uses telegram, stickyNote, httpRequest, lmChatOpenAi. Webhook trigger; 39 nodes.

Telegram, HTTP Request, OpenAI Chat +2
Slack & Telegram

🤖 Telegram Messaging Agent for Text/Audio/Images. Uses telegram, stickyNote, httpRequest, lmChatOpenAi. Webhook trigger; 39 nodes.

Telegram, HTTP Request, OpenAI Chat +2
Slack & Telegram

uptime kuma alert. Uses httpRequest, lmChatGoogleGemini, chainLlm, telegram. Webhook trigger; 14 nodes.

HTTP Request, Google Gemini Chat, Chain Llm +1
Slack & Telegram

Tired of misinformation spreading on WhatsApp? 🤨 This workflow transforms your n8n instance into a powerful, automated fact-checking bot\! Send any news, claim, or question to a designated WhatsApp nu

Perplexity, Twilio
Slack & Telegram

Automates website downtime detection and notifications using UptimeRobot. Triggers alerts via Slack, WhatsApp, or Email when a website goes down. Creates a task in Notion and tags the responsible engi

Slack, Email Send, Notion +1