{ "id": "67e2a19a-c90d-428a-bd5c-19e9eac4f1a1", "name": "Ceki: Telegram -> Screenshot", "active": false, "nodes": [ { "parameters": { "updates": [ "message" ] }, "id": "9b1c0a80-0001-4000-8000-000000000001", "name": "Telegram Trigger", "type": "n8n-nodes-base.telegramTrigger", "typeVersion": 1.1, "position": [ 0, 0 ], "webhookId": "9b1c0a80-0001-4000-8000-0000000000aa" }, { "parameters": { "assignments": { "assignments": [ { "id": "a1", "name": "url", "value": "={{ $json.message.text.trim() }}", "type": "string" }, { "id": "a2", "name": "geo", "value": "RU", "type": "string" }, { "id": "a3", "name": "chatId", "value": "={{ $json.message.chat.id }}", "type": "string" } ] }, "options": {} }, "id": "9b1c0a80-0001-4000-8000-000000000002", "name": "Extract URL", "type": "n8n-nodes-base.set", "typeVersion": 3.4, "position": [ 220, 0 ] }, { "parameters": { "url": "={{ $json.url }}", "geo": "={{ $json.geo || 'RU' }}", "fullPage": false, "maxPrice": 0.02 }, "id": "9b1c0a80-0001-4000-8000-000000000003", "name": "Screenshot in Geo", "type": "cekiScreenshotGeo", "typeVersion": 1, "position": [ 440, 0 ], "credentials": { "cekiApi": { "name": "Ceki API" } } }, { "parameters": { "operation": "sendPhoto", "chatId": "={{ $('Extract URL').item.json.chatId }}", "file": "data", "additionalFields": { "caption": "=📸 {{ $('Extract URL').item.json.url }}" } }, "id": "9b1c0a80-0001-4000-8000-000000000004", "name": "Reply Photo", "type": "n8n-nodes-base.telegram", "typeVersion": 1.2, "position": [ 660, 0 ] } ], "connections": { "Telegram Trigger": { "main": [ [ { "node": "Extract URL", "type": "main", "index": 0 } ] ] }, "Extract URL": { "main": [ [ { "node": "Screenshot in Geo", "type": "main", "index": 0 } ] ] }, "Screenshot in Geo": { "main": [ [ { "node": "Reply Photo", "type": "main", "index": 0 } ] ] } }, "settings": { "executionOrder": "v1" }, "pinData": {}, "meta": { "templateCredsSetupCompleted": false }, "tags": [] }