Hubspot node (verify email adresses and fields)

Hi community,

I want to create a hubspot node that verify if the email adresses exists aleady in hubspot and have specific field.

You’ll find below my workflow :

Thank you :slight_smile:

Hey @TheG, the Create or Update (“Upsert”) operation of the Hubspot should take care of that automatically for you:

So if your goal is to add an existing contact if an email doesn’t exist yet (or update an existing one otherwise) you wouldn’t need to worry about that and can simply connect your Hubspot node to both of your Airtable nodes in the screenshot.

Hi @MutedJam ,

The goal is to verify if the email adress exist in hubspot, and the next step is to verify if the field “Lead status” is “Do not contact” in this case to get the email out of the workflow.

Thank you :slight_smile:

The goal is to verify if the email adress exist in hubspot

So in that case you might want to Search for each contact and then check if the value is what you’d expect.

To avoid your n8n workflow stopping when a contact isn’t found (if that’s a possibility) you can enable the Continue On Fail option on the Hubspot node:

Thank you

Resolved :slight_smile: