Skip to content

Once rendering is complete, Doppio calls the webhook endpoint you provided with the following payload:

Property nameTypeDescription
doppioRequestIdstringUnique identifier for the request.
renderStatusstringRendering status for your document. Either SUCCESS or ERROR.
documentUrlstringURL where you can access the rendered document.
isAsyncbooleanWhether the request is asynchronous. For this render method, the value is always true.
isCustomBucketbooleanWhether the document is stored in your own S3 bucket or temporarily in ours.

All rights reserved