Skip to content

mod_webhook

Germán Luis Aracil Boned edited this page Apr 6, 2026 · 1 revision

mod_webhook

Category: Network & Integration | Version: v1.0.0 | Source: modules/mod_webhook/mod_webhook.c

Description

Register webhook URLs that auto-dispatch on Portal events. Configurable timeout and retry. Subscribes to /events/* and forwards matching events as HTTP POST.

Paths

Path Method Description
/webhook/list GET List registered webhooks
/webhook/add ACTION Register a webhook
/webhook/remove ACTION Remove a webhook
/webhook/test ACTION Test a webhook URL

Clone this wiki locally