Creates a webhook handler
import {createWebhookHandler} from "attio/server"
async function createWebhookHandler({fileName}: {fileName: string}): Promise<WebhookHandler>
fileName : string
.webhook.ts
WebhookHandler
id : string
updateWebhookHandler()
deleteWebhookHandler()
url : string
fileName: string
Was this page helpful?