As it has been discussed on these threads: https://community.hubspot.com/t5/APIs-Integrations/How-to-reset-client-secret/m-p/271360/highlight/true#M24554 https://community.hubspot.com/t5/APIs-Integrations/Help-on-Oauth2-Client-Secret-R read more
Hello I need to save some data after to a contact property after getting checked through an API call. callback({
botMessage: outputMessage
responseExpected: false,
cust read more
Hey @Igee ,
this looks like you're using a custom coded workflow action from Operations Hub. In that case you have to define the possible ou...read more
I’m currently facing an issue: when I update a field name in field.json, the API still returns the old fields, which is confusing. Is there a way to make it return only the fields defined in the file?
@09747 - Assuming that @BrandonWoodruff hasd not covered your topic, I'd like to better understand what you are looking for here. Would you mind ...read more
Hello, I'm trying to return records I can see in my defined list I set up in Hubspot. I have a list that contains ticket info and associated data but the List API seems to just bring the json at the bottom back. Am I missing something? I also read more
Hello! The list I built is all closed tickets with the subject, close date, and a few others. The associated records I'm looking for is the companyI...read more
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 read more
Are you able to access the payload to the requests being made to Hubspot? Given what you said that it's creating the exact same deals, that Deal ...read more
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 read more
So to switch to v3 you will have to take a Two-Step Process:
1. Get the List Memberships - Use the v3 List API to get contact IDs from a specifi...read more
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 read more
Hey, thanks... no disrespect, but that's not relevant to the question at hand. The fields are HTML forms, not HS forms. The question still is: Sea...read more
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 read more
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: ...read more
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 read more
@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...read more
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 read more
Hi @Mna010
curl --request GET \
--url 'https://api.hubapi.com/crm/v3/lists/316/memberships/join-order?limit=100' \
--header 'authorization:...read more
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 read more
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...read more
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 read more