Good afternoon, morning or evening all, I have a site on WP Engine built in WordPress, with the HubSpot plugin active. I have OneTrust cookie consent working on the site and turning off Google cookies successfully when a user opts-out of using c 続きを読む
It looks like Hubspot does not currently allow you to access configuration as code like Salesforce does? In Salesforce you can get configuration on objects, workflows etc as XML and deploy from one environment to another. It makes deployment managem 続きを読む
Couldn’t complete the connection This account doesn't have access to some HubSpot features that are required by this app. Please contact the app developer. The app only has CRM and Ecommerce scopes and installing the app on free tier. The messag 続きを読む
I am new to HubSpot app development. I have registered a developer account and created a private app for my organization. Within that app, I created a CRM card, and a custom string property for that card. The card shows up on deals in my organizatio 続きを読む
OK, I solved question #2. The problem was that "objectID" should be "ObjectId" (case matters). So, back to question #1: where can I find more det...続きを読む
On the 'Listing your app' page it states: In the Support resources section, include links to your app’s setup documentation. Is this really necessary when all the setup that's required is to press a button?
We are considering migrating from Calendly to Hubspot meeting embedding in our apps onboarding flow. However, in order to do so, we need Hubspot API to support two things: Automatically passing in data to calendar form fields Some sort of 続きを読む
I've made a public OAuth App by following the instructions here: https://developers.hubspot.com/docs/api/working-with-oauth so I can set up some integrations. At the point of authorising however I see the following error message: The acc 続きを読む
Hey, recently we facing an issues that our deals is not created when calling the api and the api returned us with status code 400. Anyone has any clues on this issues? it was working fine this morning, after around 1.30 the api returned with status 続きを読む
Hi, I have been working with Hubspot API key (access token of private app) to read / write data via API successfully for our company. But now, it requires working with webhooks which requires creating a public app and a developer account. My ad 続きを読む
Hi @Here , I am getting the below error while authorising hubspot using oauth. The below issue occured while hitting https://api.hubapi.com/oauth/v1/token url after authorization. Can anyone please help? Thanks ERROR: Authorize redir 続きを読む
Hello everyone, I wanted to see if anyone has any ideas on how to set up a deal based object, and set it to count the name of that line item not the data, so if the deal has, product A, Product A, product B, it would count Product A=2 so then 続きを読む
Hi, I have been using the legacy API to upload a static file to a folder in hubspot. As the legacy API & the hapi key is expired, I am now trying to use the new API. import requests
import json
import os
current_dir = 続きを読む
Hi, @SPark6 👋 Thanks for your question. To confirm, is the endpoint you've been using? https://legacydocs.hubspot.com/docs/methods/files/v3/upl...続きを読む