Summarize Slack Messages Using AI

870be6df-3890-44a7-bad1-b64139d763a3

Latency
1473ms
Cost
$0.0001
Tokens
55
Status
success
gemini-3-flash-preview

Workflow Graph

Trace

[
  {
    "data": {
      "nodeType": "manualTrigger"
    },
    "event": "node_start",
    "nodeId": "n0",
    "timestamp": 1780647193090
  },
  {
    "data": {
      "initialData": {
        "messages": [
          {
            "ts": "1715612400.0001",
            "text": "Has anyone reviewed the PR for the new dashboard components?",
            "user": "U12345"
          },
          {
            "ts": "1715612460.0002",
            "text": "I started looking at it, but found some CSS issues on mobile view.",
            "user": "U67890"
          },
          {
            "ts": "1715612520.0003",
            "text": "I will fix the mobile responsiveness and push an update by EOD.",
            "user": "U11223"
          }
        ]
      }
    },
    "event": "triggered",
    "nodeId": "manualTrigger",
    "timestamp": 1780647193090
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "manualTrigger"
    },
    "event": "node_end",
    "nodeId": "n0",
    "timestamp": 1780647193090
  },
  {
    "data": {
      "nodeType": "integration"
    },
    "event": "node_start",
    "nodeId": "n1",
    "timestamp": 1780647193094
  },
  {
    "data": {
      "service": "slack",
      "resolved": true
    },
    "event": "credential_access",
    "nodeId": "_context",
    "timestamp": 1780647193094
  },
  {
    "data": {
      "url": "https://slack.com/api/conversations.history?channel=C0B6WTD21QX&limit=5",
      "method": "GET"
    },
    "event": "http_fetch",
    "nodeId": "_context",
    "timestamp": 1780647193094
  },
  {
    "data": {
      "status": 200
    },
    "event": "slack.read",
    "nodeId": "integration",
    "timestamp": 1780647193405
  },
  {
    "data": {
      "mode": "read",
      "status": "ok",
      "service": "slack",
      "latencyMs": 311,
      "operation": "getHistory"
    },
    "event": "integration_call",
    "nodeId": "integration",
    "timestamp": 1780647193405
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "integration"
    },
    "event": "node_end",
    "nodeId": "n1",
    "timestamp": 1780647193405
  },
  {
    "data": {
      "nodeType": "llm"
    },
    "event": "node_start",
    "nodeId": "n2",
    "timestamp": 1780647193411
  },
  {
    "data": {
      "messages": 2,
      "maxTokens": 120
    },
    "event": "calling openai/gpt-4o-mini",
    "nodeId": "llm",
    "timestamp": 1780647193411
  },
  {
    "data": {
      "model": "gpt-4o-mini",
      "provider": "openai"
    },
    "event": "llm_call",
    "nodeId": "_context",
    "timestamp": 1780647193411
  },
  {
    "data": {
      "model": "gemini-3-flash-preview",
      "costUsd": 0.0000803,
      "provider": "openai",
      "latencyMs": 1004,
      "promptTokens": 26,
      "completionTokens": 29
    },
    "event": "llm_result",
    "nodeId": "_context",
    "timestamp": 1780647194417
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "llm"
    },
    "event": "node_end",
    "nodeId": "n2",
    "timestamp": 1780647194417
  },
  {
    "data": {
      "nodeType": "integration"
    },
    "event": "node_start",
    "nodeId": "n3",
    "timestamp": 1780647194422
  },
  {
    "data": {
      "service": "slack",
      "resolved": true
    },
    "event": "credential_access",
    "nodeId": "_context",
    "timestamp": 1780647194422
  },
  {
    "data": {
      "url": "https://slack.com/api/chat.postMessage",
      "method": "POST"
    },
    "event": "http_fetch",
    "nodeId": "_context",
    "timestamp": 1780647194422
  },
  {
    "data": {
      "status": 200,
      "channel": "C0B7E6R5AQZ"
    },
    "event": "slack.post",
    "nodeId": "integration",
    "timestamp": 1780647194563
  },
  {
    "data": {
      "mode": "write",
      "status": "ok",
      "service": "slack",
      "latencyMs": 141,
      "operation": "postMessage"
    },
    "event": "integration_call",
    "nodeId": "integration",
    "timestamp": 1780647194563
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "integration"
    },
    "event": "node_end",
    "nodeId": "n3",
    "timestamp": 1780647194563
  }
]