Notion trigger on Database Page Property updated

It would help if there was a Trigger node for:

Triggering workflow when a property is updated in a Notion database page.
And allow to nonitor property updates for all pages of a specified database.

My use case:

I need to automate things triggered by an update of Notion database page property.

As an example:

Trigger automations when property “Status” change from “In progress” to “Done”

Any resources to support this?

The interesting event is page.properties_updated.

Are you willing to work on this?

I don’t have the time or the skills to work on this topic.

As a workarround I had to use a Webhook trigger node and register its url as a Notion integration subscribing page.properties_updated events.