ctml haven't got it working I don't know the exact behaviour, but I have some private areas for admins, and public for all users. I'd like to fire webhooks for actions happening in the public area, whether they be by an admin or user, but not fire webhooks for admin actions in the private admin area as these webhooks go to public spaces.
This is kind of implemented, but much less customizable. You can choose between stuff guests can access & stuff admins can access (which includes what guests can access).
I do want to add the option to filter hooks by tag.
ctml Another enhancement could be templates for these hooks, similar to the pretty mail templates, you can use the relevant event data and build your own template, so you can customize the data/layout being sent to the already supported webhook destinations.
This is harder to do because it'd require making the text you input be replaced with some code. It can be done so that you write code, but that's unsafe and you could easily break things. I've thought about it, but I'm not planning on adding this anytime soon.
I'll look into the issue you're having. It'll probably be fixed when I update this extension for beta 14 (after it comes out).