266 results matched your search criteria
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
Can I create packages programmatically using the same sender email address? And then show the designer view with that same sender email address in multiple browsers?
Thanks
Colleen
Forum topic
OneSpan Sign
I know how to get subaccount api keys but how do I get a senders API key. The user has left State employment so I can't have them just login and give it to me. I don't see it in the Sender structure.
Forum topic
OneSpan Sign
I'm wondering if the APEX SDK has the ability to create a sender. I see that some of the other SDKs can.
https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/managing-senders
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
Get sender ids by owner’s api key
API Call : https://sandbox.e-signlive.com/api/account/senders
We are trying to retrieve the senders by owners API key. In the response it returns only one sender where we have multiple senders. Can you please help with this.
Thanks
Rajesh
Forum topic
OneSpan Sign
Hi Michael,
I have used the following code to get the urlToDsigner
string userAuthenticationToken = eslClient.AuthenticationTokenService.CreateUserAuthenticationToken();
AuthenticationClient authenticationClient = new AuthenticationClient("https://sandbox.esignlive.com");
string urlToDesigner =