Hello Guys Need Help, I made display the deals associated with the company using API integrations I have api endpoint below with "Properties and Asssociations". https://api.hubapi.com/crm/v3/objects/deals?limit=10&properties=hubspot_owner_id& read more
Hi, @Jun22 👋 Thanks for reaching out. Let's see if any of our community members have any JavaScript magic they can offer — hey @miljkovicmisa ...read more
I'm trying to modify the Close Date of deals but I get this error message: "days_to_close" is a read only property; its value cannot be set Is it not possible to do that?
Hey, @dan9 👋 You are not missing anything. Properties marked read-only cannot be modified. By making a request to the Properties API , we can g...read more
Hello! When I got assigned to a Deal as a deal owner trough API my profile automaticly starts following that Deal. Can I disable this automatic follow thing? Its really annoying when I got assigned to many Deals and getting 1000+ notifications a read more
Hi, @PFarkas 👋 Thanks for your question. All the notification options live in your Settings page . There isn't a parameter or other way we can ...read more
Hi everyone, We have done a successfull integration to PandaDoc. In our deal, we have the widget PandaDoc with the "Create Document" button. We have a doc template in PandaDoc and after clicking the button, the deal informations (properties&cu read more
@himanshurauthan wrote: Hello @PascG possible to automate the process of creating a document in PandaDoc from HubSpot using HubSpot workflo...read more
Hello Sir, Need help,, Why the deal I created won't show on the table is it because the Primary company is im not the owner and 2nd Company deals with labelled "Partner Company" associated the one I owned. Is there any tweak on the code below h read more
Hi, @Jun22 👋 Thanks for reaching out. Hey, @amwilie @jonchim , can you offer any advice on how @Jun22 can approach this? Or suggestions on ...read more
We are using the deals API to create deal line items in batch and it's working wonderfully... that is until we get to a deal with greater than 100 line items. No errors are thrown but the line items don't show up. It's as if HubSpot created an arbit read more
I'm sorry to hear that you are encountering an issue with creating deal line items in batch using the deals API. It's possible that HubSpot has set a...read more
Hi, I am using the hubspot api to create new deals but the data i send is not showing up its all empty in hubspot this works but its emtpy in hubspot $simplePublicObjectInput = new SimplePublicObjectInput ([ read more
Hi there, Just wondering if there is any way to set the priority level when creating a deal with an API call? I've noticed this is possible with tasks, but doesn't appear to be possible with deals ? If this is not possible, is it possible to read more
I've figured it out for anyone in the future having the same question.. When creating a new deal, add to following property to your request payload:...read more
Hi, @ARA22 . Thanks for reaching out. You are not missing an option. This is not possible via API. These values can only be added/updated/removed in...read more
I use this query with this body to create POST https://api.hubspot.com/crm/v3/properties/deals/batch/create {
"inputs": [
{
"name": "test_currency",
"label": "test_currency",
"type": "nu read more
I'm performing a GET request to the deals API to fetch the options for a given enumeration field. However, for some fields, the options array is empty. Here's an example: $response = $hubspot->crm()->properties()->coreApi()->getByNa read more
I am interested to know when the data in Contacts, Deals and Emails APIs are ready to be used. I have found this other blog post but it was only for Analytics API and the answer was not specific. So let's take Contacts API. I would like read more
When you hitup HubSpot via api to GET contacts, it's going to give you the current payload of data as it knows it. The propagation time to those reco...read more