Data Processing & Analysis
0666 Postgres Webhook Create Webhook
0666 Postgres Webhook Create 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
sticky Note
Sticky Note4, Sticky Note9, Sticky Note7, Sticky Note6, Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3, Sticky Note5, Sticky Note8
10 nodes
supabase
Create data record
1 node
set
Scenario 1 Start - Edit Fields
1 node
webhook
Scenario 2 Start - Webhook
1 node
if
If Jimmy word
1 node
Workflow JSON
21.07 KB
{
"name": "0666 Postgres Webhook Create 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"
}
},
...Showing first 1000 characters. Click "Expand" to view the full JSON.