Skip to main content

Module webhooks

Module webhooks 

Source
Expand description

Webhooks API - /api/webhooks

REST endpoints for managing webhook configurations and handling incoming webhook events. In the desktop mode, webhooks are stored in-memory as config stubs.

GET/POST/PUT/DELETE /api/webhooks/configs - Manage webhook configurations GET/POST /api/webhooks/github - List / handle GitHub webhook events GET/POST/DELETE /api/webhooks/register - Register / unregister webhooks GET /api/webhooks/webhook-logs - List webhook delivery logs

Functions§

router