The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "ejecucion_automatica",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "minutes"
}
]
}
},
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.3,
"position": [
-544,
-48
],
"id": "3411396f-f3da-47e6-a149-da36020112a1",
"name": "Schedule Trigger"
},
{
"parameters": {
"operation": "getAll",
"calendar": {
"__rl": true,
"mode": "list",
"value": ""
},
"options": {}
},
"type": "n8n-nodes-base.googleCalendar",
"typeVersion": 1.3,
"position": [
-288,
-48
],
"id": "9723bedd-b8c5-4e42-ae97-4d0e300bfea7",
"name": "Get many events",
"credentials": {
"googleCalendarOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict",
"version": 3
},
"conditions": [
{
"id": "ca3a71b5-90d4-4663-be74-38fd5d94b744",
"leftValue": "",
"rightValue": "",
"operator": {
"type": "string",
"operation": "equals",
"name": "filter.operator.equals"
}
}
],
"combinator": "and"
},
"options": {}
},
"type": "n8n-nodes-base.if",
"typeVersion": 2.3,
"position": [
-80,
-48
],
"id": "9378893f-07d2-4586-ab98-59f431c01e7c",
"name": "noc_disponible"
},
{
"parameters": {
"workflowId": {
"__rl": true,
"value": "Etd6jvkJ4uGL6rYj",
"mode": "list",
"cachedResultUrl": "/workflow/Etd6jvkJ4uGL6rYj",
"cachedResultName": "diagnostico_noc_automatizado"
},
"workflowInputs": {
"mappingMode": "defineBelow",
"value": {},
"matchingColumns": [],
"schema": [],
"attemptToConvertTypes": false,
"convertFieldsToString": true
},
"options": {}
},
"type": "n8n-nodes-base.executeWorkflow",
"typeVersion": 1.3,
"position": [
336,
64
],
"id": "d8f2b93d-694c-4ddd-a582-cf0ed0654082",
"name": "Call 'diagnostico_noc_automatizado'"
},
{
"parameters": {},
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
336,
-128
],
"id": "9873d273-6e11-4686-ae74-6b91cd966dfb",
"name": "No Operation, do nothing"
}
],
"connections": {
"Schedule Trigger": {
"main": [
[
{
"node": "Get many events",
"type": "main",
"index": 0
}
]
]
},
"Get many events": {
"main": [
[
{
"node": "noc_disponible",
"type": "main",
"index": 0
}
]
]
},
"noc_disponible": {
"main": [
[
{
"node": "No Operation, do nothing",
"type": "main",
"index": 0
}
],
[
{
"node": "Call 'diagnostico_noc_automatizado'",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1",
"binaryMode": "separate"
},
"versionId": "2a51e277-45c9-419f-af91-f9a74961acba",
"meta": {
"templateCredsSetupCompleted": true
},
"nodeGroups": [],
"id": "kDl0JptTe3SFfLBI",
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
googleCalendarOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
ejecucion_automatica. Uses googleCalendar. Scheduled trigger; 5 nodes.
Source: https://github.com/tecno-consultores/ISP-Copilot/blob/main/workflows/ejecucion_automatica.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This automated n8n workflow checks daily travel itineraries, syncs upcoming trips to Google Calendar, and sends reminder notifications to travelers via email or SMS. Perfect for travel agencies, tour
This automated n8n workflow checks daily class schedules, syncs upcoming classes to Google Calendar, and sends reminder notifications to students via email or SMS. Perfect for educational institutions
Send free SMS appointment reminders from Google Calendar with n8n and RCSZilla.
Automated Student Class Scheduling & Calendar Reminder. Uses microsoftExcel, googleCalendar. Scheduled trigger; 15 nodes.
Calendar to Obsidian. Uses readWriteFile, googleCalendar, executeCommand, googleDrive. Scheduled trigger; 14 nodes.