Forums
I want to update the status in my database as soon as user sign the document. I haven't found code to get the status as soon as signer sign the document. I did register all the even using callback example code. when some activity happens on my account I always get email with e-SignLive Callback failed. however I want to listener code to listen all the events. Please help.
Forums
Hello, I am trying to apply a layout that is created with PlaceHolder for signers. In my package I add my real signers with email and would like to map each real signer to a placeholder in the layout. What is the best way to do this? LayoutService.applyLayout doesn't accept any parameter to define the mapping between real signers and placeholders.
Forums
Hi, We found that there are two ways to get signing ceremony URL for signers, and they both seem to work, but not sure which one is the right way of doing it or if one approach is preferred over the other and why. Here is a sample code:
  
  EslClient eslClient = new EslClient(API_KEY, API_URL);
  AuthenticationClient authenticationClient = new AuthenticationClient(API_BASE_URL); 

  String signerSessionToken = eslClient.getAuthenticationTokensService().createSignerAuthenticationToken(packageId, signerId1); 
  System.out.println("SessionToken: " + signerSessionToken);
  System.out.prin
Forums
I am trying to accomplish the following. Please let me know which SDK classes to use: - Get a list of all documents/templates uploaded onto a group's library (From all senders in the group). Both document ids and names - how do I include a document id(template id) which is in group's library in my package(without actually uploading the document while creating the package. I need to include a pre existing document id) - Block sender's in one group from seeing inbox/drafts/library of another group in my account. - Give ability for a sender in a group to be able to upload a document.
Forums
Hi, I have noticed that there are a bunch of different error messages under the EslServerException. Where can I find a list of all these error messages with their corresponding error codes and error names. Example: com.silanis.esl.sdk.internal.EslServerException: Could not create a new package Exception: HTTP POST on URI https://sandbox.e-signlive.com/api/packages resulted in response with status code: [403, Forbidden].