Let’s say there is a User content model, and it has an image field which is asset. If a webhook is associated on save, publish and unpublish for User. Is it possible to trigger this webhook whenever an asset is updated for the user.
At the moment, If i update user, webhook is triggered but if I update asset. It does not.
Or do I have to create different webhooks to handle this scenario ?