Hello, I am requesting support and a possible quote for the implementation of a connector between CRm Hubspot and our Cribis credit rating software: https://www.cribis.com/it/ The software in question puts at our disposal an endpoint with all th read more
Hi everyone, Previously I posted this exact question in the wrong board so this is a repost . Appologies for the inconvinience. I’m facing an issue while trying to retrieve the email content using the HubSpot CRM API. Issue Summary read more
We team I am write custom code to marge dublicate vai API but i got error while there contact have >2 contact as same conatct in my hubspot I am using this API Can you please provide me the solution to marge more than 2 conatct via API
Hi, I would like to select multiple Contacts from HubSpot and send the selected contacts IDs to an iframe. The iframe needed to be opened as a modal within the HubSpot Contacts section. Is it possible to implement this? If it is possible, anyone read more
The steps to achieve this, a basic sketch, goes like this: Send Data to the Webhook: When creating the company in HubSpot, make sure to send all necessary data to the webhook endpoint. Receive JSON Response: Capture the JSON response returned by th read more
Hi! Would it be possible to send a transactional single-send API email without HubSpot automatically creating a contact (based on the recipient's email)? Because, we would like to send it using an API using our internal system, but using a t read more
Hi @AndreMiranda ,
It's not possible to do this using the Single Send API . It will result in a contact being created each time. You can use ...read more
Hi folks, I've created a custom workflow action extension that has a Select field and a Text input field. The Select field requests options from an API (successfully). However, the action makes API requests to get select options every time read more
Hi, Whenever you try to update a property that is defined as a 'Dropdown select' via API it throws an error if the supplied value(s) are not in the list of defined values for that property... which is fair enough. Is there a way to prevent the er read more
Hi all, I'm using the calling extensions sdk, and having an unexpected behavior. Atm, every time I use the "navigateToRecord" method... it just opens a new page entirely. That's not what I want, I want it to open in the current window. Is there som read more
Hey there, I'm trying to read associations of companies attached with Task, but it says an Internal error. below is screenshot for API call. please provide a suggestion or any solution which can be applied for that.
Hi HubSpot community! I’ve successfully created a communication via the API (specifically, a WhatsApp message), and I’ve been able to associate the communication with the correct contact using the engagements endpoint. However, I’m running read more
I am trying to embed a HubSpot Payments Link on a page in a NextJS app. The payments form is not appearing. I can get this to work in a ReactJS app but not in our NextJS app. I have created a simple example in codesandbox demonstrating the issue read more
I am able to get the Payment Link embed to work in a simple ReactJS hello world app as demonstrated here. But, I need it to work in our NextJS websit...read more