How to Identify if change has been made by private-app in Hubspot Webhook?

Viewed 15

If any change is made to Hubspot data via Private-App, I'm getting below Webhook,

[{'eventId': 9928183, 'subscriptionId': 131457, 'portalId': 14032763, 'appId': 446003, 'occurredAt': 1662391386131, 'subscriptionType': 'contact.propertyChange', 'attemptNumber': 0, 'objectId': 237212451, 'propertyName': 'lead_time_zone', 'propertyValue': 'Asia Calcutta', 'changeSource': 'INTEGRATION'}]

here the changeSource is INTEGRATION

We have multiple Integrations with our Hubspot account, how do I know if the webhook is triggered because of Private-app Integration?

0 Answers
Related