DocPeeldocs

Webhook Event Types

The following events can be subscribed to from the dashboard.

EventTriggered when…
extraction.completedAn extraction finishes successfully.
extraction.failedAn extraction fails (credits are refunded).
extraction.correctedA user submits a correction in the dashboard.
api_key.createdA new API key is created in the workspace.
api_key.revokedA key is revoked or deleted.
workspace.member_addedA new member joins the workspace.
billing.credits_lowWorkspace credits drop below 10 % of the monthly allowance.

Choosing events

Subscribe only to what you need — fewer events means less load on your endpoint. Most integrations only need extraction.completed and extraction.failed.