Document Ingestion
Webhook Payload
The following payload is sent to your configured webhook URL when a job finishes.
If a Parse job is created without a dataset, the dataset
field will be null
.
The possible statuses are -
success
- The job finished successfully.failure
- The job failed to finish.processing
- The job is still processing.