This trigger fires when a specific property changes on any contact in your HubSpot CRM.
- API endpoint slug
- hubspot.contact_property_changed
Trigger fields
- Label
- Property to watch
- Helper text
- Choose a contact property to monitor for changes.
- Slug
- property_name
- Required
- true
- Can have default value
- false
Ingredients
- Slug
- contact_id
- Filter code
- Hubspot.contactPropertyChanged.ContactId
- Type
- String
- Example
- 12345
- Slug
- email
- Filter code
- Hubspot.contactPropertyChanged.Email
- Type
- String
- Example
- jane@example.com
- Slug
- first_name
- Filter code
- Hubspot.contactPropertyChanged.FirstName
- Type
- String
- Example
- Jane
- Slug
- last_name
- Filter code
- Hubspot.contactPropertyChanged.LastName
- Type
- String
- Example
- Doe
- Slug
- property_name
- Filter code
- Hubspot.contactPropertyChanged.PropertyName
- Type
- String
- Example
- lifecyclestage
- Slug
- old_value
- Filter code
- Hubspot.contactPropertyChanged.OldValue
- Type
- String
- Example
- lead
- Slug
- new_value
- Filter code
- Hubspot.contactPropertyChanged.NewValue
- Type
- String
- Example
- customer
- Slug
- changed_at
- Filter code
- Hubspot.contactPropertyChanged.ChangedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
- Slug
- contact_url
- Filter code
- Hubspot.contactPropertyChanged.ContactUrl
- Type
- Web URL
- Example
- https://app.hubspot.com/contacts/12345/contact/67890