Webhook Notifications
The users can opt-in to be notified for every document status change by using webhook.
Reviewing: Webhook notification is sent when document status changes from processing to reviewing, or from processed to reviewing. The status of the file is set to reviewing
Skipped: Triggered when the document is skipped. The status of the file is set to review_skipped
Erred: Triggered when the document goes into erred. The status of the file is set to erred
Approved: Triggered when the document is processed or approved, with or without error. The status is set to processed
If the file was approved with error, a flag named, approved_with_error
is set to true
Approved with Error Spreadsheet
Reviewing with Data: If this is checked on, data extracted from the document is also sent along when document is in reviewing state.
Reviewing with Data Spreadsheet
All: Webhook notification is sent on every document status change.
Updated 3 months ago