Back to Integrations
integrationNotion node
integrationGoogle Sheets node

Notion and Google Sheets integration

Save yourself the work of writing custom integrations for Notion and Google Sheets and use n8n instead. Build adaptable and scalable Productivity, and Data & Storage workflows that work with your technology stack. All within a building experience you will love.

How to connect Notion and Google Sheets

  • Step 1: Create a new workflow
  • Step 2: Add and configure nodes
  • Step 3: Connect
  • Step 4: Customize and extend your integration
  • Step 5: Test and activate your workflow

Step 1: Create a new workflow and add the first step

In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.

Notion and Google Sheets integration: Create a new workflow and add the first step

Step 2: Add and configure Notion and Google Sheets nodes

You can find Notion and Google Sheets in the nodes panel. Drag them onto your workflow canvas, selecting their actions. Click each node, choose a credential, and authenticate to grant n8n access. Configure Notion and Google Sheets nodes one by one: input data on the left, parameters in the middle, and output data on the right.

Notion and Google Sheets integration: Add and configure Notion and Google Sheets nodes

Step 3: Connect Notion and Google Sheets

A connection establishes a link between Notion and Google Sheets (or vice versa) to route data through the workflow. Data flows from the output of one node to the input of another. You can have single or multiple connections for each node.

Notion and Google Sheets integration: Connect Notion and Google Sheets

Step 4: Customize and extend your Notion and Google Sheets integration

Use n8n's core nodes such as If, Split Out, Merge, and others to transform and manipulate data. Write custom JavaScript or Python in the Code node and run it as a step in your workflow. Connect Notion and Google Sheets with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

Notion and Google Sheets integration: Customize and extend your Notion and Google Sheets integration

Step 5: Test and activate your Notion and Google Sheets workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from Notion to Google Sheets or vice versa. Easily debug your workflow: you can check past executions to isolate and fix the mistake. Once you've tested everything, make sure to save your workflow and activate it.

Notion and Google Sheets integration: Test and activate your Notion and Google Sheets workflow

CallForge - 02 - Prep Gong Calls with Sheets & Notion for AI Summarization

CallForge - AI Gong Sales Call Processor
Streamline your sales call analysis with CallForge, an automated workflow that extracts, enriches, and refines Gong.io call data for AI-driven insights.

Who is This For?
This workflow is designed for:
✅ Sales teams looking to automate sales call insights.
✅ Revenue operations (RevOps) professionals optimizing call data processing.
✅ Businesses using Gong.io to analyze and enhance sales call transcripts.

What Problem Does This Workflow Solve?
Manually analyzing sales calls is time-consuming and prone to inconsistencies. While Gong provides raw call data, interpreting these conversations and improving AI-generated summaries can be challenging.

With CallForge, you can:
✔️ Automate transcript extraction from Gong.io.
✔️ Enhance AI insights by adding product and competitor data.
✔️ Reduce errors from AI-generated summaries by correcting mispronunciations.
✔️ Eliminate duplicate calls to prevent redundant processing.

What This Workflow Does

  1. Extracts Gong Call Data
    Retrieves call recordings, metadata, meeting links, and duration from Gong.

  2. Removes Duplicate Entries
    Queries Notion** to ensure that already processed calls are not duplicated.

  3. Enriches Call Data
    Fetches integration details** from Google Sheets.
    Retrieves competitor insights** from Notion.
    Merges data** to provide AI with a more comprehensive context.

  4. Prepares AI-Friendly Transcripts
    Cleans up transcripts** for structured AI processing.
    Reduces prompt complexity** for more accurate OpenAI outputs.

  5. Sends Processed Data to an AI Call Processor
    Delivers the cleaned and enriched transcript** to an AI-powered workflow for generating structured call summaries.

How to Set Up This Workflow

  1. Connect Your APIs
    🔹 Gong API Access – Set up your Gong API credentials in n8n.
    🔹 Google Sheets Credentials – Provide API access for retrieving integration data.
    🔹 Notion API Setup – Connect Notion to fetch competitor insights and store processed data.
    🔹 AI Processing Workflow – Ensure an OpenAI-powered workflow is in place for structured summaries.

