Block 1 - 0. Cron (Monthly Schedule)
- Type / Role
- n8n-nodes-base.cron - cron
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
How It Works ️ This workflow is a powerful automation engine for your marketing efforts. On a set schedule, it automatically generates a professional market report and distributes it to your clien...
n8n-nodes-base.cron, n8n-nodes-base.httprequest, n8n-nodes-base.function, n8n-nodes-base.googledocs, n8n-nodes-base.googlesheets, n8n-nodes-base.splitinbatches, n8n-nodes-base.gmail, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Marth.
Original n8n.io sourceThis workflow is a powerful automation engine for your marketing efforts. On a set schedule, it automatically generates a professional market report and distributes it to your client list, positioning you as a market expert with zero manual effort.
Setting up this complex workflow requires careful configuration of each node and external services.
Import Workflow JSON:
Prepare Your Data & Tools:
{{ averagePrice }}, {{ totalSales }}, and {{ reportMonth }} for the data you want to insert.Client Name and Client Email.Configure 0. Cron (Monthly Schedule):
hour or dayOfMonth if needed.Configure 1. HTTP Request (Get Market Data):
https://api.your-market-data-service.com/data/monthly?region=Jakarta with the actual URL of your market data API endpoint.Header Auth for an API key) according to your API provider's documentation.Configure 2. Function (Process Data):
totalSales, averagePrice, etc.) match the placeholders in your Google Docs template.Configure 3. Google Docs (Create Report):
YOUR_GOOGLE_DOCS_TEMPLATE_ID with the ID of the template you created.variable names (averagePrice, totalSales, etc.) perfectly match the placeholders in your Google Docs template.Configure 4. Google Sheets (Get Client List):
YOUR_CLIENT_MAILING_LIST_SPREADSHEET_ID with the ID of your client list sheet.Configure 5. Split In Batches:
Configure 6. Gmail (Send Report):
[email protected] with the email address you want to send from.={{ $json['Client Email'] }} (This pulls the email from the current batch item).Review and Activate:
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 | Generate & distribute market reports with Google Docs, Sheets, and Gmail |
|---|---|
| Complexity | intermediate |
| Nodes | 9 |
| Categories | Market Research |
| Author | Marth |
| Published | 25 Jul 2025 |
Use the JSON export at /data/workflows/6429/6429.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.
How It Works ️ This workflow is a powerful automation engine for your marketing efforts. On a set schedule, it automatically generates a professional market report and distributes it to your clien...
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 Market Research use case.