Hello everyone,
I could use your help to create a workflow on N8N following this process:
- Retrieve contacts from a dynamic HubSpot list.
- For each contact, attempt to enrich the phone number property using the available properties: first name, last name, company name, domain name, and LinkedIn URL (if filled or not in HubSpot).
- Let Full Enrich process the enrichment quietly: whether a contact is successfully enriched or fails, no error should be triggered.
- Once enrichment is completed, Full Enrich should send the found phone number back to HubSpot, making sure it matches the correct contact.
- Wait 3 days.
- Find the lead object associated with the said contact and automatically update the “lead subtype” property with the value “Full Enrich”.
I’m just getting started with N8N, although I have some basic knowledge of Make. I’ve attached the beginning of my workflow as a file.
What do you think?