How to identify webhook object change?

I read that currently there is no easy way to identify what type of update was made in a deal (eg: change of stage, change of status, change of a field, etc).

Does anyone know or have any advices on how to identify what type of change was made of a “deal update” according to the webhook payload?

For example, I noticed that when the current.next_activity field is missing on the payload it looks like it is a stage or status change. Does anyone have other hints about how to compare and identify what is the target object of the webhook?

Ok, so I made several tests and looks like you have to make your own script and compare the payload of the “current” and “previous” data, then you can identify which object has really changed

1 Like