Webhooks permissions

Hello.

We’re transitioning from daemons to webhooks, and one of the main reasons for doing so is to give visibility to producers, who have constantly been asking “are the deamons running?” (mostly because the daemons keep pausing whenever they skip an event, different story…).

By going to webhooks, they can see all events, and know whether the services are healthy or not, which is great, however I’d love to prevent them from having the capability to modify a hook or create a new one, but the permissions seem to be all or nothing.

Is there a way, or is this a feature request?

2 Likes

Feature Request I think.
Good oen thogh, definitely would make a ticket to explain this and add a link here.

In the meantime maybe add to your logic for your hooks something like an entry into a google doc using the google sheets API and gspread python library.

That would be my way for prods to check if I were trying to keep them out of the annals of ShotGrid…