541 results matched your search criteria
Forum topic
OneSpan Sign
Hi ,
We are using our own twilio to send SMS. Once the User clicks on the link from email , onespan will call the Callback url configured in account settings with the OTP. And we inturn ,send it to the users by our Twilio account
Forum topic
OneSpan Sign
Hi team!
The email will be sent while the package is created , please see the below codes:
PackageId packageId = eslClient.createPackageFromTemplate(currentTemplate.getId(), newPackage); eslClient.sendPackage(packageId);
How to prevent the email notification?
Forum topic
OneSpan Sign
Hi, everyone,
We're starting a project to integrate eSignlive into the salesforce org of a customer in my company.
While checking the documentation, we've seen that this specific part is pretty useful to us:
http://docs.esignlive.com/content/e_classic_application_user_s_guide/signers/receiving_es
Forum topic
OneSpan Sign
Based on past investigation and a recent onespan posting it appears callbacks remain the only way to get email bounce back, and pin lockout notification. This information would be beneficial via the APIs. If reluctant to have it be in the signer status... as signature pending is considered valid...
Forum topic
OneSpan Sign
When user change email address (ex: email domain changed or user get married) results in a new account generated in OneSpan eSign. So there is a chance for a user to lose access to his/her documents and results in duplicate user accounts.
Forum topic
OneSpan Sign
Hello,
I noticed on this documentation page:
https://docs.esignlive.com/content/g_customizing_email_templates/customizing_email_templates.htm?Highlight=email%20customization
It states the following:
Owners of OneSpan Sign Accounts can fully customize all emails sent by the system to end-users and
Forum topic
OneSpan Sign
Hello Team,
Greetings for the day.
I use the same sender (Myself) in the sandbox and the time zone on my account is EST.
Breakdown of scenario:
Transaction 1:
Sender: Myself(ESL registered email with EST timezone in the account)
Signer: Myself w
Forum topic
OneSpan Sign
Hello,
Forum topic
OneSpan Sign
Hello,
We have integrated our salesforce application with onespan using APEX SDK for our signature use cases. We want to know how can we set reminder while we are creating the package using apex sdk. Could you please share the instructions?
Thanks
Anway Kabir
Forum topic
OneSpan Sign
I am getting a 401 error when requesting an authentication token for a "SENDER" with a mixed-case email. Other places in the REST API do not require a lowercase value for email in the json.
The request I made was: