Forums

I am using onespan for sending documents for signing.
Is there a way to add custom fields while creating a package? 
When i am sending the mail for people to sign the document, i make use of fields such as $PACKAGE_NAME and $PACKAGE_OWNER_EMAIL in my html file.
Let's say i am an admin of my app and i send the documents via mail to be signed to users 
Is there a way to add details like my name and my organisation name and other custom details in the package and if so, how do i use that in my html file 

Hi 
I have a use case to send a document to some signers and once the signing process has been complete, i want to send that document to some users which i call as receivers who receive the signed contract and they can download it 
The receivers aren't part of the signing process, they just receive the signed document in their email 
I have used one span's rest APIs for creating a signers and a package so i would love to know if this use case can be done by leveraging onespan's features?

Forums

We have a requirement like below

We will create few contract document templates(PDF) in onespan using onespan console. These document will have various fields(name, age etc) which will have to be populated programetically during esign journey. 

we also have few number of optional document templates which user might want to add as a part of the package during esign. They can add one or more optional documents. Template of optional document will be also present in onespan. 

Forums

Getting error when create package when read file from server.

Working Code: When read file from local machine

 

 var options = {

            'method': 'POST',

            'url': 'https://sandbox.esignlive.com/api/packages',

            'headers': {