webhook alias
For reasons we have 3 opsgenie webhooks set up. While I can work out which one is which from the api key its not the greatest experience.
It would be good to be able to set a more human readable alias so that I can easily see which each of the webhooks does when configuring new checks or bulk updating.

Good suggestion, that is definitely a pain point. But I have a little hack for this (which I personally use), not very pretty but efficient: Add an anchor at the end of the URL to indicate an alias of your choosing. This anchor will not be sent to your server (it’s a client-side HTTP feature) but it’ll show in your recipient list and bulk edit screen so it makes it easier to distinguish URLs, example:
https://example.com/xxxxxxx#project-A
https://example.com/yyyyyyy#project-B
-
bob walker commented
Yeah, that is a nice hack for this. Thanks for the tip.