{
  "name": "Automate sales call grading with Fireflies.ai, OpenAI, and Google Sheets",
  "nodes": [
    {
      "id": "a9579f80-9bec-473c-83c4-66b1134194ee",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -16,
        -176
      ]
    },
    {
      "id": "d7377f6f-c1cc-47a9-8d1d-99dadd47fb2f",
      "name": "Append row in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1280,
        -176
      ]
    },
    {
      "id": "072de8f9-05a4-4c32-a3a8-42726eefe3e3",
      "name": "Get a transcript",
      "type": "@firefliesai/n8n-nodes-fireflies.fireflies",
      "position": [
        208,
        -176
      ]
    },
    {
      "id": "57c6c8ee-a89d-4fd1-b7ae-e5fcb54ebb34",
      "name": "Message a model",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        688,
        -176
      ]
    },
    {
      "id": "2a5072fd-8895-41d6-b2bd-9c005b7d1b5d",
      "name": "Code in JavaScript",
      "type": "n8n-nodes-base.code",
      "position": [
        1056,
        -176
      ]
    },
    {
      "id": "d15b7a46-5899-4cdb-b434-41da0b969f20",
      "name": "Code in JavaScript1",
      "type": "n8n-nodes-base.code",
      "position": [
        448,
        -176
      ]
    },
    {
      "id": "bd1bf746-bc2f-468e-95ca-8179aab21cec",
      "name": "Send a message",
      "type": "n8n-nodes-base.gmail",
      "position": [
        2016,
        -48
      ]
    },
    {
      "id": "bb529931-6899-4905-9a14-a2322f5c8488",
      "name": "Send a message1",
      "type": "n8n-nodes-base.slack",
      "position": [
        1536,
        -48
      ]
    },
    {
      "id": "d877f4be-78c0-4ea1-af64-6b296c35cd00",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -112,
        -480
      ],
      "parameters": {
        "width": 464,
        "height": 608,
        "content": "## Setup fireflies.ai\n\n- Create an Account \n- Setup a Webhook in fireflies.ai \n- API Section: https://app.fireflies.ai/integrations/custom/n8n"
      }
    },
    {
      "id": "3253a5b7-fcb5-4652-8bda-2c18639969e9",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        384,
        -480
      ],
      "parameters": {
        "width": 816,
        "height": 608,
        "content": "## Connect Open AI Credential \nGo to https://platform.openai.com and log in.\n\t2.\tClick on your profile icon in the top-right corner.\n\t3.\tSelect View API keys.\n\t4.\tClick Create new secret key.\n\t5.\tCopy"
      }
    },
    {
      "id": "42cc890a-7510-4dfa-b556-5125357cc34c",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1232,
        -480
      ],
      "parameters": {
        "width": 512,
        "height": 608,
        "content": "## Setup Slack\n\n🔹 Slack API Credentials\n\n\t1.\tGo to https://api.slack.com/apps and log in with your Slack account.\n\t2.\tClick Create New App.\n\t•\tChoose From scratch and select your workspace.\n\t3.\tIn the"
      }
    },
    {
      "id": "8d4db160-d9f7-4b8c-9744-f11f99375455",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1776,
        -480
      ],
      "parameters": {
        "width": 464,
        "height": 608,
        "content": "## Setup Gmail  \n\n1.\tGo to https://console.cloud.google.com/ and log in.\n2.\tCreate a New Project (or select an existing one).\n3.\tIn the left menu, go to APIs & Services → Library.\n4.\tSearch for Gmail "
      }
    },
    {
      "id": "13ec4b49-ebed-4fa3-bc00-993951948242",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        192,
        -848
      ],
      "parameters": {
        "width": 368,
        "height": 336,
        "content": "## How it Works \n\n\t1.\tTrigger via Webhook – The workflow starts whenever a Fireflies.ai transcript is available.\n\t2.\tTranscript Analysis – The call transcript is passed to OpenAI, which evaluates and "
      }
    },
    {
      "id": "9c4a4d5d-e559-4302-9c34-b762b95dbe22",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        608,
        -848
      ],
      "parameters": {
        "width": 368,
        "height": 336,
        "content": "## Why its Valuable \n\n\t•\t✅ Automated Call Reviews – No need to manually re-listen or grade calls.\n\t•\t✅ Consistent Scoring – Objective AI-powered evaluation improves training and feedback.\n\t•\t✅ Central"
      }
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Get a transcript",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Message a model": {
      "main": [
        [
          {
            "node": "Code in JavaScript",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get a transcript": {
      "main": [
        [
          {
            "node": "Code in JavaScript1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code in JavaScript": {
      "main": [
        [
          {
            "node": "Append row in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Append row in sheet": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send a message1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code in JavaScript1": {
      "main": [
        [
          {
            "node": "Message a model",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}