Topic Replies Freshness Views Users
Normal topic
I need some help figuring out how to auto-populate fields in our documents (i.e. fields that auto-fill upon signature). So, I've been able to add an auto-populating date field to one of our documents using this JSON: …
Normal topic
When a Document is signed for a given Signer, in the call back notification, I see following information "name":"DOCUMENT_SIGNED","sessionUser":"SignerID2","packageId":"XXXXXXXXXXXXXXXXXXXXXXXXX","message":null,"documentId":"Document_ID" …
Normal topic
We'd like to configure an internal SMS Provider into our "on premise" eSignLive platform. The Platform Administrators guide suggests that this can be done by simply making the appropriate settings to the core.properties file. It also…
Normal topic
Hello, We are in exploring REST API for creating a package with a signing document. Thanks to the good developer resources on this site, we could accomplish this part but the challenge we have is the document resides on a Cloud platform…
Normal topic
I have been getting some requirements questions recently related to what our options are for customizing the look/feel of the signing ceremony. I've found this documentation - http://docs.esignlive.com/content/c_integrator_s_guide/sdk/k…
Normal topic
I'm new to eSign, I think I could create e template in my dashboard, and then dynamicly create packages based on that template? This does not seem to work for me. I create a new package with signer into it but no luck.
Normal topic
So I was able to create a package, with a field which is placed on the first page. How can I say that the field needs to be on every page?, or only on the last page, keeping in mind that I don't know in front how many pages the file…
Normal topic
We've done our initial production rollout of our new feature that includes eSignLive integration - everything is working great, but one of the early feedback items that has come back our way is the desire to do a bit of custom branding…
Normal topic
Apart from the feature guides, where can I find the complete documentation for all the REST API features available? In some cases, I found different examples, and the URI was different. I am looking for an article either online or that…
Normal topic
When I do PUT request to /api/packages/{package_id} with request payload as { "status": "DRAFT" } I get error response as { "code": 415, "entity": null, "message": "Unsupported Media Type", "messageKey": "http.status…
Normal topic
Hi Team, We are using rest API to communicate with esign live . when we create and send document we are using the below url . https://sandbox.e-signlive.com/api/packages Once we send…
Normal topic
Hi, does the URL given by https://sandbox.esignlive.com/api/packages/{id}/roles/{id}/signingUrl expire? If so, is it configurable? Thanks, Jimmy
Normal topic
At my work place, we are trying to get a Sender Authentication token for a package using the below information /api/authenticationTokens/sender Authorization and Accept Headers are included. In Body, in the request payload, inlcuded…
Normal topic
Hi Team I would like to sign all the documents on behalf of sender and multiple signer using a package id. I don't want to go through the each signer using eslClient.signDocuments(packageId, "Client1") (bulk…
Normal topic
Hi, I'm working to retrieve all sender from the accounts that I manage in order to generate some reports. I'm trying to figure out what is the best approach to incrementally grab new senders without retrieving the full list again. Do you…
Normal topic
Does the signing url support authentication using SAML or some other means so that if someone gets access to the URL they wouldn't be able to use it without a valid token?
Normal topic
Hi , Enabled the Callback timeout to be configured to give the Callback endpoint extra time to process a Callback request. For above change where can we add timeout settings is it account level or need to append time out parameters to…
Normal topic
Hello, We have decided to utilize the event notifier to allow us to manage an integration with an in-person signing session to help us control our iFrame. We have it working great when there is a single signer, we receive the Signer…
Normal topic
Hello, I have a question about evidence summary. Is it possible to custom it? So, for example, change the logo or the title? (See Screenshot) Godinas Maxime,
Normal topic
I want to get notify using callback, when a signer added to the document. Can you please help me how can I achieve this. I am using REST API, node.js
Normal topic
I'm having trouble sending a PDF with text tags to the /api/packages endpoint. My PDF is sent as base-64 encoded, and that string is "pasted" into a document when it reaches my eSignLive account. I'd like for the string to be decoded, so…
Normal topic
Hello, When i sign a documnt with mobile device, we see this window (e.g. screenshot). It appears only with mobile device but we don't want this window. Can i remove it? Or we must request support to delete it? Thank you, Godinas Maxime.
Normal topic
Hi Is it possible to update the language of the sender , using the REST API after the sender has been created. For example making a PUT to https://sandbox.esignlive.com/api/account/senders/8X9iP9K5wQwK {"language":"en"}
Normal topic
Hello, I have a scenario that I would like to flag a package for future assessment from a third party individual. There is any way to add information to a package using REST API but is not present in any document, just behind the scene,…
Normal topic
Hi We need to use IE with Enterprise Mode on. But eSign page can’t be displayed when ‘Enterprise Mode’ is selected(there is no problem to display the page when Enterprise Mode is un-selected). Please refer to the attached 2…