Skip to main content

Clearbit (HubSpot Breeze Intelligence)

Clearbit is now HubSpot Breeze Intelligence

Clearbit's standalone API was deprecated after the HubSpot acquisition; new sign-ups use HubSpot Breeze Intelligence endpoints. Reference: ory/integrates/user-enrichment/clearbit.

Clearbit (now HubSpot Breeze Intelligence) enriches identities with person and company data at registration.

How it works​

An Ory Action on registration.after runs asynchronously and calls your handler. The handler queries the Clearbit / Breeze Intelligence Person API with the user's email address, then patches the returned data onto the identity under metadata_public.clearbit.

Notable​

  • New deployments use the HubSpot Breeze Intelligence endpoints rather than the legacy Clearbit API.
  • Enrichment is best-effort: the handler silently no-ops when the API returns a 404.
  • A DSAR delete API is available — wire it into your right-to-be-forgotten flow.

Resources​