Is there an easy way to add webhooks for user deletion and deactivation?
I think I’ve found the relevant code but it appears to only list webhooks for these actions:
user_logged_out
user_created
user_logged_in
user_approved
user_updated
We’re integrating separate applications that get updated with user data each time the Discourse user changes, so I’m looking for a way to remove users’ access from the other systems when the user accounts are deactivated/deleted from Discourse.