Skip to main content

Send HubSpot deal follow-ups with Gmail, Slack, and Google Sheets

Workflow preview

Workflow preview
100%
Send HubSpot deal follow-ups with Gmail, Slack, and Google Sheets preview
Open on n8n.io

1. Workflow Overview

Quick overview This workflow triggers when a new deal is created in HubSpot, sends a two step follow up sequence via Gmail, checks HubSpot for a recent email reply, then updates the deal stage, ale...

Best for

  • Lead Nurturing automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.hubspottrigger, n8n-nodes-base.hubspot, n8n-nodes-base.if, n8n-nodes-base.googlesheets, n8n-nodes-base.gmail, n8n-nodes-base.wait, n8n-nodes-base.slack

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 HubSpot deal follow-ups with Gmail, Slack, and Google Sheets
Workflow name
Send HubSpot deal follow-ups with Gmail, Slack, and Google Sheets

Quick overview

This workflow triggers when a new deal is created in HubSpot, sends a two-step follow-up sequence via Gmail, checks HubSpot for a recent email reply, then updates the deal stage, alerts a Slack channel on replies, and logs outcomes to Google Sheets.

How it works

  1. Triggers when a new deal is created in HubSpot and retrieves the full deal record.
  2. Fetches the associated HubSpot contact and verifies a contact and email address exist.
  3. If contact data is missing, appends a “skipped” entry to Google Sheets and stops.
  4. If valid, sends an intro email from Gmail and updates the HubSpot deal stage to reflect the initial outreach.
  5. Waits 2 days, sends a follow-up email from Gmail, then waits 3 more days and re-fetches the HubSpot contact.
  6. If HubSpot shows a recent email reply date, posts an alert to Slack, updates the deal to “Meeting Booked,” and logs the result to Google Sheets.
  7. If no reply is detected, sends a final breakup email, updates the deal to “Closed Lost,” and logs the result to Google Sheets.

Setup

  1. Connect HubSpot credentials and ensure deals have an associated contact with an email address.
  2. Connect a Gmail account used to send the intro, follow-up, and breakup emails.
  3. Connect Slack credentials and replace the Slack channel ID with your target channel.
  4. Connect Google Sheets credentials, replace the spreadsheet ID, and ensure the target sheet has columns for Date, Deal Name, Contact Name, Contact Email, and Sequence Status.
  5. Review and customize the email subjects/bodies and the HubSpot deal stage updates to match your pipeline stages.

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 - Sticky Note4

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

Block 2 - Sticky Note1

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

Block 3 - Sticky Note Validate

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

Block 4 - Sticky Note2

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

Block 5 - Sticky Note3

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

Block 6 - Sticky Note Reply

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

Block 7 - Sticky Note Log

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

Block 8 - HubSpot Trigger – New Deal

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

Block 9 - Get Deal Details

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

Block 10 - Get Contact Details

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

Block 11 - Valid Contact & Email?

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

Block 12 - Log Invalid – Skip

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 13 - Send Intro Email

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

Block 14 - Update Deal Stage – Contacted

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

Block 15 - Wait 2 Days

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

Block 16 - Send Follow-Up Email

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

Block 17 - Wait 3 More Days

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

Block 18 - Re-fetch Contact (Fresh Data)

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

Block 19 - Has Contact Replied?

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

Block 20 - Slack Alert – Contact Replied

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

Block 21 - Update Deal Stage – Meeting Booked

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

Block 22 - Send Breakup Email

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

Block 23 - Update Deal Stage – Closed Lost

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

Block 24 - Log to Sheet – Replied

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Showing the first 24 of 25 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Send HubSpot deal follow-ups with Gmail, Slack, and Google Sheets
Complexity advanced
Nodes 25
Categories Lead Nurturing
Author Avkash Kakdiya
Published 28 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16004/16004.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 HubSpot deal follow-ups with Gmail, Slack, and Google Sheets do?

Quick overview This workflow triggers when a new deal is created in HubSpot, sends a two step follow up sequence via Gmail, checks HubSpot for a recent email reply, then updates the deal stage, ale...

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