summaryrefslogtreecommitdiff
path: root/webhooks.example.json
blob: 62320d101a4f5151a22f9aded946a1ccf98c12be (about) (plain)
1
2
3
4
5
6
7
8
9
10
{
    "/example": {
        "cmd": "echo example webhook that sends output of command as response",
        "response": "output"
    },
    "/example2": {
        "cmd": "echo this webhook will only send the response set it response",
        "response": "this will be sent as response instead of command output"
    }
}