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": "01.09 Automated Month-End Close & Board Reporting",
"nodes": [
{
"parameters": {
"path": "webhook-01-09"
},
"id": "daa5eadf-980f-4963-8091-26763854556c",
"name": "Webhook Trigger",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
200,
300
]
},
{
"parameters": {
"content": "## Automated Month-End Close & Board Reporting\n\n**The Problem:**\nThe month-end close process requires aggregating data, running complex variance calculations, and formatting board decks, taking days of manual accounting work.",
"height": 200,
"width": 600
},
"id": "4ea5fe3a-427b-40d6-a1a6-9a82c400126a",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
200,
50
]
},
{
"parameters": {},
"id": "6fa8f9d1-3148-4886-b813-503f98f46cc4",
"name": "Xero",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
450,
300
]
},
{
"parameters": {},
"id": "876fe3d0-3d35-42c6-b581-7711cf47ee17",
"name": "Python",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
700,
300
]
},
{
"parameters": {},
"id": "73219a07-fb82-45f8-9281-755362efccaf",
"name": "Excel generation",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
950,
300
]
},
{
"parameters": {},
"id": "0b409cc6-3fd8-43fd-9cd7-92ba336b3b01",
"name": "Secure Email",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 1,
"position": [
1200,
300
]
}
],
"connections": {
"Webhook Trigger": {
"main": [
[
{
"node": "Xero",
"type": "main",
"index": 0
}
]
]
},
"Xero": {
"main": [
[
{
"node": "Python",
"type": "main",
"index": 0
}
]
]
},
"Python": {
"main": [
[
{
"node": "Excel generation",
"type": "main",
"index": 0
}
]
]
},
"Excel generation": {
"main": [
[
{
"node": "Secure Email",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "4cb4048a-9709-4296-9ba0-a48f5d86dab5"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
01.09 Automated Month-End Close & Board Reporting. Uses httpRequest, emailSend. Webhook trigger; 6 nodes.
Source: https://github.com/avuzmal/n8n.automation/blob/main/workflows/01_09_automated_month_end_close_board_reporting.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.
세미나 데모 용 워크플로우. Uses httpRequest, emailSend. Webhook trigger; 17 nodes.
VenueDesk - Cancel Booking (Series Support). Uses emailSend, httpRequest. Webhook trigger; 17 nodes.
worklow_doc. Uses httpRequest, readBinaryFile, n8n-nodes-docxtemplater, emailSend. Webhook trigger; 15 nodes.
WF2 - Upload Manual | JurisAI. Uses httpRequest, emailSend. Webhook trigger; 15 nodes.
Deliver personalized files instantly after PayPal transactions using n8n – without writing a single backend line.