Hello all,
I know there are a few types of scores at the contact level, like:
- hubspotscore
- hs_predictivecontactscore
- hs_predictivecontactscore_v2
Does hubspot have any scoring at the Company level? If so, is there any API to access it?
Hello all,
I know there are a few types of scores at the contact level, like:
Does hubspot have any scoring at the Company level? If so, is there any API to access it?
hubspotscore and hs_predictivecontactscore_v2 are both available for the company object.
I recommend using the Properties API to see all the available properties with a description of each returned to you
URL will look like this https://api.hubapi.com/crm/v3/properties/companies?archived=false&hapikey=YOUR_HUBSPOT_API_KEY
Once you have the properties you want to receive, you will use the CRM Companies Object endpoints to get them for your companies.
Happy hunting ![]()
thank you, exactly what I needed