Integrations
Connect DokuBrain to Google Sheets, QuickBooks, Xero, and your own systems.
Integrations
DokuBrain integrates with external systems to sync extracted data, trigger workflows, and receive documents.
Google Sheets
Export extracted document data directly to Google Sheets:
- Go to Settings → Integrations → Google Sheets
- Click Connect Google Account and authorize access
- Select a spreadsheet or create a new one
- Map extracted fields to sheet columns
Once connected, you can configure workflows to auto-export to Sheets after extraction.
Webhooks
Receive real-time notifications when events occur in DokuBrain:
Webhook events
| Event | Description |
|---|---|
document.uploaded | A document was uploaded |
document.processed | Document processing completed |
document.classified | Document type was classified |
document.extracted | Fields were extracted |
workflow.started | A workflow run started |
workflow.completed | A workflow run completed |
workflow.failed | A workflow run failed |
Verifying webhook signatures
All webhook payloads include a signature in the X-DokuBrain-Signature header. Verify it using HMAC-SHA256:
Email ingestion
DokuBrain can process documents received via email. Configure a dedicated email address and any documents attached to incoming emails will be automatically uploaded and processed.
API keys
Manage API keys programmatically:
See the Authentication guide for details on API key management.