Skip to main content

Log Fireflies meeting transcripts to Google Sheets CRM

Workflow preview

Workflow preview
100%
Log Fireflies meeting transcripts to Google Sheets CRM preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow receives a Fireflies webhook when a meeting is processed, fetches the full transcript from Fireflies, matches the external attendee to a lead in Google Sheets, and appe...

Best for

  • Automation automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.webhook, @firefliesai/n8n-nodes-fireflies.fireflies, n8n-nodes-base.code, n8n-nodes-base.googlesheets, 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 isaWOW.

Original n8n.io source

1.1 Workflow description

Title
Log Fireflies meeting transcripts to Google Sheets CRM
Workflow name
Log Fireflies meeting transcripts to Google Sheets CRM

Quick Overview

This workflow receives a Fireflies webhook when a meeting is processed, fetches the full transcript from Fireflies, matches the external attendee to a lead in Google Sheets, and appends the transcript to a Conversation Logs tab linked to that lead.

How it works

  1. Receives a POST webhook from Fireflies containing the processed meeting ID.
  2. Fetches the meeting transcript, speakers, and meeting date from Fireflies using the meeting ID.
  3. Identifies the likely client speaker (not matching your internal team markers) and formats the transcript as “Speaker: line” text.
  4. Searches the Google Sheets “Lead Database” tab for a lead whose Name matches the detected client name.
  5. If a matching Lead ID is found, appends a new row to the Google Sheets “Conversation Logs” tab with the Lead ID, date, and full transcript.
  6. If no matching lead is found, stops without writing anything to Google Sheets.

Setup

  1. Install the Fireflies community node (@firefliesai/n8n-nodes-fireflies) and add your Fireflies API key credential.
  2. Add a Google Sheets OAuth2 credential, set the spreadsheet ID, and ensure you have “Lead Database” (with Name and Lead ID columns) and “Conversation Logs” (with Lead ID, Date, and Details columns) tabs.
  3. Update the internal team marker keywords in the code step so the workflow correctly distinguishes your team members from the client.
  4. Copy the workflow’s Production webhook URL and configure it as a webhook destination in Fireflies so processed meetings are sent to n8n.

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 - Overview

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

Block 2 - Section — Receive Notification and Get Transcript

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

Block 3 - Section — Detect Client and Find Lead

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

Block 4 - Section — Check Match and Log Conversation

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

Block 5 - 1. Webhook — Receive Fireflies Notification

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

Block 6 - 2. Fireflies — Get Transcript

Type / Role
@firefliesai/n8n-nodes-fireflies.fireflies - fireflies
Config choices
Version 1

Block 7 - 3. Code — Clean Transcript Data

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

Block 8 - 4. Google Sheets — Find Lead

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 9 - 5. IF — Lead Found?

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

Block 10 - 6. Google Sheets — Log to Conversation Logs

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 11 - No Operation — Client Not in Database

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

3. Summary Table

Workflow Log Fireflies meeting transcripts to Google Sheets CRM
Complexity intermediate
Nodes 11
Categories Automation
Author isaWOW
Published 16 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16410/16410.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 Log Fireflies meeting transcripts to Google Sheets CRM do?

Quick Overview This workflow receives a Fireflies webhook when a meeting is processed, fetches the full transcript from Fireflies, matches the external attendee to a lead in Google Sheets, and appe...

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 Automation use case.