Hi, I am trying to use an external system to post in line items onto a Deal record with tax calculated by a 3rd party tax engine, in this case Avalara. I don't want to have to create a HubSpot Tax item for every different sales tax % as ther read more
I have lists in my hubspot instance however every way I have tried to call /crm/v3/lists/ just returns an empty array Passing a list id and all other list endpoints are working as expected Has anyone encoutered this?
Hello there, I am building an public hubspot app. its not listed in maketplace yet. today when i try to install my app to new hubspot account with install user. i am getting this error in the apps setting page. Hub 241*** is unknown to this Hublet, read more
First of all , thats for taking time to read this query. Getting this error while fetch hubspot deals, Is there any workaround to retrieve all the properties not only standard ones or limiting them in any way. Also if there is a read more
Hey @GRajput Thanks for the reply Ok so should I manully add properties like [ "dealstage", "closedate"......] in this . Is there any way throug...read more
I am trying to upload files to link to support tickets. Because of CORS issues, I am not able to make the request from the browser and am sending the base64 encoded file string to the backend with graphql. Using python requests and the v3 files API read more
@m1Viss - yes, I think you have put your finger on an issue of workflow step code that is underwhelmingly documented and without really good exampl...read more
We need to submit tickets from our software to HubSpot. We already have a private App setup with multiple integrations. We have tried two methods without luck: 1. Using the Ticket API Here we can create both tickets, associations, engagements, etc read more
Hey, @michaelrandrup 👋 Thanks for your question. I just ran a quick test in my dev portal and the Ticket appears in my Help Desk workspace.
...read more
Hello, I need help with the existing conversation AI workflow that I built from GHL and what I want to do is when the visitors filled out the form and scheduled an appointment using the Hubspot meeting scheduler. Contact Information that was ga read more
Hi there! It looks like you are wanting to sync contact data between GHL and your HubSpot portal. The community needs more details to give you meanin...read more
Hi - I don't think this is probably the best place to post this so if you have other suggestions, let me know. But I had to start somewhere... I'm a web developer working for a client using Hubspot. He has some pages with CTA links. He'd like th read more
Hi @SRalston05 ,
As far as I know, this would not be possible by editing the CTA itself and would require some conditional logic to show the d...read more
Hello, I'm building a small app to integrate to new orders API, I managed to create a deal then associate it to the order and also add line items. My main issue is I can't find anyway to fill in the fields for 'Order Total' like subtotal price, dis read more
Hey, @okasem 👋 Are you looking to have these values updated as if they are calculated properties based on the associations? Or do you just wan...read more
I am struggling to get the textarea field to update using the forms api and jquery. Basically, I want to take the values from marked checkboxes and add them to the textarea. I made some great progress from a suggestion on a previous post but have hi read more
Hey, @tmcmillan99 👋 This is a challenging one. I tried a few quick ideas and then asked Claude for help, but came away defeated. Maybe some of o...read more
Hey, First of all, thanks for taking time to look at the query. I am looking to fetch "deastage" property history for deals . GET endpoint for deals provide it but SEARCH one doesn't include propertiesWithhistory for any property. Could you help read more
Hi @yK10 , Currently, no—you cannot retrieve historical property values using propertiesWithHistory through the Search API. If you need to retriev...read more
How I can integrate a thirdparty API on form submission on Hubspot website? Do I need to subscribe any plan? I did not find any docs. Where can I find the docs on thirdparty API integration on Website.
Hi @RKallepalli ,
You can use the "onFormSubmit" event and make a call to a serverless function when the form is submitted. In order to use s...read more