{
  "name": "New Listing Alert",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "listing",
        "responseMode": "onReceived",
        "options": {}
      },
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "chatId": "={{$env.TELEGRAM_CHAT_ID}}",
        "text": "=\ud83c\udd95 *New Listing on ByBit*\n\n\ud83e\ude99 *{{$json[\"body\"][\"symbol\"]}}*\nBase: {{$json[\"body\"][\"base\"]}} / Quote: {{$json[\"body\"][\"quote\"]}}",
        "additionalFields": {
          "parse_mode": "Markdown"
        }
      },
      "name": "Send Telegram",
      "type": "n8n-nodes-base.telegram",
      "typeVersion": 1,
      "position": [
        460,
        300
      ],
      "credentials": {
        "telegramApi": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Send Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {},
  "tags": [
    "trading",
    "listings"
  ]
}