Missing Hubspot Property

Describe the problem/error/question

Hubspot has a property internally named “hs_linkedin_url” or “LinkedIn URL”. This property is not usable when “Creating or Updating” a contact, only when using it as a filter to search contacts. I reached out to Hubspot support first and they had absolutely no idea how to help and sent me to n8n’s support. Hoping the community has some ideas.

Things to note/that I have verified:

  • My Hubspot credentials are valid as I am able to view the custom properties created in our CRM
  • The property itself has the following field enabled: Use this property in forms, pop-up forms, and bots
  • The Hubspot private app scopes are set as
    • crm.objects.contacts.read
    • crm.objects.contacts.write

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.102.3
  • Database (default: SQLite): Default.
  • n8n EXECUTIONS_PROCESS setting (default: own, main): Default.
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Locally hosted.
  • Operating system: MacOS
1 Like

Hi @JoeLavoie ,

If the request you need is not available in the default Hubspot nodes, you’ll need to make custom API requests, using the HTTP Request node.

You can learn more here: https://www.youtube.com/watch?v=A-ItDpYDflY

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.