Downloads the exported file from the provider and uploads it to the specified URL. A notification object must be provided in the request to receive notification that the upload to the client is complete.
The request body in the notification must resemble:
status: complete,
responseBody:
id: "0686g000009rGcUAAU",
success: "true",
errors: [],
downloadId: "12293",
Tenant name
User ID
User name
Download ID
Name of file
Record type
Project ID
Instance URL
Including this webhook information enables automatic polling by IDD.
URL
Request method
OK
The download from the provider was successful
curl --request POST \--url https://idd_url/idd/api/v2/tenantId/analyze/download \--header 'Content-Type: application/json' \--header 'X-API-Key: 123' \--data '{"downloadId": "40289","fileName": "highlightedNDA","uploadUrl": "https://max4.my.salesforce.com/services/data/v47.0/sobjects/ContentVersion","context": {"recordType": "NDA","instanceUrl": "https://www.conga.com"},"notificationInfo": {"url": "https://www.notifyme.com","method": "POST"}}'