Skip to content

brandonpoc/esign-poc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esign-poc

esign poc app main repository

Guide

Notice

  • After user sign and enter info, the api can not return the form data because user need to confirm their signature by click on email-link
  • After user click on confirm email, admin need to go to https://localhost:8080/getInfo to get data (in csv format),
  • Sample:

"completed","email","role","first","last","title","company","agreementId","topmostSubform.Page1.f1_1","topmostSubform.Page1.f1_2" "2015-03-31 11:43:32","[email protected]","SIGNER","phuong","Huynh","","","2AAABLblqZhDlCeuFaX58M19rDBprJNQi1ityJGqmWbVGiTEgOu1fC3gQwD7-U-sX17Akp4chPWU*","fd","dfs"

Dosusign Support

  • Create a free account at Docusign Developer
  • Create an integration token at Integration Token
  • Update values in src/main/resources/docusign-auth.json and src/main/resources/application.properties
  • Create an document template with name at : Docusign Template
  • Consider demo account and production account
  • Look at console log to see the process

Releases

No releases published

Packages

No packages published

Languages

  • Java 50.6%
  • JavaScript 46.8%
  • Groovy 1.3%
  • HTML 1.3%