{
  "name": "Store retell transcripts in Sheets, Airtable or Notion from webhook",
  "nodes": [
    {
      "id": "85898264-74e1-45c1-8b45-e03f0d840e85",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -760,
        200
      ]
    },
    {
      "id": "f0233dbd-d4db-4e95-afd7-a61ef932eba1",
      "name": "Set fields to export",
      "type": "n8n-nodes-base.set",
      "position": [
        -300,
        200
      ]
    },
    {
      "id": "7918d67d-76ca-4425-975b-14a3d3772755",
      "name": "Save to Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        100,
        -40
      ]
    },
    {
      "id": "dd353466-3e65-4673-8d87-9f1f872b33e1",
      "name": "Save to Excel",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        100,
        200
      ]
    },
    {
      "id": "7ce16b86-d7aa-4239-8513-1ccc9a25cdc9",
      "name": "Save to Notion",
      "type": "n8n-nodes-base.notion",
      "position": [
        100,
        440
      ]
    },
    {
      "id": "bbb5b39c-8826-4f59-8c40-ff10529fa42f",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1520,
        -540
      ],
      "parameters": {
        "width": 601,
        "height": 1585,
        "content": "## Automatically store Retell transcripts in Google Sheets/Airtable/Notion from webhook\n\n## Overview\n- This workflow stores the results of a **[Retell](https://www.retellai.com/)** voice call (transcr"
      }
    },
    {
      "id": "5281b143-7b27-4f8e-b55a-98e2a37fa1e8",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -820,
        60
      ],
      "parameters": {
        "width": 220,
        "height": 300,
        "content": "POST Webhook receiving your Retell events"
      }
    },
    {
      "id": "52a7c9ca-d612-4833-9e28-783878f92e92",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -580,
        60
      ],
      "parameters": {
        "width": 220,
        "height": 300,
        "content": "Only keep the `call_analyzed` events (it contains all data points)"
      }
    },
    {
      "id": "6b11df00-34c6-4c2f-b847-f4126d2aeffe",
      "name": "Filter - only call ended",
      "type": "n8n-nodes-base.filter",
      "position": [
        -520,
        200
      ]
    },
    {
      "id": "4c8cb9a2-35fe-42ae-825e-1aab42f152ad",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -340,
        60
      ],
      "parameters": {
        "width": 220,
        "height": 300,
        "content": "Prepare your data to be sent to your preferred database.\nIf you add more data or post call analytics, you will add fields here."
      }
    },
    {
      "id": "8a308e68-365c-4f0a-85f2-a857e7c8011c",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        -100
      ],
      "parameters": {
        "width": 220,
        "height": 220,
        "content": "Save all fields from Retell to Airtable"
      }
    },
    {
      "id": "c4e71141-8089-4b17-86c2-c290778c49e5",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        140
      ],
      "parameters": {
        "width": 220,
        "height": 220,
        "content": "Save all fields from Retell to Google Sheets"
      }
    },
    {
      "id": "dad436ca-68db-45c2-8b87-785c650424ca",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        380
      ],
      "parameters": {
        "width": 220,
        "height": 220,
        "content": "Save all fields from Retell to Notion"
      }
    },
    {
      "id": "57371198-2885-419a-9b12-9f1dfd1388f5",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        -240
      ],
      "parameters": {
        "width": 220,
        "height": 120,
        "content": "Remove the unnecessary tools\n# 👇 "
      }
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Filter - only call ended",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Save to Excel": {
      "main": [
        []
      ]
    },
    "Set fields to export": {
      "main": [
        [
          {
            "node": "Save to Excel",
            "type": "main",
            "index": 0
          },
          {
            "node": "Save to Airtable",
            "type": "main",
            "index": 0
          },
          {
            "node": "Save to Notion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter - only call ended": {
      "main": [
        [
          {
            "node": "Set fields to export",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}