231 results matched your search criteria
Forum topic
OneSpan Sign
Trying to save signed docs on our server. Looping through the doc collection, Content is null with code bellow:
//retrieve signed package from one span
var pkg = oss.GetPackage(req.PackageId);
Forum topic
OneSpan Sign
We would like to modify the content of some of the emails that are sent to the signers.
Forum topic
OneSpan Sign
Hi,
I saw the post for email Message content length limit was 1024 back in 2017, is it still true for our on-prem v11.25? if not, could you let me know the new limitation?
thanks,
Cindy
Forum topic
OneSpan Sign
Hi,
Is there any limit for emailMessage content text?
I have a script generating list of items and it can become quite long. In one testing case it was 4k characters long and I got the 500 Internal Server Error on package clone.
Forum topic
OneSpan Sign
I'm having trouble sending a PDF with text tags to the /api/packages endpoint. My PDF is sent as base-64 encoded, and that string is "pasted" into a document when it reaches my eSignLive account. I'd like for the string to be decoded, so that the new package contains a copy of my original PDF.
Forum topic
OneSpan Sign
Hello,
We need to change the email sent to signers. We want to change the from mail, the subject, the body... The idea is only getting the document URL to send our own email.
Can we achieve this?
Best regards,
Forum topic
OneSpan Sign
Follow-up of https://developer.esignlive.com/forums/topic/emailmessage-content-length-limit/
Most of the fields have 4000 characters limit, but here we have only 1024. I would love to have it increased.
Forum topic
OneSpan Sign
Hello
How can i customize or change the content of some lines in email sent by onespan requesting for signatures as mentioned in image
Forum topic
OneSpan Sign
Hi
On an In progress transaction (SIGNING_PENDING) with multiple signers & with Document A that is signed by (SIGNING_COMPLETE) Signer A, is it possible to update the document content (bytes) without losing the already obtained signatures from Signer A?
Forum topic
OneSpan Sign
I tried creating package using json body and sending file content as base64 encoded string but I get this error {"messageKey":"error.validation.sendPackage.noApprovals","message":"Cannot send package without approvals.","code":400,"name":"Validation Error"}.