This workflow follows the HTTP Request → Slack 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": "Daily Sales Digest",
"active": false,
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "days",
"triggerAtHour": 8
}
]
}
},
"id": "daily_schedule",
"name": "Daily Schedule",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
180,
300
]
},
{
"parameters": {
"documentId": "={{$env.GOOGLE_SHEETS_DOCUMENT_ID}}",
"sheetName": "Sales",
"operation": "read"
},
"id": "read_sales_sheet",
"name": "Read Sales Sheet",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4,
"position": [
460,
300
]
},
{
"parameters": {
"chatId": "={{$env.TELEGRAM_CHAT_ID}}",
"text": "={{'Daily sales rows processed: ' + $items().length}}"
},
"id": "send_digest",
"name": "Send Digest",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1,
"position": [
740,
300
]
}
],
"connections": {
"Daily Schedule": {
"main": [
[
{
"node": "Read Sales Sheet",
"type": "main",
"index": 0
}
]
]
},
"Read Sales Sheet": {
"main": [
[
{
"node": "Send Digest",
"type": "main",
"index": 0
}
]
]
}
},
"meta": {
"templateNote": "Adjust sheet name and summary text to match the business report."
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
slackApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Daily Sales Digest. Uses httpRequest, slack. Scheduled trigger; 6 nodes.
Source: https://github.com/Rruubeenn23/Vapers/blob/53d90f273b2d0172d72c0351e38e6199d0a65d27/n8n/daily_sales_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.
debug. Uses httpRequest, slack, redis, mailgun. Scheduled trigger; 60 nodes.
Seller Follow-Up Engine (Enhanced). Uses httpRequest, slack. Scheduled trigger; 44 nodes.
This workflow is an automated employee time tracking and reporting system that monitors weekly work hours via TMetric, then delivers personalized summaries directly to each team member on Slack. It co
Import Productboard Notes Companies And Features Into Snowflake. Uses stickyNote, httpRequest, splitOut, snowflake. Scheduled trigger; 35 nodes.
Import Productboard Notes, Companies and Features into Snowflake. Uses stickyNote, httpRequest, splitOut, snowflake. Scheduled trigger; 35 nodes.