Hi, I am trying to implement OIDC workflows in our authorisation server so that users in our application can access their tickets in the Customer Portal. Both the authorise and token endpoints are invoked and responses are sent as expected b Leer más
Hi everyone, I am trying to create a HubDB row with a previously uploaded file. Unfortunately, the documentation ( https://developers.hubspot.com/docs/guides/api/cms/hubdb#add-table-rows ) contains many use cases except files. This code Leer más
Let me start by saying that I am not a developer - I have spent quite a bit of time already attempting to make this work and alas, here I am. The snippet below is for UI buttons on the Deal object that will hyperlink to open the link in a new tab. T Leer más
We are using /crm/v3/objects/contacts/batch/upsert to create/update contacts in HubSpot but it is returning the following. "status": "error", "message": "Contact already exists. Existing ID: 106003670396", "correlationId": "c43303a Leer más
Hello, We ran a PCI scan on our HubSpot website, and we are failing an element of our PCI scan with the scan stating that they found a vulnerability with SSL servers using TLS 1.0. In our Settings -> Domains and URLs, all our domains are Leer más
Hi @lshroff ,
One thing you can check is that your TLS setting is set to 1.2+ for all domains on the account; which would include subdomains, ...Leer más
Hi, I have a live AI Chatbot in HubSpot but when I integrated it on my custom website, the chatbot shows the conversations for all the users logged in to my website. How can I customize this chatbot to be personalized for each user logged i Leer más
I'm trying to use the HubSpot API to create a new Help Desk ticket when there are particular errors within our software as we need to notify customers about them. I can create a ticket using POST https://api.hubapi.com/crm/v3/objects/tic Leer más
I am currently working with the necessary cookies provided by HubSpot, but I would like to create an additional custom cookie specifically for a contact in my system. However, I would prefer not to write the code on my end. Could someone assist Leer más
Hey @Boomika Cookies are quite a delicate ecosystem, they're also rife for abuse. HubSpot has predefined cookies dropped on a visitors browser whic...Leer más
Hi, Currently, in my application, Hubspot is tracking the user mail id with the cookie hs_login_email, How Can I utilize this cookie in my application? It seems to be undefined when I consoled it and not available in document.cookie? Thank Leer más
Hi! I would like to underastand if there is a possibility to ovverride the standard notification and expiration days from a docusign envelope which is being sent using hubspot. Docusign allows the user to edit this setting per envelope being se Leer más
@ramiorame17 wrote: Hi! I would like to underastand if there is a possibility to ovverride the standard notification and expiration days from a ...Leer más
Hello community! When two or more contacts are merged, HubSpot creates a new RecordId and the others RecordIds are stored in hs_merged_object_ids property. However, is there any endpoint available in the REST API to return what was the prim Leer más
@softcialdev you can retrieve it via the propertiesWithHistory param using the hs_object_id company property curl --request GET \
--url 'http...Leer más
Regarding this endpoint, I'm trying to retrieve a company's info based on its companyId. My token contains the required scopes (I did get an error message back before when I didn't have them), but am now getting a 404 Resource not found error. Leer más
Hi @JeroenCloudCTI ,
It does not look like there is anything wrong on the HubSpot side - I just did a test call on the documentation and retri...Leer más