manage_hook
Manage inbound webhook endpoints. Hooks accept Record-format JSON and upsert through the normal write path.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
action | enum: create | get | list | delete | Yes | |
workspace_id | string | Yes | Target workspace ID |
hook_id | string | No | Required for get, delete |
name | string | No | Hook display name |
secret | string | No | Shared secret for HMAC verification |
collection_scope | array | No | Restrict which collections this hook can write to |