Notion webhook triggers

The idea is:

Implement Notion’s (new) webhooks which can replace/complement the current polling triggers.

My use case:

Getting changes sooner without needing to poll often.

I think it would be beneficial to add this because:

Webhooks are generally better than polling.

Any resources to support this?

I support this one, it is much easier to have an official node that parses the data from Notion “properly” then to each time make a node manually, that might be missing something important and waste time figuring it out