mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-09-11 08:01:14 +00:00
Basic usage is as simple as:
```lua
local log_hooks = require 'policy-extras.log_hooks'
log_hooks:new_json {
name = "webhook",
url = "http://10.0.0.1:4242/log",
}
```