Extract Gmail Information to Google Calendar Events
a1257ab8-3b5f-455a-bd2f-c450f8a161a8
Latency
2214ms
Cost
$0.0004
Tokens
180
Status
successgemini-3-flash-preview
Workflow Graph
Trace
[
{
"data": {
"nodeType": "manualTrigger"
},
"event": "node_start",
"nodeId": "n0",
"timestamp": 1780741625994
},
{
"data": {
"initialData": {}
},
"event": "triggered",
"nodeId": "manualTrigger",
"timestamp": 1780741625994
},
{
"data": {
"status": "ok",
"nodeType": "manualTrigger"
},
"event": "node_end",
"nodeId": "n0",
"timestamp": 1780741625994
},
{
"data": {
"nodeType": "integration"
},
"event": "node_start",
"nodeId": "n1",
"timestamp": 1780741625997
},
{
"data": {
"service": "gmail",
"resolved": true
},
"event": "credential_access",
"nodeId": "_context",
"timestamp": 1780741625997
},
{
"data": {
"url": "https://gmail.googleapis.com/gmail/v1/users/me/messages?maxResults=5&q=in%3Ainbox",
"method": "GET"
},
"event": "http_fetch",
"nodeId": "_context",
"timestamp": 1780741625997
},
{
"data": {
"status": 200
},
"event": "gmail.read",
"nodeId": "integration",
"timestamp": 1780741626116
},
{
"data": {
"mode": "read",
"status": "ok",
"service": "gmail",
"latencyMs": 119,
"operation": "getAll"
},
"event": "integration_call",
"nodeId": "integration",
"timestamp": 1780741626116
},
{
"data": {
"status": "ok",
"nodeType": "integration"
},
"event": "node_end",
"nodeId": "n1",
"timestamp": 1780741626116
},
{
"data": {
"nodeType": "llm"
},
"event": "node_start",
"nodeId": "n2",
"timestamp": 1780741626122
},
{
"data": {
"messages": 2,
"maxTokens": 140
},
"event": "calling openai/gpt-4o-mini",
"nodeId": "llm",
"timestamp": 1780741626122
},
{
"data": {
"model": "gpt-4o-mini",
"provider": "openai"
},
"event": "llm_call",
"nodeId": "_context",
"timestamp": 1780741626122
},
{
"data": {
"model": "gemini-3-flash-preview",
"costUsd": 0.0003752,
"provider": "openai",
"latencyMs": 1561,
"promptTokens": 34,
"completionTokens": 146
},
"event": "llm_result",
"nodeId": "_context",
"timestamp": 1780741627684
},
{
"data": {
"status": "ok",
"nodeType": "llm"
},
"event": "node_end",
"nodeId": "n2",
"timestamp": 1780741627684
},
{
"data": {
"nodeType": "integration"
},
"event": "node_start",
"nodeId": "n3",
"timestamp": 1780741627688
},
{
"data": {
"service": "googleCalendar",
"resolved": true
},
"event": "credential_access",
"nodeId": "_context",
"timestamp": 1780741627688
},
{
"data": {
"url": "https://www.googleapis.com/calendar/v3/calendars/primary/events",
"method": "POST"
},
"event": "http_fetch",
"nodeId": "_context",
"timestamp": 1780741627688
},
{
"data": {
"status": 200
},
"event": "calendar.create",
"nodeId": "integration",
"timestamp": 1780741628208
},
{
"data": {
"mode": "write",
"status": "ok",
"service": "googleCalendar",
"latencyMs": 520,
"operation": "create"
},
"event": "integration_call",
"nodeId": "integration",
"timestamp": 1780741628208
},
{
"data": {
"status": "ok",
"nodeType": "integration"
},
"event": "node_end",
"nodeId": "n3",
"timestamp": 1780741628208
}
]