API
TypeScript
Arguments
An object containing:id : string
The id of your webhook handler provided by createWebhookHandler().
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The legacy app.ts layout is deprecated. New apps use the folder-based layout under src/app/; convert existing apps with the migration guide.
Updates a webhook handler
import {updateWebhookHandler} from "attio/server"
async function updateWebhookHandler(
id: string,
{externalWebhookId}: {externalWebhookId: string},
): Promise<void>
id : stringid of your webhook handler provided by createWebhookHandler().
{externalWebhookId} : {externalWebhookId: string}externalWebhookId : stringWas this page helpful?