Forums

Getting error when create package when read file from server.

Working Code: When read file from local machine

 

 var options = {

            'method': 'POST',

            'url': 'https://sandbox.esignlive.com/api/packages',

            'headers': {

Forums

Hello,

 

Since yesterday, when we try to create a new package in Sandbox US1 using Java, we get this errors:

javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure

We had received a notification that there are changes to TLS cipher issues in your side. So we assume that it is because of this.

The problem is that our application is still running in Java 7, where the default TLS version is v1.0

Forums

When creating a new package, is it possible to add custom metadata fields that we can get back in the webhook response? For instance, if I want to attach a custom ID to the package I just created, and then store specific data about that package in my own DB. When I receive the "package completed" webhook notification I would like to be able to grab that custom ID from the webhook body and search my own database.

Forums

Is it possible to create a template with up to 5 signers but dynamically choose how many will actually be signing the package? I created a package with 2 signers but if I only include 1 signer it throws an unassigned role error. 
{
    "name": "{{name}}",
    "type": "PACKAGE",
    "autocomplete": true,
    "status": "SENT",
    "roles": [
    {
      "id": "{{id}}",
            "name": "{{name}}",

Forums

During the development of a small PoC, we have hit an exception in one of the REST calls that we are not able to resolve. What we are trying to do is the following:

1. Clone an existing template with one document and signature configured.

2. With the new package still in DRAFT, add to new package a dynamically generated PDF

3. Retrieve the fields of the two documents and repopulate them (at this point, only the first document, the one that originally belong to the template will have).

4. Send the document to the customer.