What do you use webhooks for?

Just curious what people are doing with webhooks in production.

I had imagined using it to see when a file changes, then validate or lint the file, and then push back changes to it. But with no way to write to files from the REST API, I guess that’s not an option.

What useful things are you doing that I’m just not thinking of?