The HubSpot Integration allows your app to use HubSpot as a CRM and marketing automation platform. Once connected, your app can sync leads, manage contacts, update pipelines, and trigger workflows directly from user actions or automated events.
- Go to your HubSpot Developer Account.
- Navigate to App → Private Apps in your account settings.
- Click Create Private App, configure scopes (e.g.,
crm.objects.contacts.read/write,crm.schemas.companies.read), and save. - Copy the Access Token from the Auth tab.
- Example:
pat-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
- Example:

- Go to Integrations → Add HubSpot in your app settings.
- Paste your HubSpot Access Token in the input field.
- Click Connect to validate and save your integration.
Once connected, your app can sync and manage HubSpot data directly from workflows and UI actions.
- Keep your token secure: Do not hardcode your HubSpot token in public code repositories.
- Use environment-specific tokens: Separate dev, staging, and production tokens to manage access.
- Secure API access: The token allows your app to interact with HubSpot endpoints securely and efficiently.