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.
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
This workflow is an improvement of this workflow by Greg Brzezinka.
N8N-Workflow-Github-Manager. Uses github, httpRequest, n8n. Scheduled trigger; 38 nodes.
This workflow uses KlickTipp community nodes, available for self-hosted n8n instances only.
This workflow acts as an automated engagement bot. It sends a Direct Message (DM) with a link or resource to any follower who replies to your post with a specific target keyword.