Topic Replies Freshness Views Users
Normal topic
I'm trying to get the pdf file via php using curl but I get nothing returned. When I do the same in Postman I get the PDF file. Here is my php code
$headers = array('Content-Type: application/json', 'Authorization: Basic '.$ApiKey…
Normal topic
Final requirement for the day. So I have two signers on my documents. I want the email afterward to get sent to three different addresses. Is there a good way to add a CC or additional email for follow-up?
Normal topic
Dealing with another tricky requirement. For one of the signers, it is requested that the email contain only the signature page (and not any of the additional pages). Is there a good way to specify what pages should be sent out in the…
Normal topic
I am dealing with a requirement that reads as follows: Customer must have an actual signature and not an ok box to click. 'Actual' in this case refers to a drawn (or typed) signature. Is there a good way to enable that for one…
Normal topic
We have been working with the Salesforce ESL App and are noticing unusual behaviors with PDF Form fields and how the data is layered onto the PDF. Is this behavior the same when utilizing REST or any other API with ESL? What are most…
Normal topic
Hello, We need to change the signature appareance of our documents. The idea is to change the background image and the text format . Can we achieve this? Best regards,
Normal topic
Hello, We need to change the email sent to signers. We want to change the from mail, the subject, the body... The idea is only getting the document URL to send our own email. Can we achieve this? Best regards,
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
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
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
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
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
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 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
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
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
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
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
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
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
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
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
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
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
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': …