Skip to main content

Generate AI meeting summaries and tasks from Fathom recordings to Dart

Workflow preview

Workflow preview
100%
Generate AI meeting summaries and tasks from Fathom recordings to Dart preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Automatically generate a meeting summary from your meetings through Fathom, save it to a Dart document, and create a review task with the Fathom link attached. What it does This workflow activates ...

Best for

  • Document Extraction automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-dart.dart, n8n-nodes-base.code, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Dart.

Original n8n.io source

1.1 Workflow description

Title
Generate AI meeting summaries and tasks from Fathom recordings to Dart
Workflow name
Generate AI meeting summaries and tasks from Fathom recordings to Dart

Automatically generate a meeting summary from your meetings through Fathom, save it to a Dart document, and create a review task with the Fathom link attached.

What it does

This workflow activates when a Fathom meeting ends (via a webhook). It uses an AI model to generate a structured summary of the meeting. The workflow then:

Who’s it for

  • Teams or individuals needing automatic meeting notes.
  • Project managers tracking reviews and actions from meetings.
  • Users of Fathom and Dart who want to streamline their documentation and follow-up process.

How to set up

  1. Import the workflow into n8n.
  2. Connect your Dart account (it will need workspace and folder access).
  3. Add your PROD webhook link from the webhook node to your Fathom API settings.
  4. Replace the dummy Folder ID and Dartboard ID with your actual target IDs.
  5. Choose your preferred AI model for generating the summaries.

Requirements

  • n8n account
  • Connected Dart account
  • Connected Fathom account (with access to API webhooks)

How to customize the workflow

  • Edit the AI prompt to adjust the tone, style, or format of the meeting summaries.
  • Add, remove, or change the summary sections to match your needs (e.g., Key Takeaways, Action Items, Next Items).

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Webhook

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2.1

Block 2 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3

Block 3 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 4 - Retrieve an existing folder

Type / Role
n8n-nodes-dart.dart - dart
Config choices
Version 1

Block 5 - Create a new doc

Type / Role
n8n-nodes-dart.dart - dart
Config choices
Version 1

Block 6 - Code in JavaScript

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - Create a new task

Type / Role
n8n-nodes-dart.dart - dart
Config choices
Version 1

Block 8 - Retrieve an existing dartboard

Type / Role
n8n-nodes-dart.dart - dart
Config choices
Version 1

Block 9 - Retrieve an existing doc

Type / Role
n8n-nodes-dart.dart - dart
Config choices
Version 1

Block 10 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Generate AI meeting summaries and tasks from Fathom recordings to Dart
Complexity advanced
Nodes 16
Categories Document Extraction, AI Summarization
Author Dart
Published 06 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10569/10569.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Generate AI meeting summaries and tasks from Fathom recordings to Dart do?

Automatically generate a meeting summary from your meetings through Fathom, save it to a Dart document, and create a review task with the Fathom link attached. What it does This workflow activates ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, AI Summarization use case.