Receive notifications when your asynchronous PDF rendering is complete
The callback
parameter allows you to configure a notification endpoint that will be called when asynchronous rendering is complete.
When rendering PDFs asynchronously, you may want to be notified when the process is complete. The callback
parameter lets you specify a URL that will receive a notification with details about the completed rendering.
Configuration for callback notifications when asynchronous rendering is complete
When your asynchronous rendering job completes, the API will:
The callback will receive a JSON payload with information about the completed rendering job, including:
This parameter is particularly useful for:
When using callbacks:
The callback
parameter is typically used with the destination
parameter, which specifies where the rendered PDF will be stored. Together, they enable a fully asynchronous workflow for PDF generation.
Receive notifications when your asynchronous PDF rendering is complete
The callback
parameter allows you to configure a notification endpoint that will be called when asynchronous rendering is complete.
When rendering PDFs asynchronously, you may want to be notified when the process is complete. The callback
parameter lets you specify a URL that will receive a notification with details about the completed rendering.
Configuration for callback notifications when asynchronous rendering is complete
When your asynchronous rendering job completes, the API will:
The callback will receive a JSON payload with information about the completed rendering job, including:
This parameter is particularly useful for:
When using callbacks:
The callback
parameter is typically used with the destination
parameter, which specifies where the rendered PDF will be stored. Together, they enable a fully asynchronous workflow for PDF generation.