Webhook Handlers enable apps to receive incoming requests from third-party services. Unlike server functions, which are used to send requests, Webhook Handlers are designed to listen for and process external requests. They can be used to sync data into Attio or respond with on-demand data to third-party services, making them essential for integrating external systems and automating workflows. Webhook files MUST:Documentation Index
Fetch the complete documentation index at: https://docs.attio.com/llms.txt
Use this file to discover all available pages before exploring further.
- Live under the
src/webhooksdirectory - Have a
.webhook.tssuffix. - Contain an
export default async functionthat:
API
createWebhookHandler– creates a webhook handlerupdateWebhookHandler– updates a webhook handlerdeleteWebhookHandler– deletes a webhook handler