Is there a way to apply a webhook to an entire Bitbucket project instead of each repository?

Hi,

I have a question about webhooks in Bitbucket.
In my workspace, there are multiple repositories under a single project.

Currently, I can only create webhooks per repository.
However, I’d like to know if it’s possible to set up a webhook once at the project level, so that:

All existing repositories in the project inherit that webhook automatically, and

Any newly created repositories under the same project also get the webhook without manual setup.

In short, I’m looking for a way to manage webhooks more efficiently at the project level rather than configuring them one by one per repository.

Is there any built-in feature or workaround (such as using API or workspace-level hooks) to achieve this?

Thanks in advance for your help!