Hi, I'm trying to get all the approved quotes from the actual day. I use Make. The filters parameters doesn't works and I don't understand why I get all the Quotes. Here is values in filters [{"filters":[{"propertyName":"hs_status","op read more
I'm using the API V3 with the PHP Library to upload files to Hubspot. Some of these files are video files (10mb+). The API is accepting these files, but when I view them in Hubspot, they are incomplete and smaller file size than the original ( read more
Hey @NickPrice Thanks for reaching out. Your question is good, but the HubSpot field's specific requirements are. See the document, it can help y...read more
Hello, I need some technical information please. I would like to know if HS integrates a verification process from the workflows for my update of information/data between HS and our platform. A verification process in which HS and my platform wi read more
receiving a 404 error when attempting to associate an activity record with a company in HubSpot, i selected all scopes for AUTH.... im in sandbox account.. not sure what else to check any help appreciated thx
I am trying to find across the deals what are the history changes in the given timeframe i.e. between fromTime and toTime. Right now I am doing it in a way that for each deal I call the deal CRM endpoint to know the history details. And for more read more
Hello Twan, Thanks for your reply. Like you said I can apply filters to the CRM search endpoint, and I can able to get the deals in a given timef...read more
I have scenario, I want to add/update upto 10k to 20k data with same timestamp for hubspot objects. Currently I am able to the see the same timestamp upto seconds but not the milliseconds for the fields updatedAt and hs_lastmodifieddate. Is there read more
I'm trying to embed the CTA script in my vue application, but I'm not getting a solution. how to do this? <!--HubSpot Call-to-Action Code --> <span class="hs-cta-wrapper" id="hs-cta-wrapper-xxxx"> <span class="hs-cta-node hs-cta-x read more
Hello, My company has gone the route of logging emails in order to automatically creat contacts in HubSpot. The issue is we don't want all the logged emails showing in the activity feed due to NDA information showing. We are trying to delete the read more
I am using the latest version of the hubspot-sdk-php. I am attempting to create to associate a deal to a company with the following code snippet $assoc = $this->crmService->crm()
->deals()
->as read more
I want to retrieve all contacts with specific email in HubSpot. I ran the following command curl https://api.hubapi.com/crm/v3/objects/contacts/search \ --request POST \ --header "Content-Type: application/json" \ --header "Authorization: <v read more
we need to keep communications seperated from team view. but all users need to see all contacts. so im thinking to grab the activity/engagements belonging to team A, then to associate it with another object... any ideas would be welcome.