Extract Gmail Information to Google Calendar Events
9e406f84-f1f8-43bc-b088-09f4200313eb
Latency
890ms
Cost
$0.0004
Tokens
73
Status
successgpt-4o-mini
Workflow Graph
Trace
[
{
"data": {
"nodeType": "manualTrigger"
},
"event": "node_start",
"nodeId": "n0",
"timestamp": 1780344311027
},
{
"data": {},
"event": "triggered",
"nodeId": "manualTrigger",
"timestamp": 1780344311027
},
{
"data": {
"status": "ok",
"nodeType": "manualTrigger"
},
"event": "node_end",
"nodeId": "n0",
"timestamp": 1780344311027
},
{
"data": {
"nodeType": "integration"
},
"event": "node_start",
"nodeId": "n1",
"timestamp": 1780344311027
},
{
"data": {
"service": "gmail",
"resolved": true
},
"event": "credential_access",
"nodeId": "_context",
"timestamp": 1780344311027
},
{
"data": {
"url": "https://gmail.googleapis.com/gmail/v1/users/me/messages?maxResults=5&q=in%3Ainbox",
"method": "GET"
},
"event": "http_fetch",
"nodeId": "_context",
"timestamp": 1780344311027
},
{
"data": {
"status": 200
},
"event": "gmail.read",
"nodeId": "integration",
"timestamp": 1780344311147
},
{
"data": {
"mode": "read",
"status": "ok",
"service": "gmail",
"latencyMs": 120,
"operation": "getAll"
},
"event": "integration_call",
"nodeId": "integration",
"timestamp": 1780344311147
},
{
"data": {
"status": "ok",
"nodeType": "integration"
},
"event": "node_end",
"nodeId": "n1",
"timestamp": 1780344311147
},
{
"data": {
"nodeType": "llm"
},
"event": "node_start",
"nodeId": "n2",
"timestamp": 1780344311147
},
{
"data": {
"messages": 2,
"maxTokens": 140
},
"event": "calling openai/gpt-4o-mini",
"nodeId": "llm",
"timestamp": 1780344311147
},
{
"data": {
"model": "gpt-4o-mini",
"provider": "openai"
},
"event": "llm_call",
"nodeId": "_context",
"timestamp": 1780344311147
},
{
"data": {
"model": "gpt-4o-mini-2024-07-18",
"costUsd": 0.0004,
"provider": "openai",
"latencyMs": 890,
"promptTokens": 44,
"completionTokens": 29
},
"event": "llm_result",
"nodeId": "_context",
"timestamp": 1780344312038
},
{
"data": {
"status": "ok",
"nodeType": "llm"
},
"event": "node_end",
"nodeId": "n2",
"timestamp": 1780344312038
},
{
"data": {
"nodeType": "integration"
},
"event": "node_start",
"nodeId": "n3",
"timestamp": 1780344312038
},
{
"data": {
"service": "googleCalendar",
"resolved": true
},
"event": "credential_access",
"nodeId": "_context",
"timestamp": 1780344312038
},
{
"data": {
"url": "https://www.googleapis.com/calendar/v3/calendars/primary/events",
"method": "POST"
},
"event": "http_fetch",
"nodeId": "_context",
"timestamp": 1780344312038
},
{
"data": {
"status": 200
},
"event": "calendar.create",
"nodeId": "integration",
"timestamp": 1780344312446
},
{
"data": {
"mode": "write",
"status": "ok",
"service": "googleCalendar",
"latencyMs": 408,
"operation": "create"
},
"event": "integration_call",
"nodeId": "integration",
"timestamp": 1780344312446
},
{
"data": {
"status": "ok",
"nodeType": "integration"
},
"event": "node_end",
"nodeId": "n3",
"timestamp": 1780344312446
}
]