Topic Replies Freshness Views Users
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
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
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
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
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
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
Hi Team , As suggested by you we are using single step package creation call where in package creation, doc upload and status sent happens at one go .For this we are using silanis provided java class. This is wrking perfectly fine in all…
Normal topic
Hi - I am using the document retrieval URL. (/packages/:packageId/document/:documentId/pdf) When I receive the PDF on my end, the document is password protected. Is there a way to turn this off? I assume this would happen at the point of…
Normal topic
Curious if there is a good flag to remove the "Go To Documents" button from the document email post signing. Screenshot attached.
Normal topic
Hi Guys, Got another one. We have the case where if a user declines to consent to E-Signature, we're curious if there is a way to show them an additional 'Are you sure?' warning. Additionally, we would like to send one or more of the…
Normal topic
Hello folks, any good / simple javascript examples of creating packages using multipart http post method? i'd like to use JavaScript to create a new package and upload the required docuement for eSignature. any guidance would be much…
Normal topic
There is a disclaimer at the base of the silanis E-Sign emails. Is there a good way to remove that via a flag in the API? Attached is an image. Thanks!
Normal topic
Hi, Can you provide a sample JSON request Body to Create Package with Document Content as a PDF Byte Stream. Thanks
Normal topic
Hi, Trying to implemented the quick start, getting error 404 file not found when doing post. Removed the header "Accept: application/json". And it returns with a 200 and it is return html indicating "Error" but no detail.
Normal topic
When requesting a signer session token via REST API, we pass the packageId and signerId. How does the signerId: [email protected] match up with the json package? Looks like it goes off what is specified in the roles:signers:email…
Normal topic
Hello, I am working in integrating your esignlive API in PHP. I have got the form and code working. What I'm trying to do next is to add multiple signers on a form. I've tried adding the code below, but I keep getting returned an …
Normal topic
Hi, I want to get document status that when and how many times document is opened. when user fills document fields, as I am getting document summary. Please let me know how it is possible I am using nodejs and showing document in iframe…
Normal topic
Is this sender token required in a json package? I ask because I get an error sending a package request stating "id": "sender" not found. This is just a sender not requiring a signature but sending a request package for signature of…
Normal topic
Hi Haris, I am trying to create new package and then updload the document at a later point after creating package. Basically i want to it separate the steps. (create packages , upload document(s) to the created package). I have picked…
Normal topic
Hi Team, I am trying to use the REST APIs to Integrate Silanis with my application. Before I code any API URL in my program, I want to test and validate URIs using PostMan Client. I have tried couple of sample programs shared in…
Normal topic
Hi All, Any one have an idea , how to integrate the esign live with Oracle Database(PL/SQL)). I have searched and not able to find anything on this. Regards Mathew
Normal topic
Hi , I have callback listener setup and configured to trigger when there is "PACKAGE COMPLETE" , "PACKAGE DECLINE" and "EMAIL BOUNCE" events. While it works fine with the "PACKAGE COMPLETE" and "PACKAGE DECLINE" events, I am not able to…
Normal topic
I have been trying to hide the buttons from the header, and the confirm button is still showing, here is my json
ceremony: {
            {...}
            layout: {
              header: {
                sessionBar: false,
        …
Normal topic
I have been using this blog post for help in getting my project off the ground. I have been working to create a process in which two…
Normal topic
Hi, I have a scenario in which I have two different document and I want to show second document after completion of first one(both are for same user) In both documents some of the fields are common. Now what want , when user opens second…