Back to browsing

Awaiting Workflow JSON

Created by Lavan Kumar on 9/23/2025

LK

Lavan Kumar

Joined 23 Sept 2025

Connections

Telegram

Categories

Social Media Automation

0

Upvotes

0

Downloads

0

Comments

Awaiting Workflow JSON
Expand Preview

Detailed Description

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

Last Updated

September 23, 2025

Workflow Files

telegramText Document (2).json

Comments

0