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 →
{
"id": "peskids-daily-digest",
"name": "Peskids - Daily digest 8am",
"active": true,
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 8 * * *"
}
]
}
},
"id": "Cron",
"name": "8am Bogota",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
0,
0
]
},
{
"parameters": {
"method": "GET",
"url": "={{$env.PESKIDS_APP_URL || 'https://peskids.op-sly.com'}}/api/admin/digest/daily",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "=Bearer {{ $env.PESKIDS_DIGEST_CRON_SECRET }}"
}
]
}
},
"id": "HttpDigest",
"name": "GET daily digest",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
280,
0
]
}
],
"connections": {
"8am Bogota": {
"main": [
[
{
"node": "GET daily digest",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"timezone": "America/Bogota"
},
"meta": {
"templateCredsSetupCompleted": false
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Peskids - Daily digest 8am. Uses httpRequest. Scheduled trigger; 2 nodes.
Source: https://github.com/cloudsysops/opsly/blob/f15e7cca91a8ae56ab18bb360c5abadf64dbbbbf/.n8n/1-workflows/peskids/peskids-daily-digest.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.
ELYVN Deploy Verifier. Uses httpRequest. Scheduled trigger; 6 nodes.
03 · Auditoria Diária — Carlos. Uses httpRequest. Scheduled trigger; 6 nodes.
Fechamento Mensal - Automação. Uses httpRequest, emailSend. Scheduled trigger; 6 nodes.