CallForge - 01 - Filter Gong Calls Synced to Salesforce by Opportunity Stage
CallForge - 02 - Prep Gong Calls with Sheets & Notion for AI Summarization
CallForge - 03 - Gong Transcript Processor and Salesforce Enricher
CallForge - 04 - AI Workflow for Gong.io Sales Calls
CallForge - 05 - Gong.io Call Analysis with Azure AI & CRM Sync
CallForge - 06 - Automate Sales Insights with Gong.io, Notion & AI
CallForge - 07 - AI Marketing Data Processing with Gong & Notion
CallForge - 08 - AI Product Insights from Sales Calls with Notion

  1. Customize to Fit Your Needs
    💡 Modify Data Sources – Update connections if using a different CRM, database, or analytics tool.
    💡 Adjust AI Processing Logic – Optimize transcript formatting based on your preferred AI model.
    💡 Expand Data Enrichment – Integrate CRM data, industry benchmarks, or other insights.

Why Use CallForge?
By automating Gong call processing, CallForge empowers sales teams to:
📈 Gain valuable AI-driven insights from calls.
⚡ Speed up decision-making with cleaner, structured data.
🛠 Improve sales strategies based on enriched, accurate transcripts.

🚀 Start automating your Gong call analysis today!

Nodes used in this workflow

Popular Notion and Google Sheets workflows

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 Have a Retell AI Account Create a Retell agent Associate a phone number with your Retell agent Set up one of the following: An Airtable base and table (example: "Transcripts") A Google Sheet with a “Transcripts” tab A Notion database with columns to match the transcript fields Templates: Airtable Google Sheets Notion 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 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". Make sure your Airtable, Google Sheet, or Notion databases are correctly configured to receive the fields. 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.
+5

Gumroad Clientbell: Auto-Log Sales, Ping Telegram, & Thank via Email

Who is this for? This template is perfect for Gumroad creators, solopreneurs, digital product sellers, and freelancers who want to track and thank customers automatically — without spending time on manual work. What problem does this solve? Every sale is a moment to build trust. But manually checking your inbox for new orders, logging clients, and remembering to send a thank-you note? It’s time-consuming and inconsistent. This workflow handles it all: From sale → to sheet → to ping → to personalized “thank you” — all fully automated. What this workflow does: ✅ Triggers on each new sale on Gumroad 📋 Extracts buyer details, amount paid, and product purchased 📈 Logs the sale to a Google Sheet for tracking 📲 Sends a Telegram approval message to notify you 💌 (Optional) Sends a Gmail thank-you email to the buyer 🔁 Keeps your workflow organized with color-coded notes and sample data ⚙️ Setup Instructions: Create Gumroad API and connect the trigger node Authenticate with Google Sheets to store each client Connect your Telegram bot for real-time alerts (Optional) Setup Gmail API for sending thank-you emails Customize the email copy & sheet headers (e.g. % cut, timestamps) 🗒 Color-coded workflow notes: To make customization smooth, the workflow includes a color-coded sticky note system: 🟩 Green Notes – Main building blocks (trigger, logging, ping, email) 🟦 Blue Notes – Setup guidance and editable fields (e.g. your email or brand name) 🟨 Yellow Notes – Optional upgrades (e.g. swap Gmail, use AI email generator, change to WhatsApp) Each step has comments or hints to make your setup easy — whether you're new to n8n or a seasoned automator. 🔧 How to customize this workflow? 🎯 Swap Gmail with Outlook, SMTP, or Mailgun 🤖 Use AI (e.g. OpenAI or Claude) to draft personalized emails dynamically 📞 Replace Telegram with WhatsApp, Discord, or Slack 🗃️ Log to Airtable or Notion instead of Google Sheets 🧠 Add approval logic or advanced tagging in Gmail 🧾 Licensing & Support This template is built by Velebit from Innovatio. External links (Gumroad store or support email) are included in the notes for optional help and upgrades. A separate license applies to the paid version on Gumroad, which includes additional modules and commercial use rights. 📩 Support & customization: [email protected]

CallForge - 02 - Prep Gong Calls with Sheets & Notion for AI Summarization

