I'd like to be able to add context to an alert after it's created. For example, if there's an IP address in the alert I want to be able to automatically populate the alert with a geolookup of the IP that pulls back the country where it's located and put this into the alert. Ideally I'd be able to update the description with this new information, or add this as an extra property if not. If neither of those were possible we could probably also live with having this added as a comment to the alert.
This wouldn't need anything too complex, simply sending a GET request to a URL like:
https://ipinfo.io/18.165.242.47
Is it possible to trigger an API call like this and add the results to the alert?