Skip to main content

Store retell transcripts in Sheets, Airtable or Notion from webhook

Workflow preview

Workflow preview
100%
Store retell transcripts in Sheets, Airtable or Notion from webhook 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 store Retell transcripts in Google Sheets/Airtable/Notion from webhook Overview This workflow stores the results of a Retell voice call (transcript, analy...

Best for

  • Document Extraction automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.airtable, n8n-nodes-base.googlesheets, n8n-nodes-base.notion, n8n-nodes-base.stickynote, n8n-nodes-base.filter

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Store retell transcripts in Sheets, Airtable or Notion from webhook
Workflow name
Store retell transcripts in Sheets, Airtable or Notion from webhook

Automatically store Retell transcripts in Google Sheets/Airtable/Notion from webhook

Overview

  • This workflow stores the results of a Retell voice call (transcript, analysis, etc.) once it has ended and been analyzed.
  • It listens for call_analyzed webhook events from Retell and stores the data in Airtable, Google Sheets, and Notion (choose based on your stack).
  • Useful for anyone building Retell agents who want to keep a detailed history of analyzed calls in structured tools.

Who is it for

For builders of Retell's Voice Agents who want to store call history and essential analytic data.

Prerequisites

How it works

  • Receives a webhook POST request from Retell when a call has been analyzed.
  • Filters out any event that is not call_analyzed (Retell sends webhooks for call_started, call_ended and call_analyzed)
  • Extracts useful fields like:
    • Call ID, start/end time, duration, total cost
    • Transcript, summary, sentiment
  • Stores this data in your preferred tool:
    • Airtable
    • Google Sheets
    • Notion

How to use it

  1. Copy the webhook URL (e.g., https://your-instance.app.n8n.cloud/webhook/poc-retell-analysis) and paste it in your Retell agent under "Webhook settings" then "Agent Level Webhook URL".
  2. Make sure your Airtable, Google Sheet, or Notion databases are correctly configured to receive the fields.
  3. After each call, once Retell finishes the analysis, this workflow will automatically log the results.

Extension

  • If you use any "Post-Call Analysis" fields, you can add columns to your Airtable, Google Sheet, or Notion database.
  • Then fetch the data from the call.call_analysis.custom_analysis_data object.

Additional Notes

  • Phone numbers are extracted depending on the call direction (from_number or to_number).
  • Cost is converted from cents to dollars before saving.
  • Dates are converted from timestamps to local ISO strings.
  • You can remove any of the outputs (Airtable, Google Sheets, Notion) if you're only using one.
👉 Reach out to us if you're interested in analysing your Retell Agent conversations.

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

Block 2 - Set fields to export

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

Block 3 - Save to Airtable

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

Block 4 - Save to Excel

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

Block 5 - Save to Notion

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 2.2

Block 6 - Sticky Note1

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

Block 7 - Sticky Note

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

Block 8 - Sticky Note2

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

Block 9 - Filter - only call ended

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 10 - Sticky Note3

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

Block 11 - Sticky Note4

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

Block 12 - Sticky Note5

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

Block 13 - Sticky Note6

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

Block 14 - Sticky Note7

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

3. Summary Table

Workflow Store retell transcripts in Sheets, Airtable or Notion from webhook
Complexity intermediate
Nodes 14
Categories Document Extraction
Author Agent Studio
Published 09 Apr 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3504/3504.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 Store retell transcripts in Sheets, Airtable or Notion from webhook do?

Automatically store Retell transcripts in Google Sheets/Airtable/Notion from webhook Overview This workflow stores the results of a Retell voice call (transcript, analy...

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