Jan 25, 2023 1:04 PM - edited Jan 25, 2023 1:05 PM
We're adding new Webhook subscription types for merge, restore & association change events for CRM Objects.
For a list of all subscription types, please visit the Developer Documentation on Webhooks.
Expanding the subscription types for webhooks has been a popular request from the Developer Community. With this more comprehensive list of subscription types, integrators will be able to better leverage the automation of webhooks to increase the efficiency of their external applications
Below are the payload properties added as support for merge and association change. No new payload properties were added for restore:
For Association Change payload properties:
Jan 30, 2023 12:56 PM
- newObjectId: the Id of the object that was created from the result of the merge. This is separate from primaryObjectId because in some cases a new object is created from the result of a merge.
Can you clarify when a merge might result in a new object id. This is news to me.