Version 1.1.1 has been released.
New Features
* A user can specify Client App ID and Client App Secret as the arguments instead of API Key.
* A user can specify Email Address as the arguments instead of Sender ID.
Usage
Generate Base64 vector from image
# java -jar target/esl-signature-import-tool-1.1.1.jar --filename testImage.png
Update Senders Signature via REST API call
Pattern 1: (1)Client App ID & Secret + (2)Sender Email
# java -jar target/esl-signature-import-tool-1.1.1.jar --filename testImage.png --apiurl https://sandbox.esignlive.com --clientappid client-app-id --clientappsecret client-app-secret --senderemail [email protected]
Pattern 2: (1)API Key + (2)Sender Email
# java -jar target/esl-signature-import-tool-1.1.1.jar --filename testImage.png --apiurl https://sandbox.esignlive.com --apikey api-key --senderemail [email protected]
Pattern 3: (1)Client App ID & Secret + (2)Sender ID
# java -jar target/esl-signature-import-tool-1.1.1.jar --filename testImage.png --apiurl https://sandbox.esignlive.com --clientappid client-app-id --clientappsecret client-app-secret --senderid sender-id
Pattern 4: (1)API Key + (2)Sender ID
# java -jar target/esl-signature-import-tool-1.1.1.jar --filename testImage.png --apiurl https://sandbox.esignlive.com --apikey api-key --senderid sender-id
Run to see all parameters
# java -jar target/esl-signature-import-tool-1.1.1.jar
Comments
Reply to: OneSpan Sign - Signature Import Tool
Friday, April 24, 2020 at 12:29amdownload