Skip to main content

Sync Fathom meeting summaries and action items with GoHighLevel contacts

Workflow preview

Workflow preview
100%
Sync Fathom meeting summaries and action items with GoHighLevel contacts preview
Open on n8n.io

1. Workflow Overview

This n8n template automatically syncs your Fathom AI meeting summaries, recordings, and action items directly into GoHighLevel CRM contacts. Fathom has native integrations for HubSpot and Salesforc...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.splitinbatches, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.noop

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Sync Fathom meeting summaries and action items with GoHighLevel contacts
Workflow name
Sync Fathom meeting summaries and action items with GoHighLevel contacts

This n8n template automatically syncs your Fathom AI meeting summaries, recordings, and action items directly into GoHighLevel CRM contacts.

Fathom has native integrations for HubSpot and Salesforce, but not for GoHighLevel. This workflow fills that gap, giving GHL users the same automated meeting-to-CRM sync that other platforms enjoy. Perfect for sales teams, agencies, and consultants who want to keep their CRM updated without manual data entry.

Good to know
  • Only external attendees are synced (your team members are filtered out automatically)
  • Contacts must already exist in GHL - the workflow matches by email address
  • Action items become tasks with a 7-day due date by default (customizable in the Code node)

How it works

  1. Fathom sends a webhook when your meeting ends, containing the summary, recording link, and action items
  2. The workflow extracts external attendees from the calendar invitees list
  3. For each attendee, it searches GoHighLevel for a matching contact by email
  4. If found, it creates an internal comment in the contact's conversation with a brief summary and recording link
  5. A detailed note is added to the contact with the full meeting summary
  6. Each action item from the meeting becomes a GHL task assigned to that contact

How to use

  1. Import this workflow into your n8n instance
  2. Update the Config node with your GoHighLevel Location ID
  3. Connect your GoHighLevel OAuth2 credentials to all HTTP Request nodes
  4. Copy the webhook URL and add it in Fathom: Settings → API → Webhooks → "New meeting content ready"
  5. Activate the workflow and you're done!

Requirements

  • Fathom account with API access (free tier works)
  • GoHighLevel account with Private Integration Token or OAuth app
  • GHL API scopes: contacts.readonly, contacts.write, conversations.readonly, conversations.write, conversations/message.write

Customising this workflow

  • Change task due date: Edit the "Prepare Action Items" Code node to adjust the 7-day default
  • Add Slack notifications: Insert a Slack node after "Create GHL Note" to notify your team
  • Create contacts if not found: Add a branch after "Contact Found?" to create new contacts from meeting attendees
  • Sync to Opportunities: Extend the workflow to also update related deals/opportunities in GHL

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 - Sticky Note

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

Block 2 - Sticky Note1

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

Block 3 - Sticky Note2

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

Block 4 - Sticky Note3

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

Block 5 - Sticky Note4

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

Block 6 - Fathom Webhook

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

Block 7 - Config

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 8 - Parse External Attendees

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

Block 9 - Loop Over Attendees

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 10 - Search GHL Contact

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 11 - Contact Found?

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

Block 12 - Create GHL Note

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 13 - No Contact - Skip

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

Block 14 - Search Conversation

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 15 - Conversation Exists?

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

Block 16 - Create Conversation

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 17 - Use Existing Conversation

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

Block 18 - Extract New Conversation ID

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

Block 19 - Create Internal Comment

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 20 - Has Action Items?

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

Block 21 - No Action Items - Skip

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

Block 22 - Prepare Action Items

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

Block 23 - Loop Over Action Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 24 - Create GHL Task

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

3. Summary Table

Workflow Sync Fathom meeting summaries and action items with GoHighLevel contacts
Complexity advanced
Nodes 24
Categories CRM, AI Summarization
Author Dmytro
Published 01 Feb 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13136/13136.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 Sync Fathom meeting summaries and action items with GoHighLevel contacts do?

This n8n template automatically syncs your Fathom AI meeting summaries, recordings, and action items directly into GoHighLevel CRM contacts. Fathom has native integrations for HubSpot and Salesforc...

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 CRM, AI Summarization use case.