The below code works for a single file upload, but if I have an array of file paths filePaths = [ 'abc.pdf' , 'sample.pdf' , 'xyz.pdf' ] all files are in current directory. When I loop over the array, the code just upload read more
Hello, I have installed a CTA and set up the triggers on my Squarespace site but for some reason it won't activate. I have tried all sorts of troubelshooting techniques from clearing cache to double checking the Hubspot embed code. Squarespace had read more
Please help me. Now I am building React project and this is my purpose. Each users input their email information and then they get their whole data from hubspot. Of course that email is hubspot singin email. Is it possible? How can I do t 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
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
Hey, I am trying to get the leads from the api with https://api.hubapi.com/crm/v3/objects/leads the scope of the endpoint I get the scope error: "errors": [ { "message": "One or more of the following scopes are required.", "context": { read more
Hey Pauric, thank for answering. I tried from the documentation tools and postman. I just try again to create a batch of leads and get the same...read more
I am trying to upload PDF file using Files API endpoint, with the below code I can upload the file, but the "File Preview" shows "Failed to load PDF document". I need help. Here's the code const axios = require ( 'axios' ); const fs read more
Hi Team, We are facing an issue with the Workflow API. Specifically, the POST_FETCH_OPTIONS is not passing the selected campus input field value, and the options URL in the cascade dropdown list is not being updated. We are using the following read more
@SBabuS wrote: Hi Team, We are facing an issue with the Workflow API. Specifically, the POST_FETCH_OPTIONS is not passing the selected campus i...read more
I am having trouble creating a quote. A lot of the information I pass is not being inserted into the entity. This is the code quote_url = " https://api.hubapi.com/crm/v3/objects/quotes " quote_payload = { "properties": { "hs_title": f"Contr read more
Hey @IAlbanese 👋 Thanks for providing your code example and screenshots. Have you tried doing this in one call instead of making calls to multip...read more
Hello, I'm currently using UI Extensions in HubSpot and am interested in embedding an iframe inline within the CRM record view. I understand that the current public release only supports opening iframes via openIframeModal(). Could you provide any read more
I attempted to enroll the contact via the API and received the following response: User XXXXX for Portal XXXXX has no connected inboxes, which are required to enroll from the public API. Is there any way to address this? A contact with the sam read more
Hi Jaycee, Thank you for your response. Please find the attached screenshot, which confirms that we have connected accounts. Given this, we will ...read more