Skip to content

[FEATURE] [SOURCE] - Enhance Hubspot New contact property change properties #18428

@choeqq

Description

@choeqq

Is your feature request related to a problem? Please describe.
The HubSpot "New Contact Property Change" trigger currently processes all existing contacts on first activation and triggers on newly created
contacts even when no actual property changes occurred. This results in workflows receiving events for thousands of existing contacts as "property
changes" when they represent historical data, and new contacts without property modifications trigger the workflow despite no actual changes.

Describe the solution you'd like
Two new configuration options for the HubSpot "New Contact Property Change" trigger:

  1. "Skip existing contacts when first activated" - When enabled, the trigger ignores all existing contacts and only watches for property
    changes that happen after activation
  2. "Only trigger on actual property changes" - When enabled, only fires when a contact property is actually modified (requires
    propertiesWithHistory), filtering out newly created contacts that haven't had property changes

Do you have a workaround?
Current options include:

  • Processing all existing contacts and filtering in workflow logic
  • Implementing custom timestamp-based filtering
  • Manual event filtering within the workflow

These approaches require additional complexity and don't address the core issue of receiving irrelevant events.

Additional context/Related
#18339
#18379

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesttriagedFor maintainers: This issue has been triaged by a Pipedream employee

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions