Add granular update details to UPDATED_PROPERTY webhook payload
Currently, when a property is updated, the webhook event UPDATEDPROPERTY is triggered, but the payload only contains the propertyUid and the eventtype. This makes it difficult for integrators to know what changed and which endpoint should be called next.
I would like the payload to include more granular details about the type of update, for example:
Pricing update
Photo update
Amenities update
General property details update
Pricing rule update, etc.
This would allow API users to call only the relevant endpoints instead of fetching all related resources. It improves efficiency, reduces API calls, and provides clarity for event-driven workflows.
-
Anonymous
commented
This is very important not to load a whole year for our Website while we only change a short period with pricing and minimum stay.