Data Processing & Analysis

1249 Postgres Webhook Automation Webhook

1249 Postgres Webhook Automation Webhook

Webhook
High
19
Nodes
Webhook
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
19
Node Types
9

Node Types

open Ai
OpenAI1
1 node
postgres
Insert Transcription Part
1 node
postgres Tool
Create Note
1 node
http Request
Create Recall bot, Create OpenAI thread
2 nodes
supabase
Create data record
1 node
sticky Note
Sticky Note8, Sticky Note9, Sticky Note7, Sticky Note6, Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3, Sticky Note4, Sticky Note5
10 nodes
set
Scenario 1 Start - Edit Fields
1 node
webhook
Scenario 2 Start - Webhook
1 node
if
If Jimmy word
1 node

Workflow JSON

20.78 KB
{
  "name": "1249 Postgres Webhook Automation Webhook",
  "nodes": [
    {
      "id": "d44489b8-8cb7-4776-8c16-a8bb01e52171",
      "name": "OpenAI1",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        300,
        -300
      ],
      "parameters": {
        "text": "={{ \n JSON.parse($('Insert Transcription Part').item.json.dialog)\n .filter(item => item.date_updated && new Date(item.date_updated) >= new Date($('Insert Transcription Part').item.json.date_updated))\n .sort((a, b) => a.order - b.order)\n .map(item => `${item.words}\\n${item.speaker}`)\n .join('\\n\\n')\n}}",
        "memory": "threadId",
        "prompt": "define",
        "options": {},
        "resource": "assistant",
        "threadId": "={{ $json.thread_id }}",
        "assistantId": {
          "__rl": true,
          "mode": "list",
          "value": "asst_D5t6bNnNpenmfC7PmvywMqyR",
          "cachedResultName": "5minAI - Realtime Agent"
        }
      },
      "credentials": {
       ...

Showing first 1000 characters. Click "Expand" to view the full JSON.