Analyze meeting sentiment with Azure OpenAI and save insights to Google Sheets
5deb5f7a-a5c8-4b26-adbe-ad1f6ba9322c
Latency
3609ms
Cost
$0.0013
Tokens
230
Status
successgpt-4o-mini
Workflow Graph
Trace
[
{
"data": {
"nodeType": "trigger"
},
"event": "node_start",
"nodeId": "993121a7-0a99-4a32-a758-9a76a9df7639",
"timestamp": 1783149071321
},
{
"data": {
"kind": "n8n-nodes-base.errorTrigger"
},
"event": "seeded",
"nodeId": "trigger",
"timestamp": 1783149071321
},
{
"data": {
"status": "ok",
"nodeType": "trigger"
},
"event": "node_end",
"nodeId": "993121a7-0a99-4a32-a758-9a76a9df7639",
"timestamp": 1783149071321
},
{
"data": {
"nodeType": "llm"
},
"event": "node_start",
"nodeId": "66916e79-e8d7-4aca-96ac-466a7cabacce",
"timestamp": 1783149071324
},
{
"data": {
"messages": 1,
"maxTokens": 1024
},
"event": "calling openai/gpt-4o",
"nodeId": "llm",
"timestamp": 1783149071324
},
{
"data": {
"model": "gpt-4o",
"provider": "openai"
},
"event": "llm_call",
"nodeId": "_context",
"timestamp": 1783149071324
},
{
"data": {
"model": "gpt-4o-mini-2024-07-18",
"costUsd": 0.0001075,
"provider": "openai",
"latencyMs": 702,
"promptTokens": 7,
"completionTokens": 9
},
"event": "llm_result",
"nodeId": "_context",
"timestamp": 1783149072027
},
{
"data": {
"status": "ok",
"nodeType": "llm"
},
"event": "node_end",
"nodeId": "66916e79-e8d7-4aca-96ac-466a7cabacce",
"timestamp": 1783149072027
},
{
"data": {
"nodeType": "trigger"
},
"event": "node_start",
"nodeId": "f173ecd5-67a7-4e68-8dde-b25bd7325b2c",
"timestamp": 1783149072033
},
{
"data": {
"kind": "n8n-nodes-base.scheduleTrigger"
},
"event": "seeded",
"nodeId": "trigger",
"timestamp": 1783149072033
},
{
"data": {
"status": "ok",
"nodeType": "trigger"
},
"event": "node_end",
"nodeId": "f173ecd5-67a7-4e68-8dde-b25bd7325b2c",
"timestamp": 1783149072033
},
{
"data": {
"nodeType": "integration"
},
"event": "node_start",
"nodeId": "78fdedaa-8b2c-498a-8b56-897cfc30f335",
"timestamp": 1783149072038
},
{
"data": {
"service": "gmail",
"resolved": false
},
"event": "credential_access",
"nodeId": "_context",
"timestamp": 1783149072038
},
{
"data": {
"mode": "read",
"status": "ok",
"service": "gmail",
"latencyMs": 250,
"operation": "read",
"simulated": true
},
"event": "integration_mocked",
"nodeId": "integration",
"timestamp": 1783149072290
},
{
"data": {
"status": "ok",
"nodeType": "integration"
},
"event": "node_end",
"nodeId": "78fdedaa-8b2c-498a-8b56-897cfc30f335",
"timestamp": 1783149072290
},
{
"data": {
"nodeType": "http"
},
"event": "node_start",
"nodeId": "2563d043-770e-4d3d-895f-a7b947588c57",
"timestamp": 1783149072295
},
{
"event": "fetching GET https://api.twelvedata.com/quote?symbol=AAPL&apikey=YOUR_TOKEN_HERE",
"nodeId": "http",
"timestamp": 1783149072295
},
{
"data": {
"url": "https://api.twelvedata.com/quote?symbol=AAPL&apikey=YOUR_TOKEN_HERE",
"method": "GET"
},
"event": "http_fetch",
"nodeId": "_context",
"timestamp": 1783149072295
},
{
"data": {
"status": "ok",
"nodeType": "http"
},
"event": "node_end",
"nodeId": "2563d043-770e-4d3d-895f-a7b947588c57",
"timestamp": 1783149072640
},
{
"data": {
"nodeType": "http"
},
"event": "node_start",
"nodeId": "66707290-9f75-4eb4-a163-b4b0d93678f2",
"timestamp": 1783149072645
},
{
"event": "fetching GET https://api.twelvedata.com/rsi?symbol=AAPL&interval=5min&time_period=14&apikey=YOUR_TOKEN_HERE",
"nodeId": "http",
"timestamp": 1783149072645
},
{
"data": {
"url": "https://api.twelvedata.com/rsi?symbol=AAPL&interval=5min&time_period=14&apikey=YOUR_TOKEN_HERE",
"method": "GET"
},
"event": "http_fetch",
"nodeId": "_context",
"timestamp": 1783149072645
},
{
"data": {
"status": "ok",
"nodeType": "http"
},
"event": "node_end",
"nodeId": "66707290-9f75-4eb4-a163-b4b0d93678f2",
"timestamp": 1783149072714
},
{
"data": {
"nodeType": "merge"
},
"event": "node_start",
"nodeId": "a3f1670c-aa4f-46cd-b217-d4e91591da16",
"timestamp": 1783149072720
},
{
"data": {
"inputCount": 2
},
"event": "merged 2 inputs",
"nodeId": "merge",
"timestamp": 1783149072720
},
{
"data": {
"status": "ok",
"nodeType": "merge"
},
"event": "node_end",
"nodeId": "a3f1670c-aa4f-46cd-b217-d4e91591da16",
"timestamp": 1783149072720
},
{
"data": {
"nodeType": "code"
},
"event": "node_start",
"nodeId": "1ee35512-7dea-49fa-a05e-f038666e2ff7",
"timestamp": 1783149072720
},
{
"event": "execution error (simulated): Cannot read properties of undefined (reading 'json')",
"nodeId": "code",
"timestamp": 1783149072723
},
{
"data": {
"mode": "read",
"status": "ok",
"service": "code",
"latencyMs": 0,
"operation": "exec-failed",
"simulated": true
},
"event": "integration_mocked",
"nodeId": "integration",
"timestamp": 1783149072723
},
{
"data": {
"status": "ok",
"nodeType": "code"
},
"event": "node_end",
"nodeId": "1ee35512-7dea-49fa-a05e-f038666e2ff7",
"timestamp": 1783149072724
},
{
"data": {
"nodeType": "llm"
},
"event": "node_start",
"nodeId": "e8aabe3d-ff94-4456-bcf9-84acc00807c0",
"timestamp": 1783149072729
},
{
"data": {
"messages": 2,
"maxTokens": 1024
},
"event": "calling openai/gpt-4o-mini",
"nodeId": "llm",
"timestamp": 1783149072729
},
{
"data": {
"model": "gpt-4o-mini",
"provider": "openai"
},
"event": "llm_call",
"nodeId": "_context",
"timestamp": 1783149072729
},
{
"data": {
"model": "gpt-4o-mini-2024-07-18",
"costUsd": 0.0011425,
"provider": "openai",
"latencyMs": 1677,
"promptTokens": 133,
"completionTokens": 81
},
"event": "llm_result",
"nodeId": "_context",
"timestamp": 1783149074407
},
{
"data": {
"status": "ok",
"nodeType": "llm"
},
"event": "node_end",
"nodeId": "e8aabe3d-ff94-4456-bcf9-84acc00807c0",
"timestamp": 1783149074407
},
{
"data": {
"nodeType": "code"
},
"event": "node_start",
"nodeId": "22fa88f8-9642-4296-9cdb-dd56859a5905",
"timestamp": 1783149074407
},
{
"data": {
"status": "ok",
"nodeType": "code"
},
"event": "node_end",
"nodeId": "22fa88f8-9642-4296-9cdb-dd56859a5905",
"timestamp": 1783149074412
},
{
"data": {
"nodeType": "if"
},
"event": "node_start",
"nodeId": "c71b4fe8-9351-414f-b583-20aa45f68268",
"timestamp": 1783149074416
},
{
"event": "false branch",
"nodeId": "if",
"timestamp": 1783149074416
},
{
"data": {
"status": "ok",
"nodeType": "if"
},
"event": "node_end",
"nodeId": "c71b4fe8-9351-414f-b583-20aa45f68268",
"timestamp": 1783149074416
},
{
"data": {
"nodeType": "integration"
},
"event": "node_start",
"nodeId": "49ea04be-b7ac-4cc3-ab77-344d40577acc",
"timestamp": 1783149074419
},
{
"data": {
"service": "telegram",
"resolved": false
},
"event": "credential_access",
"nodeId": "_context",
"timestamp": 1783149074419
},
{
"data": {
"mode": "read",
"status": "ok",
"service": "telegram",
"latencyMs": 250,
"operation": "read",
"simulated": true
},
"event": "integration_mocked",
"nodeId": "integration",
"timestamp": 1783149074672
},
{
"data": {
"status": "ok",
"nodeType": "integration"
},
"event": "node_end",
"nodeId": "49ea04be-b7ac-4cc3-ab77-344d40577acc",
"timestamp": 1783149074672
},
{
"data": {
"nodeType": "integration"
},
"event": "node_start",
"nodeId": "4dec4c2a-3463-4370-823e-3e0d64b5933e",
"timestamp": 1783149074677
},
{
"data": {
"service": "slack",
"resolved": false
},
"event": "credential_access",
"nodeId": "_context",
"timestamp": 1783149074677
},
{
"data": {
"mode": "read",
"status": "ok",
"service": "slack",
"latencyMs": 250,
"operation": "read",
"simulated": true
},
"event": "integration_mocked",
"nodeId": "integration",
"timestamp": 1783149074930
},
{
"data": {
"status": "ok",
"nodeType": "integration"
},
"event": "node_end",
"nodeId": "4dec4c2a-3463-4370-823e-3e0d64b5933e",
"timestamp": 1783149074930
}
]