Parse resumes from Gmail to Google Sheets with Azure OpenAI GPT-4o
5d583868-658e-4718-ba55-1263836f85be
Latency
9313ms
Cost
$0.0000
Tokens
0
Status
partialgemini-2.5-flash-lite
Workflow Graph
Trace
[
{
"data": {
"nodeType": "trigger"
},
"event": "node_start",
"nodeId": "f17712f0-4ebd-4615-8cab-8a755d085e04",
"timestamp": 1780869098471
},
{
"data": {
"kind": "n8n-nodes-base.gmailTrigger"
},
"event": "seeded",
"nodeId": "trigger",
"timestamp": 1780869098471
},
{
"data": {
"status": "ok",
"nodeType": "trigger"
},
"event": "node_end",
"nodeId": "f17712f0-4ebd-4615-8cab-8a755d085e04",
"timestamp": 1780869098471
},
{
"data": {
"nodeType": "llm"
},
"event": "node_start",
"nodeId": "250b120d-e888-44b2-b151-9a42f5eae6bf",
"timestamp": 1780869098473
},
{
"data": {
"messages": 1,
"maxTokens": 1024
},
"event": "calling openai/gpt-4o-mini",
"nodeId": "llm",
"timestamp": 1780869098473
},
{
"data": {
"model": "gpt-4o-mini",
"provider": "openai"
},
"event": "llm_call",
"nodeId": "_context",
"timestamp": 1780869098473
},
{
"data": {
"error": "Google Gemini API error (500): {\n \"error\": {\n \"code\": 500,\n \"message\": \"An internal error has occurred. Please retry or report in https://developers.generativeai.google/guide/troubleshooting\",\n \"status\": \"INTERNAL\"\n }\n}\n",
"status": "error",
"degraded": true,
"nodeType": "llm"
},
"event": "node_end",
"nodeId": "250b120d-e888-44b2-b151-9a42f5eae6bf",
"timestamp": 1780869102558
},
{
"data": {
"nodeType": "integration"
},
"event": "node_start",
"nodeId": "bf330813-ff4e-45e6-a77c-051bf0fd76f6",
"timestamp": 1780869102560
},
{
"data": {
"service": "gmail",
"resolved": true
},
"event": "credential_access",
"nodeId": "_context",
"timestamp": 1780869102560
},
{
"data": {
"url": "https://gmail.googleapis.com/gmail/v1/users/me/messages?maxResults=5&q=in%3Ainbox",
"method": "GET"
},
"event": "http_fetch",
"nodeId": "_context",
"timestamp": 1780869102560
},
{
"data": {
"status": 200
},
"event": "gmail.read",
"nodeId": "integration",
"timestamp": 1780869102687
},
{
"data": {
"mode": "read",
"status": "ok",
"service": "gmail",
"latencyMs": 127,
"operation": "read"
},
"event": "integration_call",
"nodeId": "integration",
"timestamp": 1780869102687
},
{
"data": {
"status": "ok",
"nodeType": "integration"
},
"event": "node_end",
"nodeId": "bf330813-ff4e-45e6-a77c-051bf0fd76f6",
"timestamp": 1780869102687
},
{
"data": {
"nodeType": "integration"
},
"event": "node_start",
"nodeId": "22e9642c-79d5-46e8-8f65-628a5e193fee",
"timestamp": 1780869102692
},
{
"data": {
"service": "googleDrive",
"resolved": true
},
"event": "credential_access",
"nodeId": "_context",
"timestamp": 1780869102692
},
{
"data": {
"url": "https://www.googleapis.com/drive/v3/files?pageSize=10&fields=files(id,name,mimeType)",
"method": "GET"
},
"event": "http_fetch",
"nodeId": "_context",
"timestamp": 1780869102692
},
{
"data": {
"status": 200
},
"event": "drive.read",
"nodeId": "integration",
"timestamp": 1780869103090
},
{
"data": {
"mode": "read",
"status": "ok",
"service": "googleDrive",
"latencyMs": 398,
"operation": "read"
},
"event": "integration_call",
"nodeId": "integration",
"timestamp": 1780869103090
},
{
"data": {
"status": "ok",
"nodeType": "integration"
},
"event": "node_end",
"nodeId": "22e9642c-79d5-46e8-8f65-628a5e193fee",
"timestamp": 1780869103090
},
{
"data": {
"nodeType": "integration"
},
"event": "node_start",
"nodeId": "e1a5d0b4-ed80-4871-b545-7d4def965a46",
"timestamp": 1780869103095
},
{
"data": {
"service": "googleDrive",
"resolved": true
},
"event": "credential_access",
"nodeId": "_context",
"timestamp": 1780869103095
},
{
"data": {
"url": "https://www.googleapis.com/drive/v3/files?pageSize=10&fields=files(id,name,mimeType)",
"method": "GET"
},
"event": "http_fetch",
"nodeId": "_context",
"timestamp": 1780869103095
},
{
"data": {
"status": 200
},
"event": "drive.read",
"nodeId": "integration",
"timestamp": 1780869103410
},
{
"data": {
"mode": "read",
"status": "ok",
"service": "googleDrive",
"latencyMs": 315,
"operation": "read"
},
"event": "integration_call",
"nodeId": "integration",
"timestamp": 1780869103410
},
{
"data": {
"status": "ok",
"nodeType": "integration"
},
"event": "node_end",
"nodeId": "e1a5d0b4-ed80-4871-b545-7d4def965a46",
"timestamp": 1780869103410
},
{
"data": {
"nodeType": "passthrough"
},
"event": "node_start",
"nodeId": "42fe4e70-e92d-4235-b21a-d5659c10a640",
"timestamp": 1780869103414
},
{
"data": {},
"event": "noOp",
"nodeId": "passthrough",
"timestamp": 1780869103414
},
{
"data": {
"status": "ok",
"nodeType": "passthrough"
},
"event": "node_end",
"nodeId": "42fe4e70-e92d-4235-b21a-d5659c10a640",
"timestamp": 1780869103414
},
{
"data": {
"nodeType": "llm"
},
"event": "node_start",
"nodeId": "c9bdf639-b158-4ccb-bd97-9c97adc79676",
"timestamp": 1780869103417
},
{
"data": {
"messages": 1,
"maxTokens": 1024
},
"event": "calling openai/gpt-4o-mini",
"nodeId": "llm",
"timestamp": 1780869103417
},
{
"data": {
"model": "gpt-4o-mini",
"provider": "openai"
},
"event": "llm_call",
"nodeId": "_context",
"timestamp": 1780869103417
},
{
"data": {
"error": "Google Gemini API error (500): {\n \"error\": {\n \"code\": 500,\n \"message\": \"An internal error has occurred. Please retry or report in https://developers.generativeai.google/guide/troubleshooting\",\n \"status\": \"INTERNAL\"\n }\n}\n",
"status": "error",
"degraded": true,
"nodeType": "llm"
},
"event": "node_end",
"nodeId": "c9bdf639-b158-4ccb-bd97-9c97adc79676",
"timestamp": 1780869107553
},
{
"data": {
"nodeType": "code"
},
"event": "node_start",
"nodeId": "150fcd9b-d133-4e02-8b09-7bc81f602b28",
"timestamp": 1780869107553
},
{
"data": {
"mode": "read",
"status": "ok",
"service": "code",
"latencyMs": 0,
"operation": "no-source",
"simulated": true
},
"event": "integration_mocked",
"nodeId": "integration",
"timestamp": 1780869107553
},
{
"data": {
"status": "ok",
"nodeType": "code"
},
"event": "node_end",
"nodeId": "150fcd9b-d133-4e02-8b09-7bc81f602b28",
"timestamp": 1780869107553
},
{
"data": {
"nodeType": "integration"
},
"event": "node_start",
"nodeId": "f0260967-aeb4-4f45-aafb-acc8cef73f70",
"timestamp": 1780869107561
},
{
"data": {
"service": "googleSheets",
"resolved": true
},
"event": "credential_access",
"nodeId": "_context",
"timestamp": 1780869107561
},
{
"data": {
"url": "https://sheets.googleapis.com/v4/spreadsheets/1e8XpVw-np2ABv8gBd_VYhphaHZUYnJ5zoOa--qocbPE/values/A1%3AZ100",
"method": "GET"
},
"event": "http_fetch",
"nodeId": "_context",
"timestamp": 1780869107561
},
{
"data": {
"status": 200
},
"event": "sheets.read",
"nodeId": "integration",
"timestamp": 1780869107784
},
{
"data": {
"mode": "read",
"status": "ok",
"service": "googleSheets",
"latencyMs": 223,
"operation": "read"
},
"event": "integration_call",
"nodeId": "integration",
"timestamp": 1780869107784
},
{
"data": {
"status": "ok",
"nodeType": "integration"
},
"event": "node_end",
"nodeId": "f0260967-aeb4-4f45-aafb-acc8cef73f70",
"timestamp": 1780869107784
}
]