register_webhook
Set up a triage webhook to receive notifications on attack path events for automated security response.
Instructions
Register a triage webhook to receive notifications on attack path events.
Args: url: Webhook endpoint URL. events: JSON array of event types (e.g. '["new_path", "status_change", "validated"]'). template: Optional Jinja2 template for the POST body. Variables: path, event, timestamp. secret: Optional HMAC-SHA256 secret for request signing. headers: Optional JSON object of extra headers to send.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| events | Yes | ||
| template | No | ||
| secret | No | ||
| headers | No | {} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |