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 →
{
"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.
telegramApi
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
SIEM - Alerta Entrante con Telegram. Uses postgres, telegram. Webhook trigger; 8 nodes.
Send Telegram Alerts for New WooCommerce Orders. Uses stickyNote, telegram. Webhook trigger; 6 nodes.