Sending Documents with Apex; Preview Screen Help
I have a custom integration between Salesforce and Adobe Sign. I want to send a document for signature via Apex, but I want the user to be able to place the signature tag first. The "preview document" field is set to true, but Adobe just sends the document to the recipients and the user never gets to position the signature tags.
The native integration has a pop-up iframe that loads the following URL:
This loads adobe's preview screen.
I want to replicate this functionality within my own application, but the "aid" parameter is not equal to the agreementId that I get from the API. Any suggestions on how I can load this preview screen?
