Summarize Google Sheets Rows to Slack

0090c07b-d744-4ea4-8837-13b2babb6c3f

Latency
2042ms
Cost
$0.0005
Tokens
249
Status
success
gemini-2.5-flash

Workflow Graph

Trace

[
  {
    "data": {
      "nodeType": "trigger"
    },
    "event": "node_start",
    "nodeId": "trigger",
    "timestamp": 1780344052304
  },
  {
    "data": {
      "kind": "n8n-nodes-base.scheduleTrigger"
    },
    "event": "seeded",
    "nodeId": "trigger",
    "timestamp": 1780344052304
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "trigger"
    },
    "event": "node_end",
    "nodeId": "trigger",
    "timestamp": 1780344052304
  },
  {
    "data": {
      "nodeType": "integration"
    },
    "event": "node_start",
    "nodeId": "sheet",
    "timestamp": 1780344052304
  },
  {
    "data": {
      "service": "googleSheets",
      "resolved": true
    },
    "event": "credential_access",
    "nodeId": "_context",
    "timestamp": 1780344052304
  },
  {
    "data": {
      "url": "https://sheets.googleapis.com/v4/spreadsheets/1e8XpVw-np2ABv8gBd_VYhphaHZUYnJ5zoOa--qocbPE/values/A1%3AZ100",
      "method": "GET"
    },
    "event": "http_fetch",
    "nodeId": "_context",
    "timestamp": 1780344052304
  },
  {
    "data": {
      "status": 200
    },
    "event": "sheets.read",
    "nodeId": "integration",
    "timestamp": 1780344052558
  },
  {
    "data": {
      "mode": "read",
      "status": "ok",
      "service": "googleSheets",
      "latencyMs": 254,
      "operation": "read"
    },
    "event": "integration_call",
    "nodeId": "integration",
    "timestamp": 1780344052558
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "integration"
    },
    "event": "node_end",
    "nodeId": "sheet",
    "timestamp": 1780344052558
  },
  {
    "data": {
      "nodeType": "llm"
    },
    "event": "node_start",
    "nodeId": "summarize",
    "timestamp": 1780344052558
  },
  {
    "data": {
      "messages": 2,
      "maxTokens": 200
    },
    "event": "calling google/gemini-2.5-flash",
    "nodeId": "llm",
    "timestamp": 1780344052558
  },
  {
    "data": {
      "model": "gemini-2.5-flash",
      "provider": "google"
    },
    "event": "llm_call",
    "nodeId": "_context",
    "timestamp": 1780344052558
  },
  {
    "data": {
      "model": "gemini-2.5-flash",
      "costUsd": 0.0005059,
      "provider": "google",
      "latencyMs": 2042,
      "promptTokens": 53,
      "completionTokens": 196
    },
    "event": "llm_result",
    "nodeId": "_context",
    "timestamp": 1780344054602
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "llm"
    },
    "event": "node_end",
    "nodeId": "summarize",
    "timestamp": 1780344054602
  },
  {
    "data": {
      "nodeType": "integration"
    },
    "event": "node_start",
    "nodeId": "slack",
    "timestamp": 1780344054602
  },
  {
    "data": {
      "service": "slack",
      "resolved": true
    },
    "event": "credential_access",
    "nodeId": "_context",
    "timestamp": 1780344054602
  },
  {
    "data": {
      "url": "https://slack.com/api/chat.postMessage",
      "method": "POST"
    },
    "event": "http_fetch",
    "nodeId": "_context",
    "timestamp": 1780344054602
  },
  {
    "data": {
      "status": 200,
      "channel": "C0B7E6R5AQZ"
    },
    "event": "slack.post",
    "nodeId": "integration",
    "timestamp": 1780344054731
  },
  {
    "data": {
      "mode": "write",
      "status": "ok",
      "service": "slack",
      "latencyMs": 129,
      "operation": "postMessage"
    },
    "event": "integration_call",
    "nodeId": "integration",
    "timestamp": 1780344054731
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "integration"
    },
    "event": "node_end",
    "nodeId": "slack",
    "timestamp": 1780344054731
  }
]