Gmail Inbox Triage and Label Suggestion

cb896332-9635-41c0-825a-e30ac4cc3fe2

Latency
2132ms
Cost
$0.0006
Tokens
297
Status
success
gemini-2.5-flash

Workflow Graph

Trace

[
  {
    "data": {
      "nodeType": "manualTrigger"
    },
    "event": "node_start",
    "nodeId": "trigger",
    "timestamp": 1780344062402
  },
  {
    "data": {},
    "event": "triggered",
    "nodeId": "manualTrigger",
    "timestamp": 1780344062402
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "manualTrigger"
    },
    "event": "node_end",
    "nodeId": "trigger",
    "timestamp": 1780344062402
  },
  {
    "data": {
      "nodeType": "integration"
    },
    "event": "node_start",
    "nodeId": "gmail",
    "timestamp": 1780344062402
  },
  {
    "data": {
      "service": "gmail",
      "resolved": true
    },
    "event": "credential_access",
    "nodeId": "_context",
    "timestamp": 1780344062402
  },
  {
    "data": {
      "url": "https://gmail.googleapis.com/gmail/v1/users/me/messages?maxResults=5&q=in%3Ainbox",
      "method": "GET"
    },
    "event": "http_fetch",
    "nodeId": "_context",
    "timestamp": 1780344062402
  },
  {
    "data": {
      "status": 200
    },
    "event": "gmail.read",
    "nodeId": "integration",
    "timestamp": 1780344062529
  },
  {
    "data": {
      "mode": "read",
      "status": "ok",
      "service": "gmail",
      "latencyMs": 127,
      "operation": "getAll"
    },
    "event": "integration_call",
    "nodeId": "integration",
    "timestamp": 1780344062529
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "integration"
    },
    "event": "node_end",
    "nodeId": "gmail",
    "timestamp": 1780344062529
  },
  {
    "data": {
      "nodeType": "llm"
    },
    "event": "node_start",
    "nodeId": "classify",
    "timestamp": 1780344062529
  },
  {
    "data": {
      "messages": 2,
      "maxTokens": 250
    },
    "event": "calling google/gemini-2.5-flash",
    "nodeId": "llm",
    "timestamp": 1780344062529
  },
  {
    "data": {
      "model": "gemini-2.5-flash",
      "provider": "google"
    },
    "event": "llm_call",
    "nodeId": "_context",
    "timestamp": 1780344062529
  },
  {
    "data": {
      "model": "gemini-2.5-flash",
      "costUsd": 0.0006281,
      "provider": "google",
      "latencyMs": 2132,
      "promptTokens": 52,
      "completionTokens": 245
    },
    "event": "llm_result",
    "nodeId": "_context",
    "timestamp": 1780344064663
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "llm"
    },
    "event": "node_end",
    "nodeId": "classify",
    "timestamp": 1780344064663
  }
]