docusignapi - Can we pass custom URL for 'Send' option, in Docusign embedded sending -


we want integrate docusign e-signature in our web-application. want use embed sending , signing both features in our application. below scenario:

1> user logs on our application. selects document wants signed user.

2> create envelope in draft mode(by calling rest api) , calls embeddedsending flow sender can review/make other changes in document.

3> once review done sender, on clicking 'send', want send emails recipient/s, point url redirecting them our application embeddedsigning flow start.

can achieve functionality using both embedded flows(embeddedsending/signing) or need call different rest apis separately work way? help/pointers appreciated.

yes can use embedded sending , signing flows on same envelope. sounds you're on right track, you'll this:

  1. login api retrieve user's baseurl , other data.
  2. embedded sending (aka sender view) api open sending view of envelope user can add tabs, documents, recipients, etc. note: make sure set clientuserid recipient sign using embedded signing (you'll need use same value in step 3).
  3. emdedded signing (aka recipient view) api open signing view of same envelope in step 2.

there's page on embedding in docusign dev center.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -