Webhook event that is send to the provided webhook.
NOT_PROVIDED
, no storage.preSignedUrl
was provided.UPLOADED
, storage.preSignedUrl
was provided and file is uploaded.FAILED
, storage.preSignedUrl
was provided but the upload failed.fileUrl
is only returned if the webhook was created with returnType
set to URL
and storage.signedUrl
is
is not used (unless signedUrlStatus
returns FAILED
)fileBase64
is only returned if the webhook was created with returnType
set to base64
and
storage.signedUrl
is not used!storage.signedUrl
is used).