Integrating HubSpot Tool with Alhena AI
HubSpot Lead Generation: https://www.hubspot.com/
Generate leads from conversations using HubSpot Tool powered by Alhena AI.
We have a HubSpot Tool Integration Option in AI settings Tab > Connect tools Tab
Then look for HubSpot - Lead generation (Click on Connect Button)

How to Generate a HubSpot API token
A private-app access token (often called the “HubSpot API token”) lets a backend service—such as Alhena AI—make authenticated calls to the HubSpot CRM on behalf of one HubSpot account.
Never expose this token in client-side code or public repositories.
Prerequisites
HubSpot developer account
Developer test account
Navigate to Private Apps
Click the ⚙️ Settings icon (upper-right).
In the left sidebar pick Integrations → Private Apps.
Press Create a private app.

Configure the Private App
App Name
Alhena AI (Or any other name)
Description
Provides Alhena AI secure API access to HubSpot contacts.

Choose Scopes
crm.objects.contacts.readcrm.objects.contacts.write

(These allow Alhena AI to read and update Contact records)
Click Create app.
Reveal & Copy Your Token
A modal appears—click Show token.
Copy the token

How to get internal attributes names
In same page, go to Data Management > Properties > Click on any properties Eg. First Name

Note the internal name (Attribute name), in this case internal name is firstname (As mentioned below)

Last updated