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
I'm trying the webhook integration of hubspot. I did everything according to documentation and I get events for contact by default as it says. Then I tried adding ticket into the subscription. Did following steps. Gave app `tickets` pe read more
@Jaycee_Lewis happy to take a second look, @WOnlineSchule can you share how you integrated the form? Did you add directly to the page via an embe...read more
Hello - I'm using a reverse ETL (Census) to sync data from our postgres db to hubspot. The query has worked find for months but as of 9:30am PST yesterday started returning the below error on a growing number of records. Nothing was touched so I f read more
I'm trying to add hubspot to a NextJS app, I added the script for the forms and I have a demo request form on hubspot as well, I'm sending this request as a post request to the integration API, this is working fine, I also go the hubspot initializat read more
Hello, I'm just starting out trying to make my first API call to HS. I'm a complete NOOB. I think what I'm doing might be getting phased out but I wanted to start here and work my way up. I am using VS Code and have a handful of extensions read more
Interestingly enough I have nothing (well a '1') in my POST Body. I checked my "working" GET body's and those also all show '1'. The Get's work but...read more