Ability to review document(s) in agreement before sending it out for signature
We want to create an agreement in DRAFT state and merge optional default values for certain fields on the document using data from our internal application. We want to then retrieve the document WITH the merged field values so the user can review it before sending out the agreement for signing. Is there any way to achieve this? We tried using the GET /agreements/{agreementId}/combinedDocument but the file returned doesn't include the merge info until the agreement has been updated to IN_PROCESS (i.e sent for signature). Same with the image URLs (GET /agreements/{agreementId}/documents/imageUrls).
Any help would be much appreciated!
