Show HN: If you use PagerDuty and AlertSite, this will be of interest(alertsite2pd.appspot.com)
alertsite2pd.appspot.com
Show HN: If you use PagerDuty and AlertSite, this will be of interest
http://alertsite2pd.appspot.com/
2 comments
I wondered about generic tools, but didn't find any that would solve this. There's nothing special about my code - it's really just collecting data from the incoming POST vars, rearranging them and passing them along.
I thought it was interesting that the platform (AppEngine) enables simple one-off solutions like this - not everything needs to be abstracted into a ifttt style solution ...
I thought it was interesting that the platform (AppEngine) enables simple one-off solutions like this - not everything needs to be abstracted into a ifttt style solution ...
It seems like there are plenty of uses for 'middle-man' integrators like this, that would receive an HTTP POST and then relay that information on by sending sending a POST.
Are their any generic tools/frameworks that do this, besides ifttt?