Skip to main content

Send AI upsell emails with Groq, Gmail, HubSpot CRM and Slack alerts

Workflow preview

Workflow preview
100%
Send AI upsell emails with Groq, Gmail, HubSpot CRM and Slack alerts preview
Open on n8n.io

1. Workflow Overview

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...

Best for

  • Lead Nurturing automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

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

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Avkash Kakdiya.

Original n8n.io source

1.1 Workflow description

Title
Send AI upsell emails with Groq, Gmail, HubSpot CRM and Slack alerts
Workflow name
Send AI upsell emails with Groq, Gmail, HubSpot CRM and Slack alerts

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, 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.

Step-by-step

  • 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.

Why use this?

  • Automates upsell outreach at the perfect moment of high intent
  • Reduces manual monitoring of user usage and limits
  • Ensures CRM is always updated with customer activity
  • Improves team visibility with real-time Slack notifications
  • Increases upgrade conversions with personalized AI messaging

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Webhook

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2.1

Block 2 - Edit Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Groq Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGroq - lmChatGroq
Config choices
Version 1

Block 4 - Search contacts

Type / Role
n8n-nodes-base.hubspot - hubspot
Config choices
Version 2.2

Block 5 - HTTP Request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 6 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3

Block 7 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Send a message5

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 11 - Send a message6

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.4

Block 12 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

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

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14557/14557.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Send AI upsell emails with Groq, Gmail, HubSpot CRM and Slack alerts do?

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...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.