{
  "name": "Audio-to-Trello task bot",
  "nodes": [
    {
      "id": "6e003a17-2caa-45d3-8ba6-6ff1fdb0c0fe",
      "name": "Telegram Trigger",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        700,
        160
      ]
    },
    {
      "id": "61bd5cc5-487f-48f2-8b39-2291ae7c5374",
      "name": "Create Trello Card",
      "type": "n8n-nodes-base.trello",
      "position": [
        1980,
        160
      ]
    },
    {
      "id": "48d69373-c391-4be0-adb5-776088e500ba",
      "name": "Groq Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGroq",
      "position": [
        1320,
        360
      ]
    },
    {
      "id": "1696acb6-0917-42d6-81d8-e8666a5973a0",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1380,
        160
      ]
    },
    {
      "id": "04dcbefa-57ac-4ad5-a826-db5092dbc227",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        1480,
        360
      ]
    },
    {
      "id": "85f2cf10-c37e-409f-acbc-86a3e0c6eadc",
      "name": "Stop and Error",
      "type": "n8n-nodes-base.stopAndError",
      "position": [
        2640,
        320
      ]
    },
    {
      "id": "0e58a91d-779b-46a4-ae16-fc106c882c41",
      "name": "Send task message",
      "type": "n8n-nodes-base.telegram",
      "position": [
        2420,
        140
      ]
    },
    {
      "id": "3eecd42f-23e3-466e-9e1a-e34f5f48fd99",
      "name": "Send error message",
      "type": "n8n-nodes-base.telegram",
      "position": [
        2420,
        320
      ]
    },
    {
      "id": "58a1cde2-b9a9-445a-ba7e-686b50b1646b",
      "name": "If trello card id exists",
      "type": "n8n-nodes-base.if",
      "position": [
        2180,
        160
      ]
    },
    {
      "id": "60f66d20-165c-4eb6-8314-e07a0a9d602c",
      "name": "Parse to json",
      "type": "n8n-nodes-base.code",
      "position": [
        1780,
        160
      ]
    },
    {
      "id": "c18beb1f-308b-4be7-8e96-e00a5b30c314",
      "name": "Transcriber",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        1120,
        160
      ]
    },
    {
      "id": "b4c68ea4-0317-4f54-ae1f-d3cb69e75100",
      "name": "Get audio",
      "type": "n8n-nodes-base.telegram",
      "position": [
        900,
        160
      ]
    }
  ],
  "connections": {
    "AI Agent": {
      "main": [
        [
          {
            "node": "Parse to json",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get audio": {
      "main": [
        [
          {
            "node": "Transcriber",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Transcriber": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse to json": {
      "main": [
        [
          {
            "node": "Create Trello Card",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "Groq Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Telegram Trigger": {
      "main": [
        [
          {
            "node": "Get audio",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Trello Card": {
      "main": [
        [
          {
            "node": "If trello card id exists",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send error message": {
      "main": [
        [
          {
            "node": "Stop and Error",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If trello card id exists": {
      "main": [
        [
          {
            "node": "Send task message",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Send error message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}