Sheet-level webhooks fire when a product in that specific sheet is enriched. They take precedence over org-level webhooks.Documentation Index
Fetch the complete documentation index at: https://docs.anglera.com/llms.txt
Use this file to discover all available pages before exploring further.
Get Sheet Webhook
Path Parameters
ID of the sheet
Response
{"webhook": null} if no webhook is configured for this sheet.
Set Sheet Webhook
Path Parameters
ID of the sheet
Body Parameters
The endpoint URL to receive webhook POSTs
Optional secret for HMAC signature verification
Response
Delete Sheet Webhook
Path Parameters
ID of the sheet
Response
When a sheet webhook is deleted, the org-level webhook (if configured) will automatically take over for that sheet.

