APIs & Integrations

Filter by
  • All labels
  • CMS Content
  • Companies
  • Contacts
  • Deals
  • Developer tools
  • Ecommerce Bridge
  • Email
  • Enterprise 3rd Party Integration
  • Events
  • Forms
  • Free
  • oAuth
  • oAuth
  • PHP
  • Professional
  • Python
  • SDK
  • Starter
  • Timeline and Extensions APIs
  • Webhooks
  • Workflows
  • Zapier
Sort by
Most Recent
  • Most Recent
  • Most Upvoted
State
All
  • All
  • Solved
  • Unsolved
  • No Replies Yet
rasoriano on April 24, 2024
So before actually discovering that there's a built-in function to remove / load a widget, we are doing it using a CSS class: const hubspot = document.getElementById('hubspot-messages-iframe-container'); if (hubspot && role === read more
Lorenzoenns on April 20, 2024
Hi, I'm trying to update filters in an exsiting dynamic list, on a monthly basis, using the API. According to teh documentation, the following applies: PUT & End point: https://api.hubapi.com/crm/v3/lists/{list_id}/update-list-filters read more
0 upvote
1 Reply
Top Contributor
April 21, 2024 20:44
Hi @Lorenzoenns 👋 If you haven't already, I think you'll want to review HubSpot's "List filters [BETA]" API documentation , specifically the ...read more
FLaRosa on April 18, 2024
I have been given the task of integrating one of my company's applications with HubSpot. I've done similar tasks before with systems such as Avochato. I'm new to HubSpot and some of the terminology confuses me. What I'm expecting is to obtain an read more
0 upvote
5 Replies
Top Contributor
April 19, 2024 21:16
Hi @FLaRosa 👋 No problem, happy to help. If you'd like to authenticate via the "Private App" authentication method, you'll need to u...read more
Solved
BBabics on April 18, 2024
Hey, I hope you are doing well! We would like to use HubSpot and its API to extract the booked meeting slots using this API endpoint: https://developers.hubspot.com/docs/api/crm/meetings . Our HubSpot meeting scheduler is connected to Google read more
0 upvote
4 Replies
Accepted Solution
Member
April 18, 2024 11:07
Hey @BBabics , Theres a couple of stuff that could be happening here. When you schedule a meeting with the HubSpot schedular does this correctly cr...read more
JGuerra51 on April 10, 2024
Currently developing a 3rd party caller app to be used in Hubspot (using the calling-extensions SDK). The app will open in a seperate browser window fine:  but when attempting the launch the "Demo Widget Local" from hubspot it fails to load. read more
0 upvote
1 Reply
Community Manager
April 11, 2024 05:36
Hi @JGuerra51 , Thank you for sharing detailed information and for asking the Community! I'd like to ask our Top Experts and some of the Communi...read more
Solved
adnandmth on April 10, 2024
I'm new to hubspot and I'm confused with a small little thing; I have a custom object named "Custom Engagements" and I wanted to get all records via API, I used different formats with no luck; https://api.hubapi.com/crm/v3/objects/contact+ read more
0 upvote
5 Replies
Accepted Solution
Top Contributor | Platinum Partner
April 15, 2024 13:19
@adnandmth - I confirmed with HubSpot that this API can run into issues when a custom object contains multiple words. However, as @Stegem...read more
Solved
JPeacock4 on April 03, 2024
Whenever I attempt to search for SKUs using the IN operator, I get back an empty result. If I do the same thing using hs_object_id, then I get back the correct results. Can't seem to figure out if that property just can't be searched using the IN op read more
0 upvote
2 Replies
Accepted Solution
Community Manager
April 03, 2024 18:46
Hey, @JPeacock4 👋 One thing to watch out for with the Search API is that the IN and NOT_IN search operators require the values to be in lower...read more
Solved
khandekyn on April 02, 2024
the current ruby client seems to be generated from a swagger description. fetching company details with get_by_id seems broken though. i'm not managing to get it working. listing all companies works fine for your info. i keep hitting this e read more
0 upvote
5 Replies
Accepted Solution
Member
April 04, 2024 05:50
Hey, I just created my ruby environment and tested this which returned the data for a the specified company id. api_response = api_client.crm.compan...read more
Solved
RRompich on April 01, 2024
I've been trying to pull emails, tasks, and notes for each of my tickets through the HubSpot API. Basically, I wanted to obtain the association IDs and then call the Engagements API to retrieve that data. I was following this process: https://comm read more
0 upvote
2 Replies
Accepted Solution
Top Contributor | Partner
April 01, 2024 15:05
@RRompich - honestly, I don't think you are making the API call you think you are here. Its a bit obscured by the hubspot client code library conve...read more
RRompich on March 31, 2024
Okay, I've been trying to pull emails, tasks, and notes for each of my tickets through the HubSpot API. Basically, I wanted to obtain the association IDs and then call the Engagements API to retrieve that data. I was following this process : https read more
0 upvote
0 Reply
RReiffer on March 28, 2024
I have been running a search using /crm/v3/objects/deals/search and the filter as follows: { "filterGroups":[ { "filters":[ { "propertyName": "dealname", "operator": "EQ", read more
0 upvote
1 Reply
Contributor
March 28, 2024 13:47
I have tried the double "" method and several other methods of pre-encoding the string (including standard escapes and Microsoft based ones) - the is...read more
Solved
ParvG on March 18, 2024
Hello community! I have added a login feature inside Calling Extension and I am storing portalId and userId is used to map data in my server. I wanted to know is there a way to access user's portalId and userId inside Calling Extension SDK? read more
1 upvote
1 Reply
Accepted Solution
Key Advisor | Platinum Partner
March 19, 2024 07:48
Hi @ParvG To get the Portal ID use this curl curl --request GET \ --url https://api.hubapi.com/account-info/v3/details \ --header 'a...read more
cancel
Showing results for 
Search instead for 
Did you mean: 

Looking to start a conversation or ask a question?

Create a post
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.