Zentik Logo
App Settings

Webhooks

Configure outgoing webhooks that can be used as quick actions on notifications to execute arbitrary HTTP requests. This allows you to trigger external systems directly from a notification — for example, acknowledging an alert, approving a request, or calling a home automation endpoint.

Webhooks — ListWebhooks — Create Webhook

Webhook List

View all configured webhooks. Each entry shows:

  • HTTP Method badge (e.g. POST)
  • Name — The webhook name
  • URL — The target endpoint
  • Created date — When the webhook was created

Tap the menu icon on each webhook to edit or delete it. Use the + button to create a new webhook.

Create Webhook

Configure a new outgoing webhook with the following fields:

FieldDescription
NameA descriptive name for the webhook
HTTP MethodThe HTTP method to use (POST, GET, PUT, etc.)
URLThe target URL that will receive the webhook request
HeadersOptional custom HTTP headers to include in the request. Tap + to add headers
JSON BodyOptional JSON request body. Must be a valid JSON object. Use the help icon to see available template variables

Tap Create to save the webhook or Reset to clear the form.