WarpBuild LogoWarpBuild Docs
Apps

HubSpot

The HubSpot integration lets you programmatically manage CRM data, automate sales processes, sync marketing activities, and integrate with HubSpot's comprehensive platform directly from Helios.

Authentication

MethodTypeDescription
Helios OAuth App (Recommended)OAuth 2.0Comprehensive access with pre-configured scopes
Personal Access TokenPrivate App TokenSimple server-to-server authentication
BYO OAuth AppOAuth 2.0Custom OAuth app for enterprise requirements

Personal Access Token

The simplest way to connect HubSpot is using a Personal Access Token for server-to-server authentication.

Setup Steps
  1. Go to your HubSpot account settings
  2. Navigate to Integrations → Private Apps
  3. Click Create a private app
  4. Configure the required scopes for your use case
  5. Generate the access token and paste it into Helios

Helios OAuth App

The Helios OAuth app provides comprehensive access with pre-configured scopes for most common CRM operations.

// TODO: Add the link to HubSpot rate limits

Permissions

The Helios OAuth app includes scopes for:

Core CRM Objects (Required):

  • Read contacts, companies, deals, products, line items
  • Read conversations and tickets
  • Access to custom objects

Extended CRM Objects (Optional):

  • Write access to all CRM objects
  • Custom object management
  • Lists and workflows
  • Commerce objects (subscriptions, orders, carts)
  • Reports and analytics

Marketing & Content:

  • Email marketing and campaigns
  • Blog posts and landing pages
  • Files and media management
  • Social media accounts

Settings & Administration:

  • Account and user information
  • Business units and teams
  • Integrations and apps management

BYO OAuth App

Create your own HubSpot OAuth application for enterprise requirements or custom scope management.

Learn more about creating HubSpot apps in the HubSpot developer documentation.

Functionality

The HubSpot integration lets your workflows manage CRM data, automate sales processes, sync marketing activities, and access comprehensive business intelligence without writing custom code.

CategoryFeatures
CRM OperationsContacts, Companies, Deals, Tickets, Custom Objects, Lists
Marketing AutomationEmail Campaigns, Landing Pages, Forms, Blog Posts, Social Media
Sales IntelligencePipeline Management, Activity Tracking, Quote Generation, Revenue Analytics

Real-time Events

Event CategoryEvent Types
Contact EventsCreation, updates, deletion, merge
Company EventsCreation, updates, property changes
Deal EventsStage changes, amount updates, close dates
Ticket EventsStatus changes, priority updates, assignment
Form SubmissionsNew leads from HubSpot forms
Email EventsOpens, clicks, bounces, unsubscribes

Last updated on