I would like to know if there is a webhook that listens to our BIM360 hub for any new projects that are created. I would like to have a DB of all our project names and ID’s. When I run the GET projects api endpoint it takes some time to execute due to the sheer number of projects we have on the hub. Therefore, having a webhook would be nice so when a new project is created, we can store the project name and ID in a lightweight DB for fast queries. I’ve checked the list of supported webhooks, but wasn’t able to find one for new project creation on BIM360.
I found this post, but it’s looking for new folder creation in projects vs new project creation