This workflow follows the Emailsend → HTTP Request recipe pattern — see all workflows that pair these two integrations.
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": "Reporte Semanal Workflow",
"nodes": [
{
"parameters": {},
"name": "Weekly Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"options": {},
"requestMethod": "GET",
"url": "http://localhost:3001/trpc/reports.operational",
"responseFormat": "json"
},
"name": "Fetch Operational Report",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
450,
300
]
},
{
"parameters": {
"jsCode": "const pdf = $input.first().json.result?.data?.json;\nreturn [{ pdf }];"
},
"name": "Extract PDF",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
650,
300
]
},
{
"parameters": {
"fromEmail": "agrotech@example.com",
"toEmail": "admin@example.com",
"subject": "Reporte Semanal AgroTech",
"text": "Adjunto reporte operativo generado autom\u00e1ticamente."
},
"name": "Send Email",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 2,
"position": [
850,
300
]
}
],
"connections": {
"Weekly Trigger": {
"main": [
[
{
"node": "Fetch Operational Report",
"type": "main",
"index": 0
}
]
]
},
"Fetch Operational Report": {
"main": [
[
{
"node": "Extract PDF",
"type": "main",
"index": 0
}
]
]
},
"Extract PDF": {
"main": [
[
{
"node": "Send Email",
"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
Reporte Semanal Workflow. Uses scheduleTrigger, httpRequest, emailSend. Scheduled trigger; 4 nodes.
Source: https://github.com/RobertoA1/lab03-soft/blob/b2fb1c72103960d5cc72a5197d3cac9b6019811d/.n8n/workflows/reporte-semanal.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.
Perfect for content publishing with organic scheduling patterns, social media automation, API systems that need to avoid rate limiting, or any automation requiring randomised timing control across mul
Complete backup solution that saves both workflows and credentials to local/server disk with optional FTP upload for off-site redundancy.
WF-Main - XHS 主控制器. Uses scheduleTrigger, httpRequest, executeWorkflow, noOp. Scheduled trigger; 21 nodes.
Dm-Profile-Visitors. Uses httpRequest, googleSheets. Scheduled trigger; 21 nodes.
RSS to Multi-Channel Social (X / LinkedIn / Discord). Uses stickyNote, scheduleTrigger, httpRequest. Scheduled trigger; 19 nodes.