Pre-transformation error
Triggered when a pre-transformation fails. The original file upload may have been accepted, but the requested transformation could not be applied. Review the error reason to understand what went wrong.
postWebhookupload.pre-transform.error
Payload
Example payload
{
"data": {
"transformation": {
"error": {
"reason": "encoding_failed"
}
}
}
}Response
Acknowledge