Communication & Messaging

0768 Telegram Stickynote Create Triggered

0768 Telegram Stickynote Create Triggered

Manual
High
13
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
13
Node Types
10

Node Types

lm Chat Open Ai
OpenAI Chat Model
1 node
chain Llm
Basic LLM Chain
1 node
telegram Trigger
Receive Telegram Messages
1 node
switch
Voice or Text?
1 node
telegram
Fetch Voice Message, Send Confirmation
2 nodes
open Ai
Transcribe Voice to Text
1 node
set
Prepare for LLM
1 node
output Parser Structured
Extract Tasks
1 node
todoist
Create Todoist Tasks
1 node
sticky Note
Sticky Note2, Sticky Note3, Sticky Note4
3 nodes

Workflow JSON

16.68 KB
{
  "meta": {
    "instanceId": "b41148c809c7896d124743d940fc0964703e540af66564ef95e25a4ceea61c77",
    "templateCredsSetupCompleted": true
  },
  "name": "0768 Telegram Stickynote Create Triggered",
  "nodes": [
    {
      "id": "e87d3723-7e7a-4ff3-bffb-b2bd2096bd34",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        1080,
        260
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4o-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "uFPD9I4pWJ4xUVf7",
          "name": "OpenAi account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "d25bf3ea-0de4-4317-9205-651f8a1a6ba8",
      "name": "Basic LLM Chain",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        1060,
        40
      ],
      "parameters": {
        "text": "={{ $json.text ...

Showing first 1000 characters. Click "Expand" to view the full JSON.