Hi everyone, We’re currently integrating inbound calling with HubSpot using the Calling Extensions SDK to migrate to the new inbound dialing version and have noticed an issue with iframeLocation. 1) The iframeLocation property always retur Beitrag ansehen
I'm trying to update a multiselect column in hubDB using API. I have been told to use the PATCH Method - unfortunately this is not working as expected. can anyone please help with the exact URL - and JSON format to use to update teh multiselect co Beitrag ansehen
Hi @MVaidheeswara ,
In order to update the options for the multi-select column, you would need to make a call to the PATCH end point
h...Beitrag ansehen
Hey folks! I’m having an issue with capturing the hubspotutk cookie and sending it to HubSpot via API. I have a sign-up form in a Laravel app hosted at example.yourdomain.com , and the HubSpot tracking script is being loaded via Google Tag Beitrag ansehen
Hello Hubspot, Hello Hubspot Community, I would like to know if there is API endpoint to access datasets located here in frontend. I would like to use GET dataset endpoint which would fetch data from here. If API endpoint is not availabl Beitrag ansehen
The Event Types endpoint seems to be non existent in the Python library: AttributeError: 'EventsApi' object has no attribute 'get_types' I can not find any reference to this function in the library. Please either fix the documentation and remov Beitrag ansehen
Hi everyone. I am trying to filter contact information based on a custom property, which has a Date format (in the UI I see it as a date picker format). Its name is "fecha_inicio_suscripcion". I am running it through the API endpoint: http Beitrag ansehen
Date picker type uses Unix Timestamp. For Dec 02 2020 (time set to 00:00:00 GMT+0000), you would use 1606867200 (seconds) or 1606867200000 (milliseco...Beitrag ansehen
Hey, @DIntegration6 Some endpoints require your Developer API key. This is one of them
You can find details on where to find it here . ...Beitrag ansehen
Hi, New to custom code actions, hoping I'm making a rookie error that someone can help with. I'm trying to run the below as a custom code action in a workflow. It's purpose is to get an authentication token that would then be used in another c Beitrag ansehen
Hi HubSpot Support Team, We are developing a SaaS application that integrates with HubSpot and listens for webhook events from different businesses that install our app. Each business that installs our app has unique credentials, and we ne Beitrag ansehen
Hey, @Storeganise 👋 Thanks for your question. To set the correct expectations, this is a peer-to-peer support forum where answers are provided...Beitrag ansehen
What's the best approach to handle OAuth tokens for multiple HubSpot accounts in a webhook-based integration without a dedicated database? We're trying to implement a solution where we can identify which account a webhook belongs to and make authen Beitrag ansehen
Hi @JSilk 👋 Thanks for the interesting question. I'd like to invite some of our community members to the conversation — hey @Mike_Eastwood @P...Beitrag ansehen
Hello, I created a private app and I am trying to hit the Leads APIs. But, I am getting the following number API: curl --request GET \ --url ' https://api.hubapi.com/crm/v3/objects/leads?limit=10&archived=false ' \ --header 'authorizati Beitrag ansehen
Hi @SSoftware2 ,
If your authentication lacks the permissions for that API endpoint, you will get a 403 Forbidden error. This common issue can...Beitrag ansehen
Hi, Within a Project's details, you could add a link pointing to the specific deal record. FYI individual tasks created within HubSpot can be d...Beitrag ansehen