211 results matched your search criteria
Forum topic
OneSpan Sign
I've grabbed a completion report and am looping through the packages to archive them.
I've tried the following:
RestClient client;
client = new RestClient("https://apps.e-signlive.com/api");
UrlTemplate template;
template = new UrlTemplate("https://apps.e-signlive.com/api");
St
Forum topic
OneSpan Sign
Hi,
is there a way to test the callback feature so that when there is a callback from ESL (example after the signing ceremony is completed), it calls my Dev running the webservice ?
like http://localhost/api/eslListener/ ?
Assuming: I've added the callback url as http://localhost/api/eslListener/
Forum topic
OneSpan Sign
Hello
Instead of using the OneSpan Sign email.complete email to provide a link to the signed documents to each signer, I would like to send a custom email or via a web page.
Forum topic
OneSpan Sign
Hello!
After a Package is Completed its available at the plataform the option to manually Archived the transaction . Ok with that.
Forum topic
OneSpan Sign
Hi,I want to implement some sort of writeback feature for our transactions to update a Salesforce record upon completion.
Forum topic
OneSpan Sign
Is it possible for me add a custom attribute to the payload we receive during the callback even notification? I have multiple applications using event notifications, so I'd like a custom attribute to indicate which application the even notification should be forwarded too.
Forum topic
OneSpan Sign
Silanis
I’m a developer for Mendota Insurance. We’re still in the development phase using your eSignLive product in your sand box environment. I have some questions around the reporting.
Forum topic
OneSpan Sign
For Sharepoint connector:
Since Document ID becomes important for implementing additional SP document workflows (eg. Post package completion), is there a way to configure embedding SP doc ID (if document is selected from SP document library) within package document ?
Forum topic
OneSpan Sign
Hello, We have integrated our salesforce application with onespan using APEX SDK.
Forum topic
OneSpan Sign
Hello!
I am attempting to customize the message that is displayed in the OnDialogComplete box that is shown to a user once they're finished signing. I see in this post: https://developer.esignlive.com/forums/topic/completed-signing-message/ support says it's possible, but gives no examples.