Shots Fired Logo

Editing an EventApplying a filter

Custom Filter

A custom filter is an advanced feature to give you total control over when a sequence of actions should run.

Provide your webserver url or network address and Shots Fired will send a POST request to it prior to executing the sequence of actions. The app will expect the server to respond with the following JSON:

{ "result": [true|false] }

When the result evaulates to true, the sequence of actions will execute. If the result evaluates to false or responds poorly, the sequence will not execute.

A custom filter will only be applied when it is set to active.