Embedded Signing: Route via Client Code

If you read my previous post regarding the Nintex Drawloop + DocuSign ‘Embedded Signer’ feature, you know its pretty slick. What if you want to set up TWO embedded signers?

First, you will need to navigate to your second recipient option and set the Embedded Signer field to ‘Route via Client Code’. You will then need to create a visualforce page to iframe the DocuSign signing event as well as a controller Apex class. Once you’ve developed your custom code, you will use the visualforce page URL in the retURL field on the same DocuSign recipient. Nintex Drawloop will them make API calls to DocuSign to create the envelope when the document generation process begins and DocuSign will handle the rest.

Scroll to top