grist_manage_webhooks
Manage webhooks in Grist documents to receive real-time notifications for data changes. Create, update, delete, or list webhooks for automated workflows.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | ||
| operations | Yes | ||
| response_format | No |