Created by Lavan Kumar on 9/23/2025
0
Upvotes
0
Downloads
0
Comments
{ "name": "Amazon Deal Demo", "nodes": [ { "parameters": { "functionCode": "return [{\n title: \"š„ Amazon Deal: Wireless Earbuds 50% Off!\",\n link: \"https://www.amazon.in/dp/B0XXXXX?tag=YOURAFFILIATEID\",\n price: \"ā¹1,499 (50% Off)\",\n image: \"https://m.media-amazon.com/images/I/61xxxxL._SX679_.jpg\"\n}];" }, "id": "1", "name": "Create Deal", "type": "n8n-nodes-base.function", "typeVersion": 1, "position": [200, 300] }, { "parameters": { "chatId": "@YourChannelUsername", "text": "{{$json[\"title\"]}}\n\nš° Price: {{$json[\"price\"]}}\n\nš Buy Now: {{$json[\"link\"]}}", "additionalFields": { "disableWebPagePreview": false } }, "id": "2", "name": "Send to Telegram", "type": "n8n-nodes-base.telegram", "typeVersion": 1, "position": [500, 300], "credentials": { "telegramApi": "Your Telegram Bot Token" } } ], "connections": { "Create Deal": { "main": [ [ { "node": "Send to Telegram", "type": "main", "index": 0 } ] ] } } }
September 23, 2025