AutomationFlowsSlack & Telegram › New Listing Alert

New Listing Alert

New Listing Alert. Uses telegram. Webhook trigger; 2 nodes.

Webhook trigger★☆☆☆☆ complexity2 nodesTelegram
Slack & Telegram Trigger: Webhook Nodes: 2 Complexity: ★☆☆☆☆ Added:

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
{
  "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"
  ]
}

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

New Listing Alert. Uses telegram. Webhook trigger; 2 nodes.

Source: https://github.com/andrewromm/rommiks_trading_platform/blob/e191cc4c30d0c860a102ca6121c7018c50f7ffa4/n8n/new_listing.json — 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

Signal Alert. Uses telegram. Webhook trigger; 3 nodes.

Telegram
Slack & Telegram

系統事件即時通知 (Telegram). Uses telegram. Webhook trigger; 3 nodes.

Telegram
Slack & Telegram

Send Telegram Alerts for New WooCommerce Orders. Uses stickyNote, telegram. Webhook trigger; 6 nodes.

Telegram
Slack & Telegram

Notify. Uses telegram, twilio. Webhook trigger; 6 nodes.

Telegram, Twilio
Slack & Telegram

This workflow performs scheduled health checks on a list of URLs stored in a Google Sheet. Every X minutes, it retrieves the URLs, sends HTTP requests to check their availability, and notifies a Teleg

Telegram, Google Sheets, HTTP Request