Generate Google Docs Meeting Notes from Calendar
406221a9-d848-4efc-8a8e-819e2f351f1a
Latency
4121ms
Cost
$0.0009
Tokens
410
Status
successgemini-3-flash-preview
Workflow Graph
Trace
[
{
"data": {
"nodeType": "trigger"
},
"event": "node_start",
"nodeId": "n0",
"timestamp": 1780648962345
},
{
"data": {
"kind": "n8n-nodes-base.scheduleTrigger"
},
"event": "seeded",
"nodeId": "trigger",
"timestamp": 1780648962345
},
{
"data": {
"status": "ok",
"nodeType": "trigger"
},
"event": "node_end",
"nodeId": "n0",
"timestamp": 1780648962345
},
{
"data": {
"nodeType": "integration"
},
"event": "node_start",
"nodeId": "n1",
"timestamp": 1780648962348
},
{
"data": {
"service": "googleCalendar",
"resolved": true
},
"event": "credential_access",
"nodeId": "_context",
"timestamp": 1780648962348
},
{
"data": {
"url": "https://www.googleapis.com/calendar/v3/calendars/primary/events?maxResults=10&singleEvents=true&orderBy=startTime",
"method": "GET"
},
"event": "http_fetch",
"nodeId": "_context",
"timestamp": 1780648962348
},
{
"data": {
"status": 200
},
"event": "calendar.read",
"nodeId": "integration",
"timestamp": 1780648962817
},
{
"data": {
"mode": "read",
"status": "ok",
"service": "googleCalendar",
"latencyMs": 469,
"operation": "getAll"
},
"event": "integration_call",
"nodeId": "integration",
"timestamp": 1780648962817
},
{
"data": {
"status": "ok",
"nodeType": "integration"
},
"event": "node_end",
"nodeId": "n1",
"timestamp": 1780648962817
},
{
"data": {
"nodeType": "llm"
},
"event": "node_start",
"nodeId": "n2",
"timestamp": 1780648962821
},
{
"data": {
"messages": 2,
"maxTokens": 200
},
"event": "calling openai/gpt-4o-mini",
"nodeId": "llm",
"timestamp": 1780648962821
},
{
"data": {
"model": "gpt-4o-mini",
"provider": "openai"
},
"event": "llm_call",
"nodeId": "_context",
"timestamp": 1780648962821
},
{
"data": {
"model": "gemini-3-flash-preview",
"costUsd": 0.0009304,
"provider": "openai",
"latencyMs": 2799,
"promptTokens": 43,
"completionTokens": 367
},
"event": "llm_result",
"nodeId": "_context",
"timestamp": 1780648965621
},
{
"data": {
"status": "ok",
"nodeType": "llm"
},
"event": "node_end",
"nodeId": "n2",
"timestamp": 1780648965621
},
{
"data": {
"nodeType": "integration"
},
"event": "node_start",
"nodeId": "n3",
"timestamp": 1780648965625
},
{
"data": {
"service": "googleDocs",
"resolved": true
},
"event": "credential_access",
"nodeId": "_context",
"timestamp": 1780648965625
},
{
"data": {
"url": "https://docs.googleapis.com/v1/documents/1HvKeYG1b14O00p5pzv7MmHupSE2BO-HacKAGT2aq-Fg:batchUpdate",
"method": "POST"
},
"event": "http_fetch",
"nodeId": "_context",
"timestamp": 1780648965625
},
{
"data": {
"status": 200
},
"event": "docs.append",
"nodeId": "integration",
"timestamp": 1780648966466
},
{
"data": {
"mode": "write",
"status": "ok",
"service": "googleDocs",
"latencyMs": 841,
"operation": "insertText"
},
"event": "integration_call",
"nodeId": "integration",
"timestamp": 1780648966466
},
{
"data": {
"status": "ok",
"nodeType": "integration"
},
"event": "node_end",
"nodeId": "n3",
"timestamp": 1780648966466
}
]