Question
Retrieve signed documents and attach them to Salesforce record
I have a use case, in which I need to generate an envelope with a document to sign, once generated collect the URL of the document to sign and return it in my Apex function (this URL is retrieved by another external service), once the customer has signed the document I need to attach it in Salesforce in the customer file. I need to do all this using the ApexToolkit.
Back to Docusign.com

