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 →
{
"_note": "Importable n8n workflow template. After import: (1) fill the 'Avito Engine API' credential (Base URL = http://avito-engine:8000, API Token = your ENGINE_API_TOKEN); (2) fill the Telegram credential (bot token + chat id); (3) adjust location/category/query; (4) Activate. The exact poll cadence is set in the trigger's UI ('Polling interval').",
"name": "Avito new ad \u2192 Telegram",
"nodes": [
{
"parameters": {
"location": "moskva",
"category": "telefony",
"query": "iphone 13",
"streamKey": "",
"withDetail": false,
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
}
},
"name": "Avito Trigger",
"type": "avitoTrigger",
"typeVersion": 1,
"position": [
240,
300
],
"credentials": {
"avitoApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"chatId": "={{ $node['Avito Trigger'].json['chatId'] || 'YOUR_CHAT_ID' }}",
"text": "=\ud83d\udcf1 *{{ $json.title }}*\n\ud83d\udcb2 {{ $json.price_full_string || $json.price }} \u20bd\n\ud83d\udccd {{ $json.region }}\n\u23f0 {{ $json.published_at }}\n\ud83d\udd17 {{ $json.url }}",
"additionalFields": {
"parse_mode": "MarkdownV2"
}
},
"name": "Telegram",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1.2,
"position": [
480,
300
],
"credentials": {
"telegramApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Avito Trigger": {
"main": [
[
{
"node": "Telegram",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
}
}
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.
avitoApitelegramApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Avito new ad → Telegram. Uses avitoTrigger, telegram. Event-driven trigger; 2 nodes.
Source: https://github.com/Sinoosoida/n8n-nodes-avito-parser/blob/main/examples/workflows/new-ad-to-telegram.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.
Cron Routines With Telegram. Uses manualTrigger, telegram, mySql. Event-driven trigger; 7 nodes.
Mammal Detection. Uses mqttTrigger, telegram, influxDb. Event-driven trigger; 7 nodes.
BillBot. Uses telegram, telegramTrigger, httpRequest, googleSheets. Event-driven trigger; 7 nodes.
Executes schedule routines, and triggers alerts via telegram
This automated workflow template helps agencies and social media managers securely onboard clients by generating a branded Connect Accounts page where clients can link their social profiles without sh