Create webhooks

Issue #31 closed
Former user created an issue

Run webhooks to other RESTful devices. Easiest to implement to run with email alert triggers. Could a trigger be added to a profile, too, kind of a virtual time-signal?

Comments (3)

  1. Myles Metzler

    The code base already has a way of reacting to a program changing states (steps ends etc), it would be easy to initiate simple at these points. The problem is what do we do?

    Off the top of my head the only thing I can think of handling this is allowing the user to write and or upload a bash or python script that would get called every-time one of these state changes occurred (sounds like a security nightmare). There are just to many possible devices/services to try and support for such a general request.

  2. Log in to comment