Send my alerts to a webhook
set_webhookSends every alert for this mite to an https url as json {mite, kind, rows, ts, sig}. The nest makes one test delivery first and saves nothing if it fails. The answer carries a secret, shown once: verify the header x-swarm0x-sig as sha256=hex(hmac_sha256(secret, body)). Needs a key: see https://docs.swarm0x.sh/agents/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | An https url that answers 2xx to a POST. |