位置ベースのTelegramトリガーリマインダー(iOS)

中級

これはAI分野の自動化ワークフローで、6個のノードを含みます。主にIf, Webhook, Telegramなどのノードを使用、AI技術を活用したスマート自動化を実現。 位置に基づいたトリガーレマインダーをTelegramボットで実行(iOS)

前提条件
  • HTTP Webhookエンドポイント(n8nが自動生成)
  • Telegram Bot Token

使用ノード (6)

カテゴリー

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "DXXqwJ0fr7xSvyfs",
  "meta": {
    "instanceId": "1e9c5d216f82eece259bdabdf191aced054cce6456f87af0ff7807ca2b37638a",
    "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": "付箋",
      "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": "付箋1",
      "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": "付箋2",
      "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": "リマインダーを送信",
      "type": "n8n-nodes-base.telegram",
      "position": [
        520,
        -100
      ],
      "webhookId": "d3c93b6b-8c04-4015-9a59-7c4baa2e4e0d",
      "parameters": {
        "text": "=*Don't forget to take the bins out.*\n\n_Automated Reminder_",
        "chatId": "{{ $chat_id }}",
        "additionalFields": {
          "appendAttribution": false
        }
      },
      "credentials": {
        "telegramApi": {
          "id": "ya9idB8joP5s1Xf4",
          "name": "Your Telegram Access Token"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "f597148f-280d-46bf-8547-d58def046ae8",
      "name": "位置トリガーを監視",
      "type": "n8n-nodes-base.webhook",
      "position": [
        0,
        0
      ],
      "webhookId": "629cc959-9520-47b8-8e71-b8bca8b5cd87",
      "parameters": {
        "path": "629cc959-9520-47b8-8e71-Roninimous",
        "options": {}
      },
      "typeVersion": 2
    },
    {
      "id": "e89e6949-540c-4ed0-bd73-4e4d21193321",
      "name": "今日が水曜日かつ午後4時以降の場合",
      "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,
  "pinData": {},
  "settings": {
    "timezone": "Australia/Sydney",
    "callerPolicy": "workflowsFromSameOwner",
    "executionOrder": "v1"
  },
  "versionId": "2834ee7e-cad3-4295-a08b-549f52df46d5",
  "connections": {
    "f597148f-280d-46bf-8547-d58def046ae8": {
      "main": [
        [
          {
            "node": "e89e6949-540c-4ed0-bd73-4e4d21193321",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e89e6949-540c-4ed0-bd73-4e4d21193321": {
      "main": [
        [
          {
            "node": "943b59af-8f7e-4057-9fb2-fa608ff50f3f",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

中級 - 人工知能

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
中級
ノード数6
カテゴリー1
ノードタイプ4
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34