3. Triggering your trigger - d4rckh/monito GitHub Wiki
To trigger your trigger, make a GET request to http://yourserver:3000/api/trigger/ you have to have the following params:
- data: this is some optional data sent by your trigger, it is optional
- trigger: this is the trigger id
Example:
http://yourserver:3000/api/trigger/?trigger=pythonTrigger?data=Some+Data+Here
You can view the python examples in the examples folder.