Company level "lead score" ?

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?

@PChalasani

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 :winking_face_with_tongue:

@dennisedson

thank you, exactly what I needed