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 続きを読む
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 続きを読む
@matthelm - Other opinions here may differ, but I would be extremely suspicious about the exact order and timestamp relationships of records if you...続きを読む
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 続きを読む
After spending several hours debugging, I finally identified and resolved the issue. The problem was that my custom action had required fields, but s...続きを読む
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 続きを読む
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 続きを読む
@Velocity9 - There are a number of possibilities here I would think:
- They are "deprecated" properties defined by HubSpot
- They are propertie...続きを読む
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) 続きを読む
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...続きを読む
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 続きを読む
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 続きを読む
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...続きを読む
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 続きを読む
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...続きを読む
@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 続きを読む
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 続きを読む