webhook_integration
Create, update, delete, list, and test webhook configurations to automate event notifications from Ludus cyber range environments.
Instructions
Manage webhook integrations.
Args: action: Action to perform (create, update, delete, list, test) webhook_url: Webhook URL (for create/update) events: List of events to trigger webhook (for create/update) webhook_id: Webhook ID (for update/delete/test) user_id: Optional user ID (admin only)
Returns: Webhook operation result
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| webhook_url | No | ||
| events | No | ||
| webhook_id | No | ||
| user_id | No |