{
  "name": "Analyze sales calls with GPT-4, Supabase RAG, Slack and multi-CRM",
  "nodes": [
    {
      "id": "92b0d211-ad34-47ea-abca-862ddf1862a8",
      "name": "Getting Meeting Details",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -112,
        -64
      ]
    },
    {
      "id": "63aa3dec-4c71-4945-b60b-bd765e5867f9",
      "name": "Extracting Transcript",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        48,
        -64
      ]
    },
    {
      "id": "a52cee64-d311-4eb2-858e-3211551ce438",
      "name": "Cleaned JSON Payload",
      "type": "n8n-nodes-base.code",
      "position": [
        192,
        -64
      ]
    },
    {
      "id": "126e5fef-c777-4114-a795-244816d0a817",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        528,
        -64
      ]
    },
    {
      "id": "33a7e919-95a7-4fb0-8437-f228a109636a",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        240,
        256
      ]
    },
    {
      "id": "f9e67492-2dd0-4f3b-81a4-1371c75c5acf",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        352,
        208
      ]
    },
    {
      "id": "5fa480f7-8682-4543-8ebc-a6a63fee3948",
      "name": "Get many deals in Pipedrive",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        720,
        400
      ]
    },
    {
      "id": "bb846e0e-2bcb-453e-923a-ea5cb20d6949",
      "name": "Get many leads in Salesforce",
      "type": "n8n-nodes-base.salesforceTool",
      "position": [
        880,
        400
      ]
    },
    {
      "id": "5a3c125a-ec25-400a-bf6e-c5f398216011",
      "name": "Supabase Vector Store",
      "type": "@n8n/n8n-nodes-langchain.vectorStoreSupabase",
      "position": [
        1056,
        208
      ]
    },
    {
      "id": "8251f2b3-7ae2-41a8-b569-49697c52feda",
      "name": "Embeddings OpenAI",
      "type": "@n8n/n8n-nodes-langchain.embeddingsOpenAi",
      "position": [
        1536,
        336
      ]
    },
    {
      "id": "e67218ba-0827-467c-a9cd-b497fdfa0b8d",
      "name": "Get many deals in HubSpot",
      "type": "n8n-nodes-base.hubspotTool",
      "position": [
        544,
        400
      ]
    },
    {
      "id": "be096c05-d026-42a3-8d83-8965b4ec7e48",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1120,
        448
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "2f674eac-092a-4d71-af7b-c162f7fd559f",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        528,
        560
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "69d1903f-a4fd-4941-9718-a0723c5a7021",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -864,
        -320
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "92a10f36-a637-45fb-81b9-882f4319b6dc",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -128,
        -224
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "8bd0ce79-9f0e-41dc-a728-c64a51077802",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        496,
        -272
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "af3e696c-2526-49a2-9386-b654bd5c298d",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1040,
        -352
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "4b9c42f5-cc31-4809-a939-6a5601dcf3a7",
      "name": "Send the Feedback",
      "type": "n8n-nodes-base.slack",
      "position": [
        1376,
        -208
      ]
    },
    {
      "id": "eef1e0b5-7c32-4e3d-a2fa-8d3e1dab9885",
      "name": "Email the Feedback",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1056,
        -240
      ]
    }
  ],
  "connections": {
    "AI Agent": {
      "main": [
        [
          {
            "node": "Send the Feedback",
            "type": "main",
            "index": 0
          },
          {
            "node": "Email the Feedback",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "Embeddings OpenAI": {
      "ai_embedding": [
        [
          {
            "node": "Supabase Vector Store",
            "type": "ai_embedding",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Send the Feedback": {
      "main": [
        []
      ]
    },
    "Cleaned JSON Payload": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extracting Transcript": {
      "main": [
        [
          {
            "node": "Cleaned JSON Payload",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Supabase Vector Store": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Getting Meeting Details": {
      "main": [
        [
          {
            "node": "Extracting Transcript",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get many deals in HubSpot": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get many deals in Pipedrive": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get many leads in Salesforce": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}