Gmail AI Triage and Slack Alerts

a55da9a5-a3dc-4e37-9671-93b151cefcdd

Latency
1653ms
Cost
$0.0001
Tokens
84
Status
success
gemini-3-flash-preview

Workflow Graph

Trace

[
  {
    "data": {
      "nodeType": "manualTrigger"
    },
    "event": "node_start",
    "nodeId": "n0",
    "timestamp": 1780780555004
  },
  {
    "data": {
      "initialData": {}
    },
    "event": "triggered",
    "nodeId": "manualTrigger",
    "timestamp": 1780780555004
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "manualTrigger"
    },
    "event": "node_end",
    "nodeId": "n0",
    "timestamp": 1780780555004
  },
  {
    "data": {
      "nodeType": "integration"
    },
    "event": "node_start",
    "nodeId": "n1",
    "timestamp": 1780780555006
  },
  {
    "data": {
      "service": "gmail",
      "resolved": true
    },
    "event": "credential_access",
    "nodeId": "_context",
    "timestamp": 1780780555006
  },
  {
    "data": {
      "url": "https://gmail.googleapis.com/gmail/v1/users/me/messages?maxResults=5&q=in%3Ainbox",
      "method": "GET"
    },
    "event": "http_fetch",
    "nodeId": "_context",
    "timestamp": 1780780555006
  },
  {
    "data": {
      "status": 200
    },
    "event": "gmail.read",
    "nodeId": "integration",
    "timestamp": 1780780555201
  },
  {
    "data": {
      "mode": "read",
      "status": "ok",
      "service": "gmail",
      "latencyMs": 195,
      "operation": "getAll"
    },
    "event": "integration_call",
    "nodeId": "integration",
    "timestamp": 1780780555201
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "integration"
    },
    "event": "node_end",
    "nodeId": "n1",
    "timestamp": 1780780555201
  },
  {
    "data": {
      "nodeType": "llm"
    },
    "event": "node_start",
    "nodeId": "n2",
    "timestamp": 1780780555205
  },
  {
    "data": {
      "messages": 2,
      "maxTokens": 120
    },
    "event": "calling openai/gpt-4o-mini",
    "nodeId": "llm",
    "timestamp": 1780780555205
  },
  {
    "data": {
      "model": "gpt-4o-mini",
      "provider": "openai"
    },
    "event": "llm_call",
    "nodeId": "_context",
    "timestamp": 1780780555205
  },
  {
    "data": {
      "model": "gemini-3-flash-preview",
      "costUsd": 0.0001396,
      "provider": "openai",
      "latencyMs": 1172,
      "promptTokens": 32,
      "completionTokens": 52
    },
    "event": "llm_result",
    "nodeId": "_context",
    "timestamp": 1780780556379
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "llm"
    },
    "event": "node_end",
    "nodeId": "n2",
    "timestamp": 1780780556379
  },
  {
    "data": {
      "nodeType": "integration"
    },
    "event": "node_start",
    "nodeId": "n3",
    "timestamp": 1780780556383
  },
  {
    "data": {
      "service": "slack",
      "resolved": true
    },
    "event": "credential_access",
    "nodeId": "_context",
    "timestamp": 1780780556383
  },
  {
    "data": {
      "url": "https://slack.com/api/chat.postMessage",
      "method": "POST"
    },
    "event": "http_fetch",
    "nodeId": "_context",
    "timestamp": 1780780556384
  },
  {
    "data": {
      "status": 200,
      "channel": "C0B7E6R5AQZ"
    },
    "event": "slack.post",
    "nodeId": "integration",
    "timestamp": 1780780556657
  },
  {
    "data": {
      "mode": "write",
      "status": "ok",
      "service": "slack",
      "latencyMs": 274,
      "operation": "postMessage"
    },
    "event": "integration_call",
    "nodeId": "integration",
    "timestamp": 1780780556657
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "integration"
    },
    "event": "node_end",
    "nodeId": "n3",
    "timestamp": 1780780556657
  }
]