Webhooks & Events
Get notified when documents are generated or when errors occur.
Coming Soon
Webhooks are on our roadmap. Once available, you'll be able to configure webhook URLs in your project settings and receive notifications for events like:
- document.generated — A PDF was successfully generated
- document.failed — A generation request failed
- api_key.created — A new API key was created
- api_key.revoked — An API key was revoked
Current Alternatives
In the meantime, you can track generation activity through:
- API Logs — View all API calls in your project's Logs tab
- HTTP response codes — Check the response status from the Generate API to handle success/failure in your code
Stay Updated
We'll announce webhook support via our blog and changelog when it's ready.