Hello community, I am trying to remove row after confirmation message or alert message from hubspot api in serverless function using HubSpot CMS. Thanks
Hello all, I am a developer and recently starting to use hubspot. Right now we use hubspot to create emails for our users. I know that to translate the emails we can use the integration with crowdin. But this integration creates a different file fo read more
Hi! We're having an issue currently with fetching data from HubSpot to our custom client reporting app via HubSpot's API. Just for context, we have one contact record associated to multiple company records, with the first associated company read more
New to hubspot, having some issue with the "Thank you message or page redirect option" on the form. I want to Redirect to another page after a visitor submits the form. I want to add a link to another page on our website, but I want to pass read more
Hi, @DDutchyn 👋 You are correct, HubSpot's form redirect options do not support dynamic variables to be added in the redirect URL. Nor is this ...read more
I'm trying to use the retrieve ticket get request with /crm/v3/objects/tickets but noticed that it only returns a small amount of tickets at once and from oldest to newest. It does provide a link to get the next batch but I'd rather not have to make read more
I'm trying to use the Search API: /crm/v3/objects/deals/search along with this filter condition: (a || b) && (c || d) - where a, b, c, d are properties that have to be equal to some specific value. On the documentation page I found th read more
Hi, I have been trying to send a replace file content request from my server (Node JS). I want to update the content of a json file, but I am getting a 400 error: Here's my code: const FormData = require ( 'form-data' ); var read more
Hi @SRitchot
Yes, it is a problem. The 415 error means that the server is not able to understand the format of the data that you are trying to s...read more
Hello, I am looking for documentation on available field types for available types. When I read properties from HubSpot API, it shows ``` "type": "datetime", "fieldType": "calculation_read_time", ``` But I can't find this field type do read more
Hi @tenzinc
Yes, the calculation_read_time field type is a valid field type. It is used to store the time it takes for a calculation to be perfo...read more
I am trying to find even one example of retrieving associations between companies and contacts using the python API. The closest I've come is suggestions to use something like api_client.crm.associations.batch_api.read("companies" read more
Hi, We are developting and UI extension for Hubspot CRM. I'm following this documentation for a headstart https://developers.hubspot.com/docs/platform/developer-projects-setup . But didn't found few setting which are suppose to required to read more
Hi @Jaycee_Lewis , I figured that this needs Super admin permission and. so I did created an account as Super admin. which is solve sandbox cre...read more
I'm working on a script to import my company's data into Hubspot using the Hubspot Node package. I've encountered the issue of not being able to make custom same-type associations, so my solution is to make a custom object to "bridge the gap" read more