Extract Meeting Tasks from Transcripts with AI and Sync to Trello — n8n ワークフロー

複雑度 トリガー12個のノード🏷️ Project Management作成者:Gabriel Santos

概要

Who’s it for Teams and project managers who want to turn meeting transcripts into actionable Trello tasks automatically, without worrying about duplicate cards.

What it does This workflow receives a transcript file in .txt format and processes it with AI to extract clear, concise tasks. Each task includes a short title, a description, an assignee (if mentioned), and a deadline (if available).
The workflow then checks Trello for duplicates across all lists, comparing both card titles (name) an

使用ノード

AI AgentOpenAI Chat ModelStructured Output ParserAI Agent Tool

ワークフロープレビュー

Extract meeting tasks and sync with Trello
This workflow processes a meeting transcript (uploaded
What it does
Get Transcription node
> Extracts raw text from the uploaded transcript file.
Form Trigger node
> Receives the transcript file (.txt) from the user.
AI Agent node
> Main agent that extracts tasks, checks duplicates via
Trello Agent node
> Sub-agent responsible for Trello sync.
> Uses “Get many lists” + “Get all cards in a list” to
> Creates a new card only if no duplicate
Respond to Form node
> Returns a final confirmation message to the user with
toolmodelmodeltooltoolparserparsertool
G
Get Transcription
AI Agent
Structured Output Parser
OpenAI Chat Model
R
Receive Transcript file
Trello Agent
Structured Output Parser1
OpenAI Chat Model1
C
Create a card in Trello
G
Get many lists in Trello
G
Get all cards in a list …
R
Respond to Form
12 nodes11 edges

仕組み

  1. 1

    トリガー

    このワークフローは トリガー トリガーで開始します。

  2. 2

    処理

    データは 12 個のノードを流れます, connecting agent, agenttool, extractfromfile。

  3. 3

    出力

    ワークフローは自動化を完了し、設定された宛先に結果を配信します。

ノード詳細 (12)

AI

AI Agent

n8n-nodes-langchain.agent

#1
OP

OpenAI Chat Model

n8n-nodes-langchain.lmChatOpenAi

#2
ST

Structured Output Parser

n8n-nodes-langchain.outputParserStructured

#3
AI

AI Agent Tool

n8n-nodes-langchain.agentTool

#4

このワークフローのインポート方法

  1. 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
  2. 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
  3. 3ダウンロードした extract-meeting-tasks-from-transcripts-with-ai-and-sync-to-trello ファイルを選択し、インポートをクリックします。
  4. 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
  5. 5ワークフローをテスト をクリックして動作確認し、有効化します。

またはn8nの JSONからインポート に直接貼り付け:

{ "name": "Extract Meeting Tasks from Transcripts with AI and Sync to Trello", "nodes": [...], ...}

インテグレーション

agentagenttoolextractfromfileformformtriggerlmchatopenaioutputparserstructuredtrellotool

このワークフローを取得

ワンクリックでダウンロード&インポート

JSONをダウンロードn8n.ioで見る
ノード12
複雑度medium
トリガーtrigger
カテゴリProject Management

作成者

Gabriel Santos

Gabriel Santos

@gabrielhmsantos

タグ

agentagenttoolextractfromfileformformtriggerlmchatopenaioutputparserstructuredtrellotool

n8n初めてですか?

n8nは無料のオープンソースワークフロー自動化ツールです。セルフホストまたはクラウド版をご利用いただけます。

n8nを無料で始める →