The Google sheets plugin handles incoming webhooks. Point your provider’s subscription URL at your Corsair HTTP handler (see Overview for setup context and the exact URL shape).Documentation Index
Fetch the complete documentation index at: https://docs.corsair.dev/llms.txt
Use this file to discover all available pages before exploring further.
Webhook map
rangeUpdated(rangeUpdated)
HTTP handler setup
app/api/webhook/route.ts
Events
Range Updated
Range Updated
rangeUpdated
A range of cells in a Google Sheet was updated
Payload
| Name | Type | Required | Description |
|---|---|---|---|
spreadsheetId | string | No | — |
sheetName | string | No | — |
range | string | No | — |
values | (string | number | boolean | null)[] | No | — |
eventType | rangeUpdated | No | — |
timestamp | string | No | — |
event | any | No | — |
Response data full type
Response data full type
webhookHooks example