107 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
We are integrating esign with Salesforce. When we create a package, the owner of the eSign Live becomes the sender of the package. Is there a way to send the package as another user in esign account?
Regards
Ranjan
Forum topic
OneSpan Sign
Hi
Is it possible to update the language of the sender , using the REST API after the sender has been created.
For example making a PUT to
https://sandbox.esignlive.com/api/account/senders/8X9iP9K5wQwK
{"language":"en"}
Forum topic
OneSpan Sign
Hello,
I have a working form running app to sand box, I am now trying to make the sender dynamic. When I send the form with the sender email that was set up with original sand box account everything works fine.
Forum topic
OneSpan Sign
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.DeleteSender().
Forum topic
OneSpan Sign
Hi Moshiur
The customer had Laserfiche connected to the wrong account. We are establishing a new account. Do they have to do the install all over again?
Forum topic
OneSpan Sign
Hi,
I would like to file a bug/enhancement :
We noticed Sharing templates doesn’t seem to be working in this specific situation : As the Main account holder, I have created templates under my account and shared them.
Forum topic
OneSpan Sign
Hello,
Our organization was recently setup with a Sandbox and Production account, and 3 Admin accounts in each environment.
Forum topic
OneSpan Sign
Hi there.
What I'm trying to do is specify the sender of a package to be [email protected]. Our main account owner is [email protected]. No matter how I update my JSON, the package sender is still [email protected].
Here is my pertinent JSON package
Forum topic
OneSpan Sign
I'm creating an application to get all packages for an account with a date range.
I'm using the following call
Page completed_packages = eslClient.PackageService.GetUpdatedPackagesWithinDateRange(DocumentPackageStatus.COMPLETED, new PageRequest(index, 50), from, to);
T