Topic Replies Freshness Views Users
Normal topic
Hi, I'm using the REST apis. Everything is woking fine for creating packages, adding document, signature and textfields and getting the signing url. But when we mark the package as SENT, we do not want esignlive to automatically send an…
Normal topic
Hello, still in exploratory stages at the moment. does that team has an example to share the illustrates how, using objectivec, one could http POST both a json package and document to sign using the REST api? i'm trying to achieve the…
Normal topic
Hello, I'm trying to implement eSignlive for my specific scenario: 1) I have created a document that will be sent to two users in sequeance through signing URL 2) First user will see Signature fields to sign 3) Second user will see…
Normal topic
Hello, I have scenario in which I am sending packages to two users in order through signing URL. I have tested, it is working fine. 1) user 1 signs document (working) 2) user 2 approve/disapprove (working) Now what I want to do : 1) user…
Normal topic
Hey! I've used this codebase to put up a quick testing app: https://www.esignlive.com/blog/esignlive-how-to-creating-a-simple-php-web-application/ Unfortunately I am stuck for a day or so with a 400 error at this point:
POST /api…
Normal topic
Hello gurus. I hope you can help me. I'm trying to create a new package in sandbox.esignlive.com, but when I try to upload the document I'm getting: HTTP/1.1 415 Unsupported Media Type Basically I'm trying to reproduce the same calls as…
Normal topic
This one is actually both a question and its answer. I just received a question from an integrator who is trying to define a date field. Other topics probably cover this but I thought I would take a minute to create one dedicated…
Normal topic
Hi, I want to get pdf document. In POSTMAN var request = require("request"); var options = { method: 'GET', url: 'https://sandbox.esignlive.com/api/packages/{packageId}/documents/{documentId}/pdf', headers: { 'postman-token': …
Normal topic
Hello, when i execute the following REST API call (https://sandbox.esignlive.com/api/packages) the results includes the current total transaction count, with only the most recently package / transaction json data. is this the expected…
Normal topic
I am following the example in your blog to Authenticate a Signer: https://www.esignlive.com/blog/esignlive-how-to-authenticating-signers/ Here is what I have produced: var apiKey = CeremonyClient.GetKey(); var…
Normal topic
Hi, I want to upload document on package, document uploading working fine. I also want to add roles and approvals through code. I have added payload in this way but it is not working. "payload": path.join(__dirname, 'payload.json')…
Normal topic
Hi there, I just start to use this function in our platform, and when I try to fetch all packages' info, I notice the response only contains 1 package details even the "count" value is 2. Could you pls help to check? Thanks a lot in…
Normal topic
When I signed the document I see 2 popups (I open document in iframe using signing url) First one for confirm "Please click OK to confirm your signatures to this document or click Cancel to review it again before submission"esinglive_1.PNG…
Normal topic
Hello, Is there a way to customize the email’s FROM field? Right now, the field shows as: e-SignLive . I understand that the sender’s email address cannot be changed without using DKIM. But,…
Normal topic
Is there any way of downloading the documents from the package in the pdf form instead of zip file while using REST API.
Normal topic
Hi eSignLive Team, I am working on an integration between eSign Live and Ebix Inc. Life eApp and in this integration we require to perform in person signature ceremony , and I created a console application in .Net C# and having an issue…
Normal topic
We occasionally have users that do not provide email addresses in their contract flow. Is text message an option to initiate the signing process? If so, how is that structured differently in the JSON? Thanks!
Normal topic
I have a document that has got like 200 fields. I have made a web page that contains a web form with all those 200 fields. When user submits the form I would want all the fields to be populated in the eSignLive form. Is this possible via…
Normal topic
I have seen the post of creating the package from the existing template using .NET SDK. https://developer.esignlive.com/code-share/create-template-use-create-package-net/ Is it possible using REST API too. If yes can you please make a…
Normal topic
HI, I am trying to integrate designer view in my app through this link https://developer.esignlive.com/guides/feature-guides/designer/ "https://sandbox.esignlive.com/api/authenticationTokens" works fine and getting authentication value but…
Normal topic
I have seen the post regarding the Signingurl from the package. http://docs.e-signlive.com/mc/content/c_esignlive_integrator_s_guide/rest_api/signing_url.htm In this example it is getting the signing url by the following GET method GET …
Normal topic
You guys have been incredibly helpful, and I know you're bogged down. But I figured I would throw this up here and see what information you can provide. I am getting an Unexpected Error. Our technical staff have been notified and…
Normal topic
HI, Every time When I create template, a default document named "Electronic Disclosures and Signatures Consent" is created. I don't want this document. Is there a way to do this? Thanks Zeeshan Hanif
Normal topic
Is it possible to specify the url to a custom company page which contains the iframe signing ceremony? Also, is the signer notification email message/layout to sign a document customizable? Thanks!
Normal topic
I am in a beginner label.So I need to download file it may be json or octat stream.But I dont know how to download file for concurrent user.Actually I have to do performance testing for Api. Thanks in advance Imran