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 Beitrag ansehen
Hi @GLopez13 👋
It's possible to retrieve the "Permission Set(s)" assigned to individual HubSpot Users via API. The User property that stor...Beitrag ansehen
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 Beitrag ansehen
@matthelm - Other opinions here may differ, but I would be extremely suspicious about the exact order and timestamp relationships of records if you...Beitrag ansehen
Hi @achaudhary22 ! Welcome to the Community-- happy to have you here 😊
It looks like your app is still in a draft state, so it will not s...Beitrag ansehen
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 Beitrag ansehen
After spending several hours debugging, I finally identified and resolved the issue. The problem was that my custom action had required fields, but s...Beitrag ansehen
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 Beitrag ansehen
Hi @Rintegration ,
When making the API call to the GET deal endpoint , you need to add an "associations" parameter and include the object typ...Beitrag ansehen
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 Beitrag ansehen
@Velocity9 - There are a number of possibilities here I would think:
- They are "deprecated" properties defined by HubSpot
- They are propertie...Beitrag ansehen
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) Beitrag ansehen
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...Beitrag ansehen
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 Beitrag ansehen
Hey, @EmilianoVidela 👋 You are not missing an option. The endpoint you linked to will only return Current Enrollments . And the current offer...Beitrag ansehen
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 Beitrag ansehen
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...Beitrag ansehen
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 Beitrag ansehen
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...Beitrag ansehen
@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 Beitrag ansehen
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...Beitrag ansehen
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 Beitrag ansehen
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...Beitrag ansehen