Documentation Index
Fetch the complete documentation index at: https://orangeslice.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
Webhooks allow your spreadsheet to receive HTTP requests from external services. Create a webhook column, get a unique URL, and process incoming data with custom code.The Webhook Object
In webhook columns, you have access to awebhook object with request information:
Quick Example
Key Method
webhook.addRootFieldsToSheet()
Automatically maps webhook body fields to sheet columns and creates a new row.Context Availability
In webhook columns,
ctx.thisRow and ctx.thisCell are not available.
Use the webhook object instead.webhook, ctx.sheet(), ctx.getRowByValue(), ctx.utils, services
Not available: ctx.thisRow, ctx.thisCell
Learn More
Setup Guide
Create and test webhooks
API Reference
Complete webhook API documentation