{
  "name": "Shopify New Order to Telegram Alert",
  "nodes": [
    {
      "parameters": {
        "content": "## Shopify New Order to Telegram Alert\n\nSends a Telegram message the moment a new order is placed, so you (or your team) get a ping instantly.\n\n### Setup\n1. **New order in Shopify** -> add a Shopify Access Token credential (Developer Dashboard app, read orders).\n2. Create a Telegram bot: message @BotFather, send /newbot, copy the token. Add it as a Telegram credential on **Send to Telegram**.\n3. Set your chat ID in **Send to Telegram**. To get yours, message @userinfobot on Telegram, or use a group chat ID.\n4. Save and activate.\n\nMore free Shopify automations and ready-to-import AI agents: https://www.easyworkflows.net/templates/",
        "height": 360,
        "width": 440,
        "color": 4
      },
      "id": "a1111111-1111-4111-8111-aaaaaaaaaaaa",
      "name": "Read me first",
      "type": "n8n-nodes-base.stickyNote",
      "typeVersion": 1,
      "position": [-460, -40]
    },
    {
      "parameters": {
        "authentication": "accessToken",
        "topic": "orders/create"
      },
      "id": "a2222222-2222-4222-8222-aaaaaaaaaaaa",
      "name": "New order in Shopify",
      "type": "n8n-nodes-base.shopifyTrigger",
      "typeVersion": 1,
      "position": [60, 120],
      "webhookId": "a1b2c3d4-e5f6-4a1b-8c2d-telegramorder"
    },
    {
      "parameters": {
        "resource": "message",
        "operation": "sendMessage",
        "chatId": "",
        "text": "=New Shopify order {{ $json.name }}\nTotal: {{ $json.total_price }} {{ $json.currency }}\nCustomer: {{ $json.email }}\nItems: {{ $json.line_items ? $json.line_items.length : 0 }}",
        "additionalFields": {}
      },
      "id": "a3333333-3333-4333-8333-aaaaaaaaaaaa",
      "name": "Send to Telegram",
      "type": "n8n-nodes-base.telegram",
      "typeVersion": 1.2,
      "position": [320, 120]
    }
  ],
  "connections": {
    "New order in Shopify": { "main": [[{ "node": "Send to Telegram", "type": "main", "index": 0 }]] }
  },
  "settings": { "executionOrder": "v1" },
  "active": false,
  "pinData": {},
  "meta": { "templateCredsSetupCompleted": false }
}
