Skip to main content

Trigger AI outbound calls from HubSpot and log call results with Vapi

Workflow preview

Workflow preview
100%
Trigger AI outbound calls from HubSpot and log call results with Vapi preview
Open on n8n.io

1. Workflow Overview

Quick overview This workflow triggers on HubSpot contact events, fetches full contact details, validates and normalizes the phone number, starts an AI outbound call through Vapi, polls until the ca...

Best for

  • Lead Nurturing automation workflows
  • AI Chatbot 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.code, n8n-nodes-base.if, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.limit

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Trigger AI outbound calls from HubSpot and log call results with Vapi
Workflow name
Trigger AI outbound calls from HubSpot and log call results with Vapi

Quick overview

This workflow triggers on HubSpot contact events, fetches full contact details, validates and normalizes the phone number, starts an AI outbound call through Vapi, polls until the call ends, and then logs the call summary and recording URL back to HubSpot as a Call activity.

How it works

  1. Triggers on a HubSpot contact event and captures the contact ID.
  2. Retrieves the contact’s full properties from HubSpot and extracts key fields like name, email, company, message, and phone.
  3. Normalizes the phone number (US format) and stops the workflow if the number can’t be parsed into a supported format.
  4. Creates an outbound call in Vapi and injects HubSpot contact details as assistant variables for personalization.
  5. Waits briefly and then repeatedly fetches the call status from Vapi until the call status is marked as ended.
  6. Creates a Call record in HubSpot with the call timing, AI-generated summary, and recording URL, associated to the original contact.

Setup

  1. Connect HubSpot credentials (HubSpot Developer account for the trigger and HubSpot OAuth2 for reading contacts and creating Call records).
  2. Add an HTTP Bearer Auth credential with your Vapi API token.
  3. In the Vapi call request, replace assistantId and phoneNumberId with your Vapi Assistant ID and Vapi Phone Number ID.
  4. Ensure your HubSpot contact properties used by the workflow (firstname, email, company, message, phone and/or hs_calculated_phone_number, plus optional IP/source fields) exist and are populated.

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

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

Block 2 - Trigger Note

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

Block 3 - Parse Note

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

Block 4 - Phone Check Note

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

Block 5 - Make Call Note

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

Block 6 - Polling Note

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

Block 7 - Log Note

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

Block 8 - HubSpot Trigger

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

Block 9 - Get a contact

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

Block 10 - Parse Response

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

Block 11 - Check Phone Format

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

Block 12 - Make a Call

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

Block 13 - Wait for 2 minutes

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

Block 14 - Get Vapi Call Details

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

Block 15 - Pick One

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

Block 16 - Check Status

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

Block 17 - Log Call

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

Block 18 - Polling

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

3. Summary Table

Workflow Trigger AI outbound calls from HubSpot and log call results with Vapi
Complexity advanced
Nodes 18
Categories Lead Nurturing, AI Chatbot
Author SPCTEK AI
Published 01 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16048/16048.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 Trigger AI outbound calls from HubSpot and log call results with Vapi do?

Quick overview This workflow triggers on HubSpot contact events, fetches full contact details, validates and normalizes the phone number, starts an AI outbound call through Vapi, polls until the ca...

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, AI Chatbot use case.