CallForge - AI Gong Sales Call Processor Streamline your sales call analysis with CallForge, an automated workflow that extracts, enriches, and refines Gong.io call data for AI-driven insights. Who is This For? This workflow is designed for: ✅ Sales teams looking to automate sales call insights. ✅ Revenue operations (RevOps) professionals optimizing call data processing. ✅ Businesses using Gong.io to analyze and enhance sales call transcripts. What Problem Does This Workflow Solve? Manually analyzing sales calls is time-consuming and prone to inconsistencies. While Gong provides raw call data, interpreting these conversations and improving AI-generated summaries can be challenging. With CallForge, you can: ✔️ Automate transcript extraction from Gong.io. ✔️ Enhance AI insights by adding product and competitor data. ✔️ Reduce errors from AI-generated summaries by correcting mispronunciations. ✔️ Eliminate duplicate calls to prevent redundant processing. What This Workflow Does Extracts Gong Call Data Retrieves call recordings, metadata, meeting links, and duration from Gong. Removes Duplicate Entries Queries Notion** to ensure that already processed calls are not duplicated. Enriches Call Data Fetches integration details** from Google Sheets. Retrieves competitor insights** from Notion. Merges data** to provide AI with a more comprehensive context. Prepares AI-Friendly Transcripts Cleans up transcripts** for structured AI processing. Reduces prompt complexity** for more accurate OpenAI outputs. Sends Processed Data to an AI Call Processor Delivers the cleaned and enriched transcript** to an AI-powered workflow for generating structured call summaries. How to Set Up This Workflow Connect Your APIs 🔹 Gong API Access – Set up your Gong API credentials in n8n. 🔹 Google Sheets Credentials – Provide API access for retrieving integration data. 🔹 Notion API Setup – Connect Notion to fetch competitor insights and store processed data. 🔹 AI Processing Workflow – Ensure an OpenAI-powered workflow is in place for structured summaries. CallForge - 01 - Filter Gong Calls Synced to Salesforce by Opportunity Stage CallForge - 02 - Prep Gong Calls with Sheets & Notion for AI Summarization CallForge - 03 - Gong Transcript Processor and Salesforce Enricher CallForge - 04 - AI Workflow for Gong.io Sales Calls CallForge - 05 - Gong.io Call Analysis with Azure AI & CRM Sync CallForge - 06 - Automate Sales Insights with Gong.io, Notion & AI CallForge - 07 - AI Marketing Data Processing with Gong & Notion CallForge - 08 - AI Product Insights from Sales Calls with Notion Customize to Fit Your Needs 💡 Modify Data Sources – Update connections if using a different CRM, database, or analytics tool. 💡 Adjust AI Processing Logic – Optimize transcript formatting based on your preferred AI model. 💡 Expand Data Enrichment – Integrate CRM data, industry benchmarks, or other insights. Why Use CallForge? By automating Gong call processing, CallForge empowers sales teams to: 📈 Gain valuable AI-driven insights from calls. ⚡ Speed up decision-making with cleaner, structured data. 🛠 Improve sales strategies based on enriched, accurate transcripts. 🚀 Start automating your Gong call analysis today!

Build your own Notion and Google Sheets integration

Create custom Notion and Google Sheets workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

Notion supported actions

Append After
Append a block
Get Child Blocks
Get many child blocks
Get
Get a database
Get Many
Get many databases
Search
Search databases using text search
Get
Get a database
Get Many
Get many databases
Create
Create a pages in a database
Get
Get a page in a database
Get Many
Get many pages in a database
Update
Update pages in a database
Create
Create a pages in a database
Get Many
Get many pages in a database
Update
Update pages in a database
Create
Create a page
Get
Get a page
Search
Text search of pages
Archive
Archive a page
Create
Create a page
Search
Text search of pages
Get
Get a user
Get Many
Get many users

Google Sheets supported actions

Create
Create a spreadsheet
Delete
Delete a spreadsheet
Append or Update Row
Append a new row or update an existing one (upsert)
Append Row
Create a new row in a sheet
Clear
Delete all the contents or a part of a sheet
Create
Create a new sheet
Delete
Permanently delete a sheet
Delete Rows or Columns
Delete columns or rows from a sheet
Get Row(s)
Retrieve one or more rows from a sheet
Update Row
Update an existing row in a sheet

FAQs

  • Can Notion connect with Google Sheets?

  • Can I use Notion’s API with n8n?

  • Can I use Google Sheets’s API with n8n?

  • Is n8n secure for integrating Notion and Google Sheets?

  • How to get started with Notion and Google Sheets integration in n8n.io?

Need help setting up your Notion and Google Sheets integration?

Discover our latest community's recommendations and join the discussions about Notion and Google Sheets integration.
Justin Cheu
Cris A. Works
Martin
Sergey Komardenkov
sérgio eduardo floresta filho

Looking to integrate Notion and Google Sheets in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate Notion with Google Sheets

Build complex workflows, really fast

Build complex workflows, really fast

Handle branching, merging and iteration easily.
Pause your workflow to wait for external events.

Code when you need it, UI when you don't

Simple debugging

Your data is displayed alongside your settings, making edge cases easy to track down.

Use templates to get started fast

Use 1000+ workflow templates available from our core team and our community.

Reuse your work

Copy and paste, easily import and export workflows.

Implement complex processes faster with n8n

red iconyellow iconred iconyellow icon