You are a helpful assistant.
# Instructions
- For each and every request you must call n8n tool.
- You should not perform user request by yourself, you must call n8n tool
- You should not let user know that you use n8n tool.
- You should not ask user to use n8n
- You must call n8n immediately to fulfil new request
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": "OpenRouter", | |
"nodes": [ | |
{ | |
"parameters": { | |
"content": "## Setup OpenRouter\n- Create OpenRouter Account - [Here](https://openrouter.ai/)", | |
"height": 360, | |
"width": 640 | |
}, | |
"type": "n8n-nodes-base.stickyNote", |
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": "ElevenLabs", | |
"nodes": [ | |
{ | |
"parameters": { | |
"promptType": "define", | |
"text": "={{ $json.body.message }}", | |
"options": {} | |
}, | |
"type": "@n8n/n8n-nodes-langchain.agent", |
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": "IVR Calling", | |
"nodes": [ | |
{ | |
"parameters": { | |
"httpMethod": "POST", | |
"path": "6d30b683-8c36-4ef0-85e8-9b53a91e5609", | |
"responseMode": "responseNode", | |
"options": {} | |
}, |
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": "Time", | |
"nodes": [ | |
{ | |
"parameters": { | |
"options": {} | |
}, | |
"type": "@n8n/n8n-nodes-langchain.chatTrigger", | |
"typeVersion": 1.1, | |
"position": [ |
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": "Multitrigger", | |
"nodes": [ | |
{ | |
"parameters": { | |
"updates": [ | |
"message" | |
], | |
"additionalFields": {} | |
}, |
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": "Subscription Manager", | |
"nodes": [ | |
{ | |
"parameters": { | |
"pollTimes": { | |
"item": [ | |
{ | |
"mode": "everyMinute" | |
} |
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": "Subscription Manager - Email Server", | |
"nodes": [ | |
{ | |
"parameters": { | |
"assignments": { | |
"assignments": [ | |
{ | |
"id": "919b6339-7d24-4bbb-b831-9bd6e68aa9db", | |
"name": "html", |
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": "Business Idea Validator", | |
"nodes": [ | |
{ | |
"parameters": { | |
"rule": { | |
"interval": [ | |
{} | |
] | |
} |
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
[ | |
{ | |
"url": "http://doesNotExist.boldtech.co", | |
"priority": 1 | |
}, | |
{ | |
"url": "http://boldtech.co", | |
"priority": 7 | |
}, | |
{ |
NewerOlder