Forums
Hello, Is it possible to sign a document without having the signer to go through the process and click on a signature box? For instance, we have a website, a user fills the forms, we display a preview to the user and ask for confirmation and the user click on the confirm button. At this point, we create a pre-filled PDF file from the HTML codes. So now, is it possible for us to pass that dynamically generated PDF file to eSignLive and get back the signed version? The objectives are: 1. Eliminate the need to send empty form fields with the array of corresponding values.
Forums
I am making the following call
https://sandbox.esignlive.com/api/packages/uUoiB-Htq5GXIvRN9VeDcjrMXYE=/documents/default-consent/approvals/b838ff5f-d63e-4a63-af92-fb2ec7fe9b98/sign
and sending in the payload the following:
{
	"fields" : {
	},
	"id": "default-consent",
	"role": "034b2399-bc09-4a3a-9f09-7ee9af853211"
}
And in the response I get
...
        accepted: '2018-07-10T10:54:25Z',
        signed: null,
...
So my question is what is the call I need to make to set this to signed, since as we can see the signed field is still null.
Forums
Hi, We have an application which creates SENDERS (unique email) on the fly if they have never sent any ESL package before. We are using REST API to create a "dashboard" for each of those SENDERS we created and they use their email to login. Can you point out the method (URL) to use to filter the list of packages - similar to when you login to the sandbox developer account using the sender's email, it list the packages the sender created. We are using GET /packages but we can see only packages created by the SENDER who is the Account Owner ...