Manage Webhooks
grist_manage_webhooksManage webhooks in batch: create, update, delete, list, or clear queue for real-time notifications on Grist document changes.
Instructions
Batch webhook CRUD for real-time notifications. list and clear_queue must be solo operations.
Example: {"docId":"abc123","operations":[{"action":"create","fields":{"url":"https://api.example.com/hook","tableId":"Tasks","eventTypes":["add"]}}]}
Use grist_help({tools:["grist_manage_webhooks"]}) for full schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | ||
| operations | Yes | ||
| response_format | No |