Welcome!

We are currently serving 15 triggers.

To generate a new web trigger, please provide an email address.

Documentation

Read

To read the state of a certain trigger, you can navigate to the following URL via either your browser or via other method such as curl. Replace readSecret and writeSecret with the ones given.

curl "https://remotetriggers.azurewebsites.net/triggers/read/readSecret"

Writing

You can edit the current state of the trigger via the following URL, in this case setting the state to newState.

curl "https://remotetriggers.azurewebsites.net/triggers/write/writeSecret/newState"