Block 1 - Daily Schedule
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
Daily WooCommerce Sales Snapshot to Slack with Google Sheets Logging This workflow automatically collects WooCommerce sales data every day, calculates key sales metrics, sends a clean summary to Sl...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.woocommerce, n8n-nodes-base.filter, n8n-nodes-base.code, n8n-nodes-base.merge, n8n-nodes-base.slack, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io sourceThis workflow automatically collects WooCommerce sales data every day, calculates key sales metrics, sends a clean summary to Slack and logs the same data into Google Sheets for historical tracking. It helps teams stay informed about daily performance without manually checking dashboards or reports.
This workflow runs on a daily schedule and fetches all recent orders from a WooCommerce store. It filters the orders to include only paid ones (Processing and Completed) and further narrows them down to those created within the last 24 hours.
Using separate Code nodes, the workflow calculates essential sales metrics such as total revenue, number of orders, average order value (AOV) and the top-selling products. These metrics are merged into a single structured object for consistent downstream use.
Finally, the workflow sends a formatted sales summary to a Slack channel for quick visibility and appends the same data as a row in Google Sheets. This creates a reliable daily log that can be used for trend analysis and reporting.
Many more variations are possible depending on business needs.
| Issue | Possible Cause | Solution |
|---|---|---|
| Slack message not received | Slack credentials or channel issue | Verify Slack API and channel |
| Google Sheet not updating | Incorrect sheet or mapping | Recheck sheet selection |
| Orders missing | Order status filter too strict | Update filter conditions |
| Revenue incorrect | Time filter issue | Verify last 24-hour logic |
| Workflow not running | Workflow inactive | Activate workflow |
If you need help setting up, customizing or extending this workflow, our n8n automation experts at WeblineIndia can assist.
We specialize in:
Contact WeblineIndia to build reliable and scalable automation tailored to your business.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Send a daily WooCommerce sales snapshot to Slack with Google Sheets logging |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | CRM |
| Author | WeblineIndia |
| Published | 22 Jan 2026 |
Use the JSON export at /data/workflows/12901/12901.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Daily WooCommerce Sales Snapshot to Slack with Google Sheets Logging This workflow automatically collects WooCommerce sales data every day, calculates key sales metrics, sends a clean summary to Sl...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your CRM use case.