HubSpot
HubSpot is a marketing, sales, and customer service platform designed to help businesses grow and manage customer relationships. The HubSpot integration in Glide empowers you to seamlessly interact with your HubSpot Contact, Company, and Deal data.
Don't see the HubSpot integration?
You may need to upgrade your plan. Browse Glide’s plans and find the right fit for you.
Adding and Configuring the Action
Navigate to the Integrations tab and then select HubSpot.
HubSpot Objects and Properties
Objects
The HubSpot integration in Glide currently supports integrations with 3 HubSpot objects:
- Contacts - Individuals who interact with your business
- Companies - Organizations your business engages with
- Deals - Typically sales opportunities that are tracked in pipelines
Each object has a unique identifier that is used to link records between Glide and HubSpot. Be sure to store this field in Glide if you want to retrieve info or make changes to records in the future.
Properties
Once you pick an object and find its unique identifier, you’ll need the HubSpot Property Internal Name for the value(s) you want to add, edit, or retrieve.
- Properties are the different fields where you can store information. For example a Contact has properties like First Name, Last Name, Location, etc.
- An Internal Name is the name of the field that does not change and is needed for integrations. For example, one day you may want to relabel First Name as Name in HubSpot, but the internal name (firstname) never changes.
To retrieve the internal name of a property:
Features
Glide supports 5 features for each of HubSpot’s objects.
- Create - Adds a new record
- Edit - Updates an existing record
- Archive - Temporarily hides a record without permanently deleting it
- Delete - Permanently removes a record
- Retrieve Info - Displays properties from a record in Glide.
All 5 features can be added as Actions to Components or added to a workflow in the Workflow Editor. Additionally, the Retrieve Info feature can be added as a Computed Column.
Let’s take a look at how to use each of these features in Glide.
Create
The HubSpot integration can create new contacts, companies, or deals.
Edit
The HubSpot integration can edit existing contacts, companies, or deals.
Archive
The HubSpot integration can archive existing contact, company, and deal records.
Delete
The HubSpot integration can delete existing contact, company, and deal records. The record will be permanently deleted from HubSpot.
Retrieve Info
The HubSpot integration can retrieve information from existing records about contacts, companies, and deals.
Let’s look at 3 examples of the HubSpot integration.
Example 1: Create Contact
The Create Contact action creates a new Contact record in HubSpot with the property values you send from Glide.
You can customize which properties to add to the new contact record in HubSpot. Make sure you use your internal HubSpot names so the fields match when you send the new contact data.
When you create a new contact, HubSpot will send back a Contact ID to be stored in Glide. You can specify which column in Glide should store the Contact ID data.
While not required, if you don’t fill out the ‘Values’ field, a blank contact will be created in HubSpot.
Example 2: Archive Company
The Archive Company action hides a company in HubSpot. You can specify a column that houses HubSpot Company IDs to automate this process.
Example 3: Retrieve Deal Info
The Retrieve Deal Info action looks up a deal in HubSpot with the ID you provide and returns the property you request. You’ll need a column with Deal IDs that match HubSpot, as well as the Property name from HubSpot.
To learn more generally about Integrations in Glide, including how they affect your app’s usage, check out our Introduction to Integrations.
Frequently Asked Questions
Don't see the HubSpot integration?
You may need to upgrade your plan. Browse Glide’s plans and find the right fit for you.
Can I integrate more than one HubSpot account with my Glide app?
No, currently, you can only integrate one HubSpot account with your Glide app.
Are updates automatically synced between Glide and HubSpot?
No, updates are not automatically synced. Use the Create, Edit, Archive, and Delete features to update HubSpot from Glide, and use the Retrieve Info feature to retrieve updates from HubSpot.
Does the integration support custom properties that I've added to my objects?
Yes, as long as you have the internal name of the custom property, you can add, edit, or retrieve these values just like standard HubSpot properties.