{
  "name": "Automate post-meeting tasks with Fireflies, GPT-4o & ClickUp",
  "nodes": [
    {
      "id": "7d2ddcb7-ac2d-4d35-a76a-b1865be9e9ab",
      "name": "Every Morning",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        528
      ]
    },
    {
      "id": "13a3fd75-1488-41e0-a80f-439b2ace6040",
      "name": "Fetch Recent Meetings",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        224,
        528
      ]
    },
    {
      "id": "25e59d64-5314-416d-ac04-6d083f50b20f",
      "name": "Filter Today's Meetings",
      "type": "n8n-nodes-base.code",
      "position": [
        416,
        528
      ]
    },
    {
      "id": "d2ba8564-8bd2-473a-ac0a-d415bc351d64",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        640,
        528
      ]
    },
    {
      "id": "0a339e22-725a-4c94-8e5e-a9a96c0212bb",
      "name": "Get Full Transcript",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        912,
        528
      ]
    },
    {
      "id": "2abdea2a-2274-405d-9f06-ba1db111cf81",
      "name": "Format Transcript Data",
      "type": "n8n-nodes-base.code",
      "position": [
        1072,
        528
      ]
    },
    {
      "id": "1cf3abb1-dd88-42c1-ae0c-1417d2762f59",
      "name": "Analyze & Create Tasks",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1392,
        528
      ]
    },
    {
      "id": "4902c639-5706-40af-a802-05cc7e266bf4",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        1312,
        704
      ]
    },
    {
      "id": "5d11f72d-d9fd-489d-bc54-dfb6ae7788e6",
      "name": "Create ClickUp Task",
      "type": "n8n-nodes-base.clickUpTool",
      "position": [
        1488,
        704
      ]
    },
    {
      "id": "9cd52526-2099-4ed2-ab60-b5cedd030cd2",
      "name": "Ask Approval (Telegram)",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1904,
        576
      ]
    },
    {
      "id": "2c9f1e75-832b-4a74-abab-da17b58eea33",
      "name": "Approved?",
      "type": "n8n-nodes-base.if",
      "position": [
        2096,
        592
      ]
    },
    {
      "id": "ad756909-2115-4579-911e-ae91c568a326",
      "name": "Draft Email",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        2400,
        160
      ]
    },
    {
      "id": "fe4c2018-f674-48c8-ae53-033996bd21b9",
      "name": "OpenAI Chat Model1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        2432,
        384
      ]
    },
    {
      "id": "1270c71b-7fa4-409c-be9b-8d967cb7aa32",
      "name": "Send Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        2768,
        160
      ]
    },
    {
      "id": "7bbf135c-9bb5-4849-9e4e-f7c61787b0f6",
      "name": "Notify Cancellation",
      "type": "n8n-nodes-base.telegram",
      "position": [
        2400,
        672
      ]
    },
    {
      "id": "724b9a52-2431-42d8-bccd-06652b3b8cdd",
      "name": "Notify Success",
      "type": "n8n-nodes-base.telegram",
      "position": [
        2976,
        160
      ]
    },
    {
      "id": "0a91bd84-f15d-451e-8117-6da3f5b12497",
      "name": "Think",
      "type": "@n8n/n8n-nodes-langchain.toolThink",
      "position": [
        1648,
        704
      ]
    },
    {
      "id": "d24a421b-b66f-4ab3-ad49-e8895720b308",
      "name": "Structured Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        2592,
        384
      ]
    },
    {
      "id": "b4a11145-45fa-49a4-9adb-fc0aca40cbe6",
      "name": "Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -16,
        -224
      ],
      "parameters": {
        "width": 393,
        "height": 914,
        "content": "### Meeting Intelligence Automation\nThis workflow automates your post-meeting routine by analyzing transcripts to create tasks and draft follow-up emails.\n\n### How it works\n1. **Fetch:** Retrieves mee"
      }
    },
    {
      "id": "d4d11f64-e74d-4468-b659-3a2b22843a8f",
      "name": "Section 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -16,
        448
      ],
      "parameters": {
        "width": 1256,
        "height": 224,
        "content": "## 1. Fetch & Filter Meetings\nGet transcripts from Fireflies and filter for today's date."
      }
    },
    {
      "id": "e0135f35-128c-4b42-979c-b6b50220215b",
      "name": "Section 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1264,
        448
      ],
      "parameters": {
        "width": 580,
        "height": 428,
        "content": "## 2. Analysis & Task Management\nAI extracts action items and syncs them to ClickUp."
      }
    },
    {
      "id": "15461e95-33b3-41ff-b1f3-284e6690c651",
      "name": "Section 3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1872,
        448
      ],
      "parameters": {
        "width": 380,
        "height": 380,
        "content": "## 3. Human Approval\nTelegram bot asks for confirmation before sending emails."
      }
    },
    {
      "id": "5030ddfb-a86b-47f7-8d61-8b3d2a5d68d0",
      "name": "Section 4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2272,
        -16
      ],
      "parameters": {
        "width": 880,
        "height": 576,
        "content": "## 4. Email Automation\nDrafts and sends follow-ups via Gmail if approved."
      }
    }
  ],
  "connections": {
    "Think": {
      "ai_tool": [
        [
          {
            "node": "Analyze & Create Tasks",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Approved?": {
      "main": [
        [
          {
            "node": "Draft Email",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Notify Cancellation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Gmail": {
      "main": [
        [
          {
            "node": "Notify Success",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Draft Email": {
      "main": [
        [
          {
            "node": "Send Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Every Morning": {
      "main": [
        [
          {
            "node": "Fetch Recent Meetings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notify Success": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "Get Full Transcript",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Analyze & Create Tasks",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model1": {
      "ai_languageModel": [
        [
          {
            "node": "Draft Email",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Create ClickUp Task": {
      "ai_tool": [
        [
          {
            "node": "Analyze & Create Tasks",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get Full Transcript": {
      "main": [
        [
          {
            "node": "Format Transcript Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notify Cancellation": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Recent Meetings": {
      "main": [
        [
          {
            "node": "Filter Today's Meetings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Analyze & Create Tasks": {
      "main": [
        [
          {
            "node": "Ask Approval (Telegram)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Transcript Data": {
      "main": [
        [
          {
            "node": "Analyze & Create Tasks",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Ask Approval (Telegram)": {
      "main": [
        [
          {
            "node": "Approved?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Today's Meetings": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "Draft Email",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    }
  }
}