Parallel PDF Viewing (pdfUrl)
Parallel PDF Viewing#
Parallel PDF viewing is supported via the pdfUrl field within the additionalDetails object.Instead of uploading the PDF directly to the provider, you should implement your own service that:Produces a URL (pdfUrl) for the PDF.
Include this URL in the JSON payload you send to the provider.
This ensures that the creation, management, and hosting of the PDF are fully handled on your side.You will need to provide the URL to the original POST request you transmit to the service, as shown below:"AdditionalDetails": {
"AccountingDepartmentEmails": [
"test@email.com"
],
"CustomerCellNumbers": [
""
],
"TransmissionMethod": "E",
"SendAsPdf": false,
"pdfUrl": "https://www.testdrive.com/url",
"AvoidEmailGrouping": false,
"PdfNotificationEmails": [
""
]
As soon as you have uploaded the file to the desired space, it will be visible through the portal as a second tab.Modified at 2025-10-21 14:11:45