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": "Cron Cumplea\u00f1os",
"nodes": [
{
"id": "cron_trigger",
"name": "Diario 8am",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
200,
300
],
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 13 * * *"
}
]
}
}
},
{
"id": "call_birthday",
"name": "Ejecutar Cron Birthday",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
440,
300
],
"parameters": {
"method": "POST",
"url": "={{ $env.RESTAURANT_API_URL }}/api/cron/birthday",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "=Bearer {{ $env.CRON_SECRET }}"
}
]
},
"options": {
"timeout": 30000
}
}
},
{
"id": "log_result",
"name": "Log Resultado",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
660,
300
],
"parameters": {
"jsCode": "const data = $input.first().json;\nconsole.log(`[Cron Birthday] Enviados: ${data.sent || 0}, Fallidos: ${data.failed || 0}, Total cumplea\u00f1eros: ${data.total_birthday_customers || 0}`);\nreturn [$input.first()];"
}
}
],
"connections": {
"Diario 8am": {
"main": [
[
{
"node": "Ejecutar Cron Birthday",
"type": "main",
"index": 0
}
]
]
},
"Ejecutar Cron Birthday": {
"main": [
[
{
"node": "Log Resultado",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Cron Cumpleaños. Uses httpRequest. Scheduled trigger; 3 nodes.
Source: https://github.com/josemorenoso/SushiServiceFidelitySystem/blob/08da0f7546c368881bbe54be98116fb14d4b480c/n8n/cron_birthday.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.
Birthday Automation - Production (Fixed). Uses stopAndError, httpRequest, emailSend, bannerbear. Scheduled trigger; 86 nodes.
This template runs two scheduled workflows to govern Microsoft Entra ID (Azure AD) guest accounts by detecting stale users via Microsoft Graph, staging deletions in SharePoint with a 72-hour window, n
Jira-Allure-Auto-Qa. Uses httpRequest, jira. Scheduled trigger; 68 nodes.
Spotify-Sync-Surrealdb-V1. Uses httpRequest, n8n-nodes-surrealdb, spotify. Scheduled trigger; 62 nodes.
As n8n instances scale, teams often lose track of sub-workflows—who uses them, where they are referenced, and whether they can be safely updated. This leads to inefficiencies like unnecessary copies o