Updates a webhook handler
import {updateWebhookHandler} from "attio/server"
async function updateWebhookHandler( id: string, {externalWebhookId}: {externalWebhookId: string} ): Promise<void>
id : string
id
createWebhookHandler()
data : {externalWebhookId: string}
externalWebhookId : string
Was this page helpful?