Forums
HI, I have created a package with some document and set its status to "SENT". Now before sending signing url to user, I want to fill some fields through code, so user don't need to fill those fields. is it possible through this route? PUT /packages/{packageId}/documents/{documentId} OR how I can do this? I am using RESTAPI and nodejs. Thanks.
Forums
Receiving this error as we just switched our app over from sandbox to production. Here was the Sandbox URL we were htting before: https://sandbox.e-signlive.com/api Here is the URL we are hitting now: https://apps.e-signlive.com/api I also updated the API key, but I cannot find where to verify that on the new dashboard. I will not list the key here as it's obviously secret, but happy to send that to support in an email. Thanks!
Forums
Hi Team, I am trying to Integrate our product using java and REST APIs , Can some one point me to appropriate documentation which talks about the Request PayLoad for each of the URL. Currently I am using Samples shared in Develper Blog ( say "CreateAndSendPackageREST") for package creation, with out understanding much about request payload. Is there reference document to write the request JSON string from scratch as per the need of specific API. Thanks In advance. Regards, Srikanth
Forums
Having this url allows us to embed the signing session within our website via an embedded iframe -> https://sandbox.e-signlive.com/access?sessionToken={signerAuthenticationToken} However, it does not allow us to get real-time/client-side status check as the signers accomplish the signing process. Is there an embeddable javascript library that we can use to automatically (1) embed the signing session iframe, (2) and subscribe to javascript events/callbacks for status transitions or signing completion?
Forums
Hi, I have a scenario in which I have two different document and I want to show second document after completion of first one(both are for same user) In both documents some of the fields are common. Now what want , when user opens second document, common fields which user already filled up in first document show already filled. user don't have to fill common fields again using through MEAN, and showing documents iframe Thanks
Forums
I have been trying to hide the buttons from the header, and the confirm button is still showing, here is my json
ceremony: {
            {...}
            layout: {
              header: {
                sessionBar: false,
                globalNavigation: false,
                breadcrumbs: false,
                confirm: false,
                globalActions: {
                  download: false,
                  confirm: true,
                  saveAsLayout: false,
                  hideEvidenceSummary: true
                },
                titleBar: {
                  title: fals
Forums
Hi , I have callback listener setup and configured to trigger when there is "PACKAGE COMPLETE" , "PACKAGE DECLINE" and "EMAIL BOUNCE" events. While it works fine with the "PACKAGE COMPLETE" and "PACKAGE DECLINE" events, I am not able to get a response for "EMAIL BOUNCE". I know this is an inavalid email and so this event should be triggered when the signer email is none existent. Any idea why this would be the case. Example signer email: [email protected] Thanks, Sudhangi