Hi - we have been in the process of implementing an API integration to improve our contact data. We currently have a registration form connected to HubSpot that has been gathering contact data, however, the API would also be creating/gathering co read more
Hi I was wondering if I can have 3 different targets URL for my app webhook? I want one for each environment we have (tst, acc and prd) but using the same webhook. thanks and sorry if it's dumb, I'm asking in the name of my devs 🙂
Hello, I need to query contacts that have a specific custom field filled. How can I do this? I found this in the documentation ( https://developers.hubspot.com/docs/api/crm/contacts ) but it's not clear what each field is for curl --r read more
Hi @KimS , You can use `/crm/v3/objects/contact/search` endpoint instead (to search contacts by any of their properties). It should be more underst...read more
Hello, I wonder how we can get info from deal stages, where customers are in our hubspot to a java program, does anyone have a code for this that we can use in java?
Hey, @OEhrenberg3 👋 Thanks for your question. The community may not be able to provide a specific custom code example. You may need to do more r...read more
We need to read and write to our custom contact and company properties via the API. We dont see where we can do that - can you please send link/doc for us to get instructions. Any help is appreciated.
Hi, I am still a rather new developer, and am attempting to copy line items from a closed won deal to a pending renewal deal that was copied in a workflow from the closed won deal. I am receiving the following logs: INFO [INFO] Main function initi read more
We have our customer service GMAIL connected to our inbox in Hubspot. Often, we get emails with PDF attachments, and our team wants the ability to search for specific things within the attachment. But Hubspot can only search for content in the email read more
Jaycee, Thanks for the response. I actually just finished testing that "Text Parsing for File Uploads" app, but isn't able to accomplish what we...read more
Hello, we're loading the livechat widget on our Ruby on Rails site and providing it with a valid email & token but the chats are not being associated to the existing Contact with a matching Email address. I've reviewed the main post suggested read more
Our integration is written in Go, and as such we use a third-party tool to generate client libraries using HubSpot's published OpenAPI specs. Now that it's been running (mostly) successfully for a few weeks, we're ready to build in some additional r read more
Hi @himanshurauthan , I was hoping that someone from HubSpot could respond to my questions so our company could make business decisions based on the...read more
Hi, I think my understanding of how this end point works is wrong I am trying to get get a list of all deals, along with company name. params = { "exportType" : "VIEW" , "exportName" : "test" , "format" : "csv" , read more
Hi @kwa_mark 👋 Specifying "associatedObjectType" allows you to retrieve IDs and primary display property values of records (in your example...read more
Hi Everyone,
My SDRs are struggling with a continuously growing amount of tasks.
I helped them reduce their stock, however, they still have a lot on their plate.
Another option we envision is to help them focus on the most valuable tasks read more
Hey, I need to retrieve the associated line_items for a specific deal. I know this can be done by calling /crm/v3/objects/deals/{record_id}/associations/line_items and then crm/v3/objects/line_item/{line_item_id} However, if my colleagues will read more
Hi @julevdl 👋 Have you tried using the "propertiesWithHistory" request parameter? This gives you visibility on property value changes over t...read more