Skip to main content

Hi,

 

Is it possible to get the HubSpot company page URL and add it to the Monday.com board? So we have a big list of companies and contacts in HubSpot. We need to do the following:

When a new item is created on the Monday.com board, get the company profile URL from HubSpot and add it to the Monday.com board column (to access all contacts and all information at once). The match can be made based on the company's domain.

The first steps would look like this:

But how to get a URL?

Hi @valeriasem 

In order to get the URL by supplying the domain to Hubspot, you need to use select URL from additional properties to get option if it’s already not shown in properties to retrieve section.

 

I have selected a random property “latest source” change it with your URL property name.

 


hi @robschmidt 

Thank you for your reply.

We are probably not on the same page here: we need to get the company profile hubspot URL (example: https://app.hubspot.com/contacts/000000/company/00000000) and there is no option to do it by using additional properties. Matching domain is not a problem: our only problem is getting this URL


Hey @valeriasem! Does the data returned in the “Find Company” step include both the contact and company ID? If so, you should be able to manually craft this URL and insert those variables so they dynamically change to the correct URL each time. So, for example:

https://app.hubspot.com/contacts/{CONTACT ID}/company/{COMPANY ID

Let us know!