Hi all We're having issues with the way HubSpot handles marketing contacts. We have a marketing opt-in on sign up for our product, but all new sign ups are automatically created as marketing contacts. We need to be able to set the marketing contac read more
Hi, We are operating an app that is receiving webhook notifications from HubSpot and it would help with security settings if we were able to define range of IP that these requests are coming from. Is there such range for webhook notificatio read more
We built several complex custom objects in our Sandbox environment. We are getting ready to load data into our production environment and need to copy the custom objects. One option is to do it by hand within HubSpot, which will take a long time and read more
Hi all Can someone tell me why I cannot see my webhook trigger in the app log? I have setup the webhook to trigger when deal.propertyChange and activated it. I have installed and can see the app in my sandbox env like this read more
Good day, recently we had few new errors in our integration with posting new messages to this endpoint. /conversations/v3/conversations/threads/{threadId}/messages Request ids: 5143a746-0579-4e50-9e70-c68cca363a07, a9d285ce-a230-40c3-b9c6-1a62fc read more
I am not a developer, but working with a team of devs internally. We are creating Contacts in Hubspot via the API and associating them with existing Companies with the following call: put /crm/v3/objects/contacts/ {contactId} /association read more
When I go to integrations -> API key in my developer account, it says API key can be found in your apps, but I can't find the api key in my app. Any idea where I can find it?
Here is the code example I found in in https://developers.hubspot.com/docs/api/crm/tickets, the Create section: import hubspot
from pprint import pprint
from hubspot.crm.tickets import SimplePublicObjectInputForCreate, ApiException
client = hub read more
Hello @KKang5
It appears that the 'SimplePublicObjectInputForCreate' class is no longer available in the current version of the HubSpot API ...read more
I've created a quote via API. I've associated it with a template, with a deal, with line items. I realised that as soon as I create the association with the deal, it also creates some kind of link with the deal company and the deal contact. I d read more
My team and I are very excited by the new Goals API recently added. We currently have to pull goal information fairly manually now and it can be a pain. I was curious if there is a good way to get the progress to goal from the new API. Currently yo read more
Hi, @STech 👋 Are you looking for a way to get the Association typeId for Notes to Tasks? If so, I do not have any documentation for this associa...read more
I want to listen to note related events of a ticket. Hubspot's webhook documentation doesn't say anything about notes. I tried a sample app and even though I'm subscribed to all the ticket related evenrs it doesn't trigger any events when I create read more
Hi, @ravindasenarath 👋 As far as documentation, please have a look at this developer documentation which shows the available subscription t...read more