Marketing & Advertising Automation
0332 Stickynote Send Triggered
0332 Stickynote Send Triggered
Manual
Medium
4
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
4
Node Types
4
Node Types
sticky Note
Sticky Note
1 node
chat Trigger
When chat message received
1 node
chain Llm
Basic LLM Chain
1 node
lm Open Hugging Face Inference
Hugging Face Inference Model
1 node
Workflow JSON
3.05 KB
{
"meta": {
"instanceId": "408f9fb9940c3cb18ffdef0e0150fe342d6e655c3a9fac21f0f644e8bedabcd9",
"templateCredsSetupCompleted": true
},
"name": "0332 Stickynote Send Triggered",
"nodes": [
{
"id": "27e5f0c0-ba88-4c28-b3be-99c973be15cb",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-480,
-140
],
"parameters": {
"width": 1083,
"height": 357,
"content": "## This is an example of basic LLM Chain connected to an open-source model\n### The Chain is connected to the Mistral-7B-Instruct-v0.1 model, but you can change this\n\nPlease note the initial prompt that guides the model:\n```\nYou are a helpful assistant.\nPlease reply politely to the users.\nUse emojis and a text.\nQ: {{ $json.input }}\nA: \n```\n\nThis way the model \"knows\" that it needs to answer the question right after the `A: `.\n\nSince Hugging Face node is this is an inference mode, it does not support Lang...Showing first 1000 characters. Click "Expand" to view the full JSON.