Forums
Hi, Is there a way to just update the registered callback events for an account without having to update that account's callback url and key as well? I'd ideally like to update the registered events for for a series of accounts and not have to worry about affecting their current url and key configuration. Thanks, -Mitch
Forums
Hi everyone, We have templates that are created through the Web UI with Custom Field fields on the template. The package is being created based off the template, and certain information about the signer needs to be prepopulated on the form (i.e. Name, DOB, Address, etc.) Is it possible to inject data into the custom fields so that when the end user goes to sign the form those fields already have the data populated? Thanks in advance for any help or insight on this issue!
Forums
We have several package templates which we created with the New UI. Each of the templates has multiple documents assigned to them. Now we need to use the RESTAPI to pull these package templates and create new transactions with the package templates created in the UI. Unfortunately, we're not able to find a template id, or a means to target the package templates, either in BackOffice. After reading somes eSignLive literature its seems that if we use the UI to create package templates there is not an immediate means to use the REST API to call that template and use in a package.
Forums
Hi, My customer wants to be able to send the invitation mails for the signing ceremony from their own domain. I did find the call the get the signing url: https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/signing_url.htm Is there also a way to avoid e-siginlive to send a mail? rergards, Robert
Forums
Hi All, I followed instructions provided in https://developer.esignlive.com/guides/feature-guides/text-tags-extraction/ "REST API" tab Also "Code Share" hyperlink does not have any code sample to download. Using postman REST API client I am able to create package in esignlive but for some reason, it does not recognize Signature Text Tag for signing so I cannot send the package for signing Here is what I used for in Demo.docx {{esl:Signer1:capture:size(400,50)}} Here is payload that I used from the above link.
Forums
I have a scenario in which multiple signers can be part of same role. Like role1 has Signer1, Signer2, and Signer3 When this role1 is linked with Document1 to sign at mentioned location, only Signer1 is getting email to do. Id it possible that all 3 signers in role1 gets email and anyone can do the signing process?
Forums
Hi. I am trying to implement the sample code provided at https://www.esignlive.com/blog/esignlive-how-to-creating-a-simple-php-web-application/ I have changed the API Key to the API key in my account and url . private $url = “https://sandbox.e-signlive.ca/api”; private $key = “XXXXXXXXXX”; private $packageAppend = “/packages/”; private $tokenAppend = “/signerAuthenticationTokens/”; When I attempt to use this sample code, i receive the following error: “Unauthorized Access We’re sorry. Your session may have expired. Please try again.
Forums
Hi, I get 400 error code. I have the sample code below:package RestAPI; import java.io.BufferedReader; import java.io.File; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStream; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.net.HttpURLConnection; import java.net.MalformedURLException; import java.net.URL; import java.net.URLConnection; import java.nio.file.Files; import esignLiv.com.Utility; public class SimpleCreateAndSendREST { public static void main(String[] args) throws MalformedURLException, IOExcept
Forums
Hey there, i was following this guide (https://www.esignlive.com/blog/esignlive-how-to-creating-a-simple-php-web-application/) and I´m always getting Unauthorized Access as a respond. I used the right Api code (not the xxx-xxx-..) from my sandbox account. Contacted the support but they said to ask here so here i am. Greetings