Hello ! We have had an active API between our ERP and our CRM, HubSpot, since 2020. Last Friday, the API created a duplicate for almost every study created since 2020 in our CRM. We went from 9,000 deals to 17,000 deals in our HubSpot Leia mais
Hello, I'm currently working on updating an integration that still uses the HubSpot V1 API to V3 , but I'm encountering some issues with specific endpoints. The endpoint: https://api.hubapi.com/ contacts/v1/lists/{listId}/contacts/r Leia mais
We are currently migrating from the deprecated V1 endpoint: GET /contacts/v1/lists/{listId}/contacts/recent We were using this to retrieve recently...Leia mais
We have some forms integrated with HS. The customer is entering the phone number as xxx-xxx-xxxx which is fine. However, when HS grabs this from the form to put in the contact's "phone" property, it's storing it as: +1-(xxx)-xxx-xxxx. When the cu Leia mais
Hey @klkitchens ,
Not sure if this will solve your issue but there is a new beta that just released a few days ago (You need to request it - ...Leia mais
I am using the `/settings/v3/users/' endpoint. I am using this to build custom code for an activty tracker that triggers when certain activites have occured, such as Emails, Calls, Meetings, and Deals. I have set up Teams in HubSpot based on the Leia mais
Hi @Drew_Kulas , I hope that you are well! Thanks for reaching out to the HubSpot Community! I'd love to put you in touch with our Top Experts: ...Leia mais
I'm trying to use the search API to search for companies by a custom property. It's an ID string value value and I've updated the property setting so that "Show in global search results" is enabled. However, the API is not returning any results when Leia mais
@JKim45 - Thanks. Clearly, there is nothing obviously wrong in the approach you have taken here as far as I can see. I have seen a few other posts...Leia mais
Hello, I'd like to confirm whether the following endpoint will continue to be supported: https://api.hubapi.com/contacts/v1/lists/{listId}/contacts/all We currently use this to fetch contacts from a specific list using its ID. So far, I haven’t fo Leia mais
Hi, @Mna010 ! The v3 equivalent could be the Lists API Fetch List Memberships Ordered by ID . This method will fetch the memberships of a lis...Leia mais
i am facing a situation . we do have a non hubspot form which captures lead from login page . but the contacts coming to crm from that form as tagged as customer's customer by default which is wrong , ideally it should be lead. since it is a non hub Leia mais
Hello Naveen, Is therre a way you can provide more information on the non hubspot form that is being utilized? Based on the information, here are...Leia mais
We’re using ClickPatrol’s form protection. To integrate it with HubSpot, we need to modify the main HubSpot JavaScript. Normally, this allows us to add custom inputs such as prefilled email addresses, user IDs, etc. According to GetFormProtection. Leia mais
Hi @ZAbdeen You need to create the custom field in HubSpot first and add it to your form. Then, use the onFormReady callback to set its value ...Leia mais
Hi everyone, I’m currently transitioning from an old HubSpot account to a new one and would like to move or replicate the sent marketing emails (including their content) from the old account to the new one. I understand that performance data can Leia mais
Hello, Im trying to find a way to retrieve the signature status per user on a quote via the API. This is not directly available and i cant find a way to get this info, even though its available on the UI. Can someone help?
Hey, @DKevans You are not missing an option. There is no direct API endpoint to retrieve the individual signature status ( PENDING or SIGNED ) fo...Leia mais
Hi! I'm trying to get audio from telephone calls made through HubSpot via the API, but it seems I can't get the full audio? I have access to an old HubSpot account where there have been some calls recorded, but it seems like the URL hs_call_re Leia mais
Hi! Thanks. I don't mean to be rude, but this sounds like an AI rewrite of the quite poorly documented Recordings & Transcripts API? If you know...Leia mais
We have an Umbraco site using the Hubspot Umbraco integration which embeds forms using the shell.js script as here: "<script charset="utf-8" type="text/javascript" src="//js-eu1.hsforms.net/forms/shell.js"></script>" The form re Leia mais
Hi @OManby ,
The 403 error in your logs is likely from a background request the shell.js script is making, but if your form is rendering and w...Leia mais