Hi all I would like to read via the private Hubspot app, the data of our campaigns (Hubspot campaigns section). However, I do not find among the domains available in the private app, the one called "crm.objects.campaign". Is it because it's not ava read more
I am simply trying to follow the on screen guide found on https://developers.hubspot.com/docs/api/crm/pipelines for python GET requests. import hubspot from pprint import pprint from hubspot.crm.properties import BatchInputPropert read more
We're trying to use the `hbspt.forms.create` embed code to embed a Hubspot form on our site. It's inserting the iframe and applying a bunch of styles; one of which is "height" but it's being incorrectly calculated so that the bottom of the submit bu read more
When trying to send/schedule data from Looker to HubSpot using the tag Looker offers the following error occurs. Has anyone fixed/resolved this issue? Or have a general idea of what could be going wrong? Error: An error occurred for action read more
Hello everyone, I'm new to HubSpot and I've encountered a situation that I could use some guidance on. I've set up a webhook (POST) in HubSpot that makes calls to an external endpoint. This external service responds by providing a straightfo read more
I cannot find any documentation on how to version a public app. What is the lifecycle of a public app when you want to make changes such as adding a new scope or new custom properies to an object? How do you make the change in isolation, th read more
My company has 3 different environment: development, staging, and production. I am working on creating a public app to access HubSpot's API, add some custom properties and use Webhooks. My question is, what is the expected workflow for Webh read more
Where is this endpoint documentation? https://api.hubapi.com/content/api/v2/pages I test it and works but unfortunnaly i am unable to find it again in the API docs. Can anyone guide me? Thank you.
Hi @KospeKaspa ,
Pages endpoint is up to v3 now. You can find more endpoint info on this page:
https://developers.hubspot.com/docs/api/cms/...read more
I want to get the company the contact is linked to when I search for contacts. Using " https://api.hubapi.com/crm/v3/objects/contacts/search" I can use properties to return the "company", but that is a string. I'd like to get the unique hubspot read more
Hi, We have a Hubspot user who is using the 3CX integration. There is a contact with the number 01252241000 which we are using as a test. If they call us on that number, or if that they call back to that number, an entry goes in the log agai read more