# Create a webhook Creates a Webhook. Endpoint: POST /v3/webhooks Version: 2026-01-08 Security: ZephrHmacHttp ## Request fields (application/json): - `label` (string) Example: "Test webhook" - `triggers` (array) Example: ["user.create","user.delete"] - `method` (string) Example: "POST" - `target` (string) Example: "http://localhost:9999" ## Response 201 fields ## Response 400 fields