Reputation: 1
Our team is currently working on a project where we need to implement a feature to merge multiple documents using DocuSign. The specific requirements are as follows:
Button Creation:
Document Retrieval:
DocuSign API Integration:
Document Merging:
Return Merged Document to Salesforce:
Thank you
Assistance/Directions/Documentation
Upvotes: 0
Views: 29
Reputation: 36
You can achieve this process by using ApexToolkit. To implement the process, you first need to install the DocuSign Apps Launcher (DAL) managed package into your Salesforce organization and then write the Apex code that calls the Apex Toolkit method: https://developers.docusign.com/docs/salesforce/
To create the custom button on your Salesforce org, write the Lwc code that triggers the Apex class. Once you write all the Apex codes needed for document retrieval and send the envelope, you can get the document by DocuSign Connect. Connect is a webhook service that writes back the document or any other data when the envelope status is changed. You can implement Connect through ApexToolkit following the "Document and data writeback" section on this post: https://www.docusign.com/blog/developers/whats-new-summer-21-apex-toolkit
Upvotes: 0
Reputation: 14050
All of what you listed (1,2,3,4 & 5) can be done by our out-of-the-box DocuSign eSignature for Salesforce app which you can find on the Salesforce App Exchange.
For documentation on :
Upvotes: 0