I am creating a project in HubSpot React, and I am trying to fetch the CRM API (Contact, Company, Deal, etc.). I read about the data-fetching method for HubSpot React, which only reads data, but I want to store and update the data as well. How can I read more
When you say "didn't have any luck" - what exactly are you seeing? Experience suggests that you will typically need a timezone indication. Please re...read more
Hi, I'm using Crisp to create tickets in HubSpot via the API. I can successfully create a ticket and associate it with the correct contact, and the contact details appear in the ticket's contact section. However, I'm unable to associate the specifi read more
Crisp chat conversations are not showing in inbox or in any channel of inbox that's why am not able to get it i have tried all api's too. https://a...read more
Salesforce has a property type called lookup, and while HubSpot has a similar feature, it’s limited to users. Honestly, it’s one of the few features I miss from my Salesforce days when working in HubSpot. I’m not alone in this. There’s a 2020 i read more
Hi, I'm trying to 1) send an email using the single send api, and 2) have the content of that email recorded in the "Email" tab of the company. I guess the only way to do this is to use the Hubspot BCC email address, but this results in th read more
Hi @JCampbell6 , You're correct, the sandbox environment in HubSpot has limitations. Do this - 1. In HubSpot's sandbox, you can’t send emails t...read more
Hi, is it possible via code, to add additional fields into the line item calculations? For example, I want to add a "extra costs" field/column in the line item grid - and then have whatever value give, added to the overall total cost to the cu read more
Hi @HMir , that sounds like a good solution. Do you know of any example code (in this forum or elsewhere) for the javascript logic? Did you already...read more
I've seen a couple of posts on this but not a true solution. I am hoping that Hubspot has a native way of handling this vs a custom interface or Zapier integration. I received the "ANGI Leads NEW JSON Lead Feed" document which very awkwardly ex read more
Hi, We are examing our options regarding the API calls from HubSpot and to HubSpot with NetSuite. Is it possible to create/edit records from HubSpot to Netsuite? is it possible from setting a workflow that will trigger the API call to NetSuite? C read more
Hi guys, in our sendbox environment the webwooks just stopped, Hubspot trigger doesn't return the status code and it's not triggering webhook links from production environment those are in a different server, production is working very well but de read more
Hiya, I am asking for a follow-up on this https://community.hubspot.com/t5/APIs-Integrations/Using-API-to-search-for-companies-based-on-a-specific-property/m-p/282906 Basically, the only way we could achieve this (searching / matching) by read more
Hallo Everyone, thanks for having a look on my problem. My goal: I have a date property and want to increase that date on one day with the help of custom code. For example: Datefield is 10/08/2023 before the Code and after running th read more
I found the solution: the date-output from my code wasn't formatted correctly: It needed to be in this way: UTC midnight aligned unix millisecond ti...read more