A quick backstory I created a website with my domain. I did not like it at all so I decided to delete my account and start fresh.
I came back and had to set it again using the same email address and same domain name but it seems it cre read more
Hey @Osheilla just to clarify, HubSpot does not register or manager any domains. Your domain will be registered and entirely controlled by an exter...read more
Hi, We recently launched our HubSpot-hosted website and are using Mixpanel to track performance. I’m looking for a way to sync website CTA clicks with Mixpanel. After checking the out-of-the-box integration, it doesn’t seem to support this direc read more
Hey @DJohnson4 👋 Thanks for the update. If you get something that works, I'm sure it will help others directly or via inspiration for their so...read more
Hi We are currently in the processing of bulk importaing a large amount of data from out in house platform to HubSpot, using various means. As part of this I need to be able to create Tasks and Notes, and associate the two. On our system, a read more
In HubSpot, while you can comment on tasks through the UI, which appears similar to notes, these comments are not directly accessible or associated w...read more
The api (using the PHP SDK) sends 2 different calls when creating an object (a company, a task, a deal, etc.), which means that I end up with everything twice. $properties = [
"name" => $customer->name,
read more
The problem was that when we created the ‘Discovery’ object in the SDK, we added a Guzzle client, which was necessary in an older version of the API ...read more
Unfortunately, it has not been possible to upload template files to my prod environment via the hubspot cli for a few days now. A HubSpotAuthError has occurred. Error while retrieving new access token: User xxx in account xxx does not have acce read more
The following helped: Since I was caught in a loop that kept leading to a token with scope errors that could no longer be displayed or edited, I crea...read more
Hi, I'm using /crm/v3/objects/tickets to get a list of my support tickets, and /crm/v3/objects/feedback_submissions to get my feedback responses. But I can't seem to find a key field that links them together. Surely there must be a way to see t read more
Hi @DanBrill320
There is no direct solution present as of now but you can work around it. One possible solution is, Create a custom object ...read more
Reaching out to the HubSpot communitie to see if anyone might be able to help shed some light for us on issues we are having with a localization tool called Weglot that says it integrates with HubSpot: https://www.weglot.com/integrations/translate read more
Hi, Weglot Support here It seems that you're in contact with our Support team and they'll be able to help you further with this demand. Indeed,...read more
Hey everyone! We're getting an error from Cloudflare when we try to use the CMS Source Code API to upload minified JS and CSS files to HubSpot. The call that's failing is the cms.sourceCode.contentApi.replace, which is provided by the @hubspot /a read more
@arickp1 because the API isn't functioning as expected, I recommend reaching out to HubSpot support directly so this can be escalated to their engi...read more
I have our website running in the Hubspot CMS and I need to know the domains which are used to work in the back-end. My Google Map doesn't show in the back-end. The answer from the Google maps developer: You'll need to add the HubSpot CMS domain read more
Nope, the map is not showing in Hubspot CMS and it shows on our website. It gives this error: Google Maps JavaScript API error: RefererNotAllowedMap...read more
i created a project with a custom app and an extension ui, it's a card for Company record when running the project using hs project dev all is working well. but if I stop the hubspot cli, the card is not even initialized I got T read more
I found that problem was related to my trying to introduce redux toolkit in the project. switched to react standard context api and all is workin...read more
Account type - HubSpot 14 days free Content Hub Enterprise trial I'm trying to access the https://api.hubapi.com/events/v3/events endpoint usign the auth token of private app with scopes business-intelligence and oauth. But i'm getting the read more
Hello HubSpot community, I need assistance with a problem regarding retrieving sensitive files via the HubSpot API. The following endpoint works perfectly for files *not marked* as sensitive: ` https://api.hubapi.com/files/v3/files/1128 read more
Hi Rick, we found a genius workaround. We surrounded the functionality concerned with the retrieval of sensitive documents with a try and catch block...read more