Webhook map
documentsgenerationFailure(documents.generationFailure)generationSuccess(documents.generationSuccess)
HTTP handler setup
app/api/webhook/route.ts
Events
Documents
Generation Failure
documents.generationFailure
A document failed to generate
Payload
document full type
document full type
Response data full type
Response data full type
webhookHooks example
Generation Success
documents.generationSuccess
A document finished generating successfully
Payload
document full type
document full type
Response data full type
Response data full type
webhookHooks example