543 results matched your search criteria
Forum topic
OneSpan Sign
So far we love the new designer ui, and realize the signer ui hasn't yet changed. I would like to see fields like the signer title, company and email be editable.
Forum topic
OneSpan Sign
Is it possible to override $PACKAGE_OWNER_EMAIL when createPackage via API SDK?
Forum topic
OneSpan Sign
Hi there,
Please see the link below.
https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/signer-management
Forum topic
OneSpan Sign
Hello,
Is there a way to add some customization to the email that comes from eSign live to notify people that they need to sign a package?
Forum topic
OneSpan Sign
I have tried several times and waited for up to an hour - however signers are not getting notification email... I am able to get the SMS passcode but no email with link to sign... is the environment working?
Forum topic
OneSpan Sign
I was generating Packages without a problem using my Code but now I am returning the following error when trying to send a new Package.
Forum topic
OneSpan Sign
I am successfully getting my callback, and am then returning a 200. However with every package I complete I am still getting an email saying that the callback failed. Any idea why this would be?
Forum topic
OneSpan Sign
Is this possible?
Forum topic
OneSpan Sign
I know how to retrieve the evidence pdf with the below code:
byte[] evidenceContent = eslClient.downloadEvidenceSummary(packageId);
Files.saveTo(evidenceContent, "evidence.pdf");
Forum topic
OneSpan Sign
I am using the LF Workflow extension to request signatures on documents. When the workflow successfully downloads the documents and stores them in the LF repository I am sending a follow-up email to the users in the original Forms process with a link to the stored document.