This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "AI Business Agent (Redacted Demo)", | |
| "nodes": [ | |
| { | |
| "name": "Telegram Trigger", | |
| "type": "trigger", | |
| "note": "Incoming user messages" | |
| }, | |
| { | |
| "name": "Message Filter", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "CRM", | |
| "nodes": [ | |
| { | |
| "parameters": { | |
| "httpMethod": "POST", | |
| "path": "19abde58-165d-4c1b-a955-d1dd41cb1235", | |
| "options": {} | |
| }, | |
| "type": "n8n-nodes-base.webhook", |