Hello, Currently I am developping a private app using a React repo, so I am able to get the "Teams" from a user using the "CrmContext", doing something like: ctx.user.teams My question is... Is it possible to get the "PERMISSIONS SET" or the "AC read more
Hi there, I’m building an app using HubSpot’s API to extract records with minimal delay, ideally under a minute. To achieve this, I need to understand if updates and creates appear in search results in the order they were modified or if there’s read more
@matthelm - Other opinions here may differ, but I would be extremely suspicious about the exact order and timestamp relationships of records if you...read more
Hi HubSpot Community, I'm working on creating a Custom Workflow Action that makes an HTTP POST request to an external API. However, I'm facing issues where no requests are being sent from HubSpot to my webhook endpoint, or not reaching my serv read more
After spending several hours debugging, I finally identified and resolved the issue. The problem was that my custom action had required fields, but s...read more
hello guys, i went throguh the API doc but could not find an answer to my question: what's the property name of associated company id in the GET deals endpoint? I tried with associatedcompanyids but it seems does not work. By default HS returns the read more
Hi @Rintegration ,
When making the API call to the GET deal endpoint , you need to add an "associations" parameter and include the object typ...read more
When I get all Companies data, using the `hubspot-api-client` Python package, they include these properties: `hs_notes_last_activity` `hs_notes_next_activity` `hs_source_object_id` `owneremail` `ownername` However, I can't find these prop read more
@Velocity9 - There are a number of possibilities here I would think:
- They are "deprecated" properties defined by HubSpot
- They are propertie...read more
Hi, Our customers are experiencing an issue regarding authorization: they need to authorize our app using a Super Admin hubspot user. To correct that, I tried to remove a scope that seemed to require a Super Admin user (tell me if i'm wrong) read more
Upon rereading your post, I see you mentioned removing the problematic scope. I'd reopen your support ticket, or file a new one, and (make sure the u...read more
Hi everyone, I would like to retrieve all workflow enrollments for a given contact, including the completed ones, similar to what the Workflow Memberships screen on HubSpot displays. Is there a way to achieve this using the API? I tried using this read more
Hey, @EmilianoVidela 👋 You are not missing an option. The endpoint you linked to will only return Current Enrollments . And the current offer...read more
Hi, Recently we have begun receiving a high volume of 530 DNS errors, from the hubspot API endpoints (it seems to be a cloudflare response). Our service is located in the AWS AP-Southeast 2 region. "Origin DNS error | api.hubapi.com | Cl read more
I attemped twice, and both times I was just refered here or the slack community as I do not have paid support. Nor are we the only one with the iss...read more
We have a need to print a Contact bio in a quote but that requires checking a box under buyers in order to make this available to the template. This causes the buyer field to be populated by non buyers (these contacts are essentially the deal owner read more
I have not tried that but when I fetch quote.associated_objects.contacts there is nothing unless I check the contact box on left. Finding the right c...read more
@Jnix284 is it possible to support Custom Objects with UI Extensions in a Public App? We want to allow users that install our public app to be able to use our UI Extensions in their Custom Objects. I can't find any documentation on this. TIA Jo read more
Here's what I got back @JoshMamroud :
Most likely No - because the configuration requires you to put in the object ID that the user extensio...read more
First off, apologies - I am not a developer but trying to modify the code others have developed and therefore may require a bit of patience :). Here is my scenario: User receives email with query string - https://teachtoone.org/demo-accou read more
I figured out that I needed to add a $ in front of form. So this worked: <script charset="utf-8" type="text/javascript" src="//js.hsforms.ne...read more