Explanation of terms
| Output Field | Description |
|---|---|
job_guid | Unique identifier for the job |
environment | Environment in which the action was made |
message | Instructions or explanations for the user |
webhook_code | Same as JobCode |
webhook_type | Category of webhook |
error_code | Code of the error |
error_message | Message related to the error |
EnsureConnection
Connection Successful
Fired when EnsureConnection has completed.Error
Fired when EnsureConnection fails unexpectedly.Invalid Credentials
Fired when EnsureConnection fails due to erroneous credentials.MFA Required
Fired when an MFA code is required during sign-in.jobs/mfa/answer endpoint with your answer.
Invalid Answer to the MFA Question
Fired when the MFA code provided is invalid.Jobs
Successful Job
Fired when a job completed successfully.Unsuccessful Job
Fired when a job did not complete successfully.Documents
Document Created
Fired when a document is fetched and stored on our server./jobs/documents/{documentId} endpoint to retrieve your document(s).
Successful Data Extraction
Fired when data has been successfully extracted from a document./jobs/documents/{documentId} endpoint with the document_id to retrieve your raw document(s) or with the document_extraction_id to retrieve the extraction file.
Failed Data Extraction
Fired when data could not be successfully extracted from a document./jobs/documents/{documentId} endpoint with the document_id to retrieve your raw document(s) or retry extracting the data.
URL webhook
Fired when a document is ready to be fetched. It is essentially a Successful Job webhook that contains the URL to download your document(s)./jobs/{jobGuid}/documents endpoint to get a list of documents related to the job that fetched them.