Home > Miscellaneous > DocuSign

DocuSign

This post was most recently updated on August 2nd, 2024

DocuSign sends email invitations to the Recipients, and the Recipients click on a link in the email to go to the DocuSign site and sign the documents. DocuSign takes care of everything – sending emails to the Recipients, handling all of the possible actions that they can take during signing, providing access to the signed documents after the signing ceremony is complete.

                                     Let’s say that you have a web application that collects some information from your customer, and prepares an envelope with the documents that the customer needs to sign. You send the envelope, and then inform your customer that they will receive an email from DocuSign, and that they will need to click on the link in the email to start the signing process. Then, once the signing is complete, your application can be notified via a status callback from  DocuSign, and you can then take additional steps as necessary.

The general use for the DocuSign service is sending documents for signature and the basic steps are described in below Fig:

           

Steps to Use DocuSign:

  1.  First you have to Register with DocuSign Sandbox(https://secure.docusign.com/signup/develop)
  2. After  Login  you have to Create IntegratorKey  inside DocuSign  Sandbox.  (To Create   IntegratorKey   go to Admin —> select  API and Keys—->select Add IntegratorKey  )
  3. Use this Uername,Password,IntegratorKey in your Web application to Login in Docusign Sandbox.

     

4. Now you have to create Envelope in which you have to Add Recipients and Documents on which you require Electronic Signature from Recipients.

5. From Envelope Summary you will get Staus of your mail whether it is Sent,Delivered,Completed,Deleted etc..

 

References:

1.https://github.com/docusign/docusign-soap-sdk/wiki/Code-Walkthrough-_-Embedded-Signing

2.https://www.docusign.com/p/RESTAPIGuide/RESTAPIGuide.htm#Introduction+Changes/Process Flow.htm

3.https://github.com/docusign/docusign-rest-recipes/blob/master/core_recipes/CoreRecipes.cs

This Article is TAGGED in . BOOKMARK THE permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">