Block 1 - Webhook
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2.1
How it works This workflow monitors user usage via a webhook and automatically triggers an upsell process when limits are exceeded. It formats incoming data, generates a personalized email using AI...
n8n-nodes-base.webhook, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.lmchatgroq, n8n-nodes-base.hubspot, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.stickynote, n8n-nodes-base.gmail
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 monitors user usage via a webhook and automatically triggers an upsell process when limits are exceeded. It formats incoming data, generates a personalized email using AI, and sends it to the user. The workflow then logs the activity in HubSpot and notifies the team via Slack. This ensures timely engagement and improves upgrade conversion rates without manual intervention.
Trigger & prepare data
Webhook – Receives real-time user usage data from your app.
Edit Fields – Extracts and formats key fields like email, plan, and usage.
Generate and send AI email
AI Agent – Creates a personalized upsell message based on usage data.
Groq Chat Model – Sub-node that powers AI text generation.
Send a message (Gmail) – Sends the generated email to the user.
Update CRM with activity
Search contacts (HubSpot) – Finds the user in HubSpot using email.
HTTP Request – Logs an upsell note/activity in the contact record.
Notify team for follow-up
Send a message (Slack) – Alerts the team with user and usage details.
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 upsell emails with Groq, Gmail, HubSpot CRM and Slack alerts |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | Lead Nurturing, Multimodal AI |
| Author | Avkash Kakdiya |
| Published | 01 Apr 2026 |
Use the JSON export at /data/workflows/14557/14557.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 monitors user usage via a webhook and automatically triggers an upsell process when limits are exceeded. It formats incoming data, generates a personalized email using AI...
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 Lead Nurturing, Multimodal AI use case.