Summarize Google Sheets Rows to Slack

b14da677-b22f-4fc1-a5ec-2b3a867ac51e

Latency
1424ms
Cost
$0.0006
Tokens
99
Status
success
gpt-4o-mini

Workflow Graph

Trace

[
  {
    "data": {
      "nodeType": "trigger"
    },
    "event": "node_start",
    "nodeId": "trigger",
    "timestamp": 1780344042839
  },
  {
    "data": {
      "kind": "n8n-nodes-base.scheduleTrigger"
    },
    "event": "seeded",
    "nodeId": "trigger",
    "timestamp": 1780344042839
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "trigger"
    },
    "event": "node_end",
    "nodeId": "trigger",
    "timestamp": 1780344042839
  },
  {
    "data": {
      "nodeType": "integration"
    },
    "event": "node_start",
    "nodeId": "sheet",
    "timestamp": 1780344042839
  },
  {
    "data": {
      "service": "googleSheets",
      "resolved": true
    },
    "event": "credential_access",
    "nodeId": "_context",
    "timestamp": 1780344042840
  },
  {
    "data": {
      "url": "https://sheets.googleapis.com/v4/spreadsheets/1e8XpVw-np2ABv8gBd_VYhphaHZUYnJ5zoOa--qocbPE/values/A1%3AZ100",
      "method": "GET"
    },
    "event": "http_fetch",
    "nodeId": "_context",
    "timestamp": 1780344042840
  },
  {
    "data": {
      "status": 200
    },
    "event": "sheets.read",
    "nodeId": "integration",
    "timestamp": 1780344043177
  },
  {
    "data": {
      "mode": "read",
      "status": "ok",
      "service": "googleSheets",
      "latencyMs": 337,
      "operation": "read"
    },
    "event": "integration_call",
    "nodeId": "integration",
    "timestamp": 1780344043177
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "integration"
    },
    "event": "node_end",
    "nodeId": "sheet",
    "timestamp": 1780344043177
  },
  {
    "data": {
      "nodeType": "llm"
    },
    "event": "node_start",
    "nodeId": "summarize",
    "timestamp": 1780344043177
  },
  {
    "data": {
      "messages": 2,
      "maxTokens": 200
    },
    "event": "calling openai/gpt-4o-mini",
    "nodeId": "llm",
    "timestamp": 1780344043177
  },
  {
    "data": {
      "model": "gpt-4o-mini",
      "provider": "openai"
    },
    "event": "llm_call",
    "nodeId": "_context",
    "timestamp": 1780344043177
  },
  {
    "data": {
      "model": "gpt-4o-mini-2024-07-18",
      "costUsd": 0.0005625,
      "provider": "openai",
      "latencyMs": 1424,
      "promptTokens": 57,
      "completionTokens": 42
    },
    "event": "llm_result",
    "nodeId": "_context",
    "timestamp": 1780344044602
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "llm"
    },
    "event": "node_end",
    "nodeId": "summarize",
    "timestamp": 1780344044602
  },
  {
    "data": {
      "nodeType": "integration"
    },
    "event": "node_start",
    "nodeId": "slack",
    "timestamp": 1780344044602
  },
  {
    "data": {
      "service": "slack",
      "resolved": true
    },
    "event": "credential_access",
    "nodeId": "_context",
    "timestamp": 1780344044602
  },
  {
    "data": {
      "url": "https://slack.com/api/chat.postMessage",
      "method": "POST"
    },
    "event": "http_fetch",
    "nodeId": "_context",
    "timestamp": 1780344044602
  },
  {
    "data": {
      "status": 200,
      "channel": "C0B7E6R5AQZ"
    },
    "event": "slack.post",
    "nodeId": "integration",
    "timestamp": 1780344044913
  },
  {
    "data": {
      "mode": "write",
      "status": "ok",
      "service": "slack",
      "latencyMs": 311,
      "operation": "postMessage"
    },
    "event": "integration_call",
    "nodeId": "integration",
    "timestamp": 1780344044913
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "integration"
    },
    "event": "node_end",
    "nodeId": "slack",
    "timestamp": 1780344044913
  }
]