Quick Overview
This workflow manually enriches existing HubSpot companies using Veridion, skipping records already marked as enriched and updating HubSpot with matched company details like industry, location, and key firmographics.
How it works
- Runs when you manually execute the workflow.
- Fetches up to 100 companies from HubSpot and includes key properties such as name, domain, phone, and the custom veridion_enriched flag.
- Stops with a clear error if the veridion_enriched property is missing, otherwise filters to only companies not yet marked as enriched.
- Retrieves full details for each selected HubSpot company and sends its name, domain/website, and phone to Veridion for enrichment.
- Checks whether Veridion returns a match and skips companies without a match.
- Maps key Veridion fields and updates the HubSpot company record with enriched details and sets veridion_enriched to true.
Setup
- Create the HubSpot company custom properties veridion_enriched (boolean/checkbox) and veridion_industry (single-line text).
- Add HubSpot App Token credentials and ensure the HubSpot company list request includes veridion_enriched, veridion_industry, name, domain/website, phone, and hs_object_id.
- Add Veridion API credentials and confirm your HubSpot companies have at least a name plus a domain/website or phone for best matching.