Improvement
We have reviewed and updated our webhook documentation and the webhook simulator data from the account dashboard.
- Aligned the docs and simulator examples with the actual webhook data fired in production (added missing elements, removed excess elements, aligned data types, corrected lowercase/uppercase values)
- Used real data instead of some placeholders for the webhook simulator & docs (md5 & sha-1 values, region, bucket name, etc.)
- Clarified the moment when the
video_recorded
webhook is sent - Clarified that the
video_converted
webhook is not sent if the mp4 output is disabled in the Transcoding Engine - Clarified all the possible values for the
type
parameter that's present in many webhooks - Removed
cutToLength
parameter from thevideo_converted
webhook examples and parameters explanations (it does not exist in the actual webhook body) - The
storedStatus
parameter, part ofvideo_copied_pipe_s3
webhook, is now covered in the docs application/json
is now the principal webhook type in the docs