HubSpot Record Deduplication?

Hello!

I was wondering if anyone has ever discovered a way to merge duplicates in HubSpot through n8n?

For example, is there a way n8n can recognise deals with the same deal name and merge the records together?

Thanks for any help! :smiley:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

hello @Connor_HubGem

I donโ€™t think there is a solution out of the box, but you can design it to act like that.

hello! do you have any ideas as to how? Iโ€™m struggling to see how I can get n8n to check for duplicates in the account

i see it in this way:

  1. You are downloading deals from the Hubspot
  2. Checks if there are any deals with the same name with Code node or the one you find easier to use (e.g. Aggregate + Split Out nodes)
  3. Update the orders removing the duplicated ones

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