Block 1 - Groq Chat Model1
- Type / Role
- @n8n/n8n-nodes-langchain.lmChatGroq - lmChatGroq
- Config choices
- Version 1
How it works This workflow automatically generates an AI powered revenue forecast whenever a new deal is created in HubSpot. It collects all active deals, standardizes key sales data, and sends it ...
@n8n/n8n-nodes-langchain.lmchatgroq, n8n-nodes-base.gmail, n8n-nodes-base.slack, n8n-nodes-base.splitinbatches, n8n-nodes-base.wait, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.hubspottrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Avkash Kakdiya.
Original n8n.io sourceThis workflow automatically generates an AI-powered revenue forecast whenever a new deal is created in HubSpot. It collects all active deals, standardizes key sales data, and sends it to an AI model for forecasting and risk analysis. The AI produces best, likely, and worst-case revenue scenarios along with actionable insights. Results are shared with stakeholders via Slack and Email and stored in Google Sheets for tracking.
Step 1 : Collect & prepare HubSpot deals
HubSpot Trigger – Starts the workflow when a new deal is created in HubSpot.
Get many deals – Fetches all active deals from the sales pipeline.
Format HubSpot Data – Cleans and standardizes deal fields like amount, stage, probability, and region.
Loop Over Items – Iterates through formatted deals to prepare them for AI analysis.
Step 2 : Generate & distribute AI forecast
AI Revenue Forecast & Risk Analysis – Sends pipeline data to the AI model to generate revenue forecasts and insights.
Groq Chat Model – Powers the AI analysis and produces structured forecasting output.
Format AI response – Extracts key metrics, risks, and recommendations from the AI response.
Send a message (Gmail) – Emails the revenue forecast report to stakeholders.
Send a message (Slack) – Posts the forecast summary to a selected Slack channel.
Append row in sheet – Logs forecast data and insights into Google Sheets.
Wait – Adds a controlled pause before looping or completing the workflow.
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 AI revenue forecast alerts from HubSpot via Gmail, Slack and Sheets |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | CRM, AI Summarization |
| Author | Avkash Kakdiya |
| Published | 13 Jan 2026 |
Use the JSON export at /data/workflows/12674/12674.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 automatically generates an AI powered revenue forecast whenever a new deal is created in HubSpot. It collects all active deals, standardizes key sales data, and sends it ...
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, AI Summarization use case.