Hi! After looking through documentation, the Hubspot Webhooks API call seems to return data in the following form.
[{"objectId": [objectId],"propertyName": "lifecyclestage","propertyValue": "subscriber","changeSource": "ACADEMY","eventId": 3816279340,"subscriptionId": 25,"portalId": [portalId],"appId": 1160452,"occurredAt": 1462216307945,"eventType": "contact.propertyChange","attemptNumber": 0},...]
Here, what is the ObjectId? If the returned object is the contact, is the ObjectId the same as the ContactId?
Thank you!