Grist · Example Payload

Create Webhook Request

SpreadsheetDatabaseCollaborationNo-CodeData ManagementWebhooksOpen Source

Create Webhook Request is an example object payload from Grist, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

webhooks

Example Payload

Raw ↑
{
  "webhooks": [
    {
      "fields": {
        "name": "new-project-email",
        "memo": "Send an email when a project is added",
        "url": "https://example.com/webhook/123",
        "enabled": true,
        "eventTypes": ["add", "update"],
        "tableId": "Projects",
        "isReadyColumn": null
      }
    }
  ]
}