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
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
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
Hey hey, @SMCNULTY ! Let's take a look at my request, and maybe you can spot what's different on your end. Additionally, can you grab a screenshot o...read more
Does anyone know if there is a way to use the CRM import API to import a CSV that contains associations and labels ? I know that you can have a spreadsheet with two columns, both containing the internal hubspot ID of a records (ie a contact &am read more
Sur une transaction on reçoit 2 propriétes qui sont "shipping_fee" et "fee" qui correspondent à Frais de port et Frais de graphiste que l'on à ajouté sur notre site woocommerce. Et mon but ici est pour chaque transaction, où ces valeurs sont con read more
C'est bon ! j'ai modifié un peu mon code et ça fonctionne ! par contre quand je regarde la transaction la ligne produit n'est pas créée est-ce normal...read more
Can anyone help editing this code to work with secret apps const hubspot = require('@hubspot/api-client'); exports.main = (event, callback) => { const hubspotClient = new hubspot.Client({ apiKey: process.env.HAPIKEY // }); const referre read more
Hey, @JBuddin 👋 Thanks for reaching out. Can you clarify what you're needing help with? Are you asking how to set up the Authorization to use a ...read more
When I submitting a form with field of type file and passing url to the this file (uploading by link), HubSpot incorrectly determines the file name and extension. It tries to get filename from url, but do it incorrectly. Content-Disposition header, read more
Hi, We are downloading deals via API in order to calculate some KPIs. When we retrieved the deals via API, we get the husbspot_owner_id, but I would like to get the firstname and lastname so the display in our KPI boards is understandable. read more