Grist · Schema
GristWebhook
A webhook configured on a Grist document that delivers payloads when data changes.
SpreadsheetDatabaseCollaborationNo-CodeData ManagementWebhookOpen-Source
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Webhook unique identifier. |
| fields | object | Webhook configuration fields. |
| usage | objectnull | Delivery statistics for this webhook. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/grist/main/json-schema/grist-webhook.json",
"title": "GristWebhook",
"description": "A webhook configured on a Grist document that delivers payloads when data changes.",
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid",
"description": "Webhook unique identifier.",
"example": "xxxxxxx-xxxx-xxxx-xxxxxxxxxxxxxxxx"
},
"fields": {
"type": "object",
"description": "Webhook configuration fields.",
"properties": {
"name": { "type": ["string", "null"], "example": "new-project-email" },
"memo": { "type": ["string", "null"], "example": "Send an email when a project is added" },
"url": { "type": "string", "format": "uri", "example": "https://example.com/webhook/123" },
"enabled": { "type": "boolean" },
"eventTypes": {
"type": "array",
"items": { "type": "string" },
"example": ["add", "update"]
},
"isReadyColumn": { "type": ["string", "null"] },
"tableId": { "type": "string", "example": "Projects" },
"unsubscribeKey": { "type": "string" }
}
},
"usage": {
"type": ["object", "null"],
"description": "Delivery statistics for this webhook.",
"properties": {
"numWaiting": { "type": "integer" },
"status": { "type": "string", "example": "idle" },
"lastHttpStatus": { "type": ["number", "null"] },
"lastErrorMessage": { "type": ["string", "null"] }
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/grist-webhook"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.