Create Webhook
create_webhookSet up a webhook endpoint and subscribe it to specified events. Returns a signing secret that must be saved immediately for verifying future deliveries.
Instructions
Create a webhook endpoint and subscribe it to one or more events. The signing secret is returned only in this response. Persist it immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Destination URL Krova POSTs events to. Must be HTTPS in production. | |
| events | Yes | Webhook event names to subscribe to (e.g. "cube.created"). The server validates each name against the published list — invalid names return a 400. | |
| spaceId | No | Krova Cloud Space id. Optional if KROVA_SPACE_ID is set as the server default. | |
| description | No | Optional human-readable label for the endpoint. |