Topic Replies Freshness Views Users
Normal topic

We use subaccounts and I can use the API to create and rename them.  Is there an API call to get the current email signature block and then assign a new block if needed.  This is the only branding I need to do at the…

Normal topic
Hello, It seems the Package Object is not too happy with if statements with in the code block. I have up to 5 potential signers, the first signer may be one of two people. So how would I do something like this as I build the package? …
Normal topic

In my code I have 2 parameters that I am passing string uniqueId, string coBrand can you elaborate on this comments?

Co-Branding: To apply co-branding, you would typically configure these…

Normal topic
I am making good progress on my project I am now at a point were I want to have my app download the document after the signing is complete. To do this I would like to set up a call back event on PACKAGE_COMPLETE My dev environment is…
Normal topic
We have been using Silanis .NET SDK for almost a year now and have a separate staging environment that uses the sandbox Silanis environment. However, today, this code below started failing as GetTemplates() is not returning anything. We're…
Hot topic
Hello, I am trying to know more about the CallBack URL and notification related for this. Can you please share sample codes C#. To leran more how to use this feature in your system. Thanks, Nehme
Normal topic

I noticed that our callbacks were not working in the sandbox and when I logged in to take a look at the callback settings, I noticed the callback key was no longer there. I see that OAuth 2.0 was added and there is an option to select…

Normal topic

Hi Team,

I am integrating the Callback API for Event Notifications,

Could you please provide the list of properties available in the JObject.

For more details, refer the below screenshot.

Hot topic
Hello, I had successfully set up a callback on Package Completed in my Development environment that worked fine, now I have moved to a beta test server that is using SSL and the call back is failing? In the Sandbox I have a url https:/…
Normal topic

Hi,

Anybody knows if the callback functionallity can be invoked directly after signing the document and not waiting for user input on the "Confirm" button.

Or if we could trigger the…

Normal topic
Hi team Could you let me know if there is a way to water mark a completely signed document (or all) in, a package with multiple documents ? Some info: Package auto-complete option is disabled on the package i am referring to above. Uday
Normal topic
Here is the scenario. I need to change the Expiration Date of several packages that are about to expire out 30 Days. I do not want to send emails again because this is an internal requirement. if (DocumentExists) { …
Normal topic
We have up to 5 signers after the first signer the next 2 could be sign following the first signature. If I assign two signer to
.SingingOrder(2)
will both those emails go out following the completion of the first signature?
Normal topic
Hello, I have a package from esign I want to decline using my mobile, I can see the decline option but can not click ok button or able to write the decline reason. please advice. Thanks, Nehme
Hot topic
Hello, I am getting this error while generating the signing URL: Could not sign documents. Exception: The remote server returned an error: (500) Internal Server Error. HTTP POST on URI https://apps.e-signlive.ca/api/packages/-XN…
Normal topic
If a package has already been created, can the email address and SMS phone # be changed via the API?
Normal topic

We want to use bulk sign to be able to sign a document for a signer

your SDK only supports passing signer Id + package ID

Is there a workaround to pass document id

Normal topic

Hi,

I am getting below error while creating the package

Could not send the package. Exception: The remote server returned an error: (400) Bad Request. HTTP POST on URI https://sandbox.esignlive.com/api/packages/Rm…

Normal topic
I am trying to run a simple application which does not do much. It simply attempts to wrap a sample PDF around an e signature and the error I get is Silanis.ESL.SDK.EslServerException HResult=0x80131500 Message=Could not send the…
Normal topic

Hi,

 

I been trying to get status' for my packages, but i am hitting a wall.

I am running the following using the owner API Key and attempting to retrieve packages that are owned by a separate sender:<…

Normal topic
In the latest SDK, there were additional signing ceremony customization's added. Specifically, I'm noticing WithOptOutOther and WithDeclineOther. I can't find any information about what these two settings do and what are their default…
Normal topic
Does setting CeremonyLayoutSettings.IFrame to true change the signing page in any way? If not, what does it do?
Normal topic
Hi, I was wondering if it's possible to change the "Clear All" message. Right now if you click on the button this message pops up: "You are about to remove all the signature fields and barcodes from this document. Are you sure you want to…
Hot topic
Hi, we changed server provider yesterday, and now we're not getting the notification callbacks. We already changed the DNS and we confirmed that it's pointing to the right box. Do you guys need to bind the address to a specific IP? If so…
Normal topic
I have inherited a small (and incomplete) application from a former developer at my company that uses v11.5 of the .Net SDK to manage senders for our account. Recently we used the app to delete a sender via a call to AccountService…