API Server URL: As API server URL, set the URL of the eSignAnyWhere API server. If you are using the cloud solution, then the production URL is https://saas.esignanywhere.net/Api while the test URL is https://demo.esignanywhere.net/Api
API version: From version 3.5.2 onwards we added a new field in the settings so you can choose between v5 and v6. The default is v5. Note that it is possible to use both API versions interchangeably, so if you have old v5 envelopes and some new v6 envelopes, you can just create two different settings instances with different versions and then in the workflow choose the settings instance that matches the used envelope version.
Access Token: For access token you need to create an API token in the settings on the eSignAnyWhere web site under “Api Tokens and Apps”. Copy-paste the generated token here.
Callback: Base URL for callbacks is optional and only needed if you want to be able to create a workflow that is executed when the signing process is complete. In a simple network setup, the callback URL is simply the domain or IP of InterFormNG2 including protocol, for instance https://18.100.45.32. However, note that if you are using the eSignAnyWhere cloud solution, then it only supports callbacks with HTTPS protocol and only on port 443. If you want the callback to go directly to InterFormNG2, then InterFormNG2 must be installed to use port 443 and use HTTPS protocol.
(Example for settings within application-default-properties from an active installation.)
proxy.host=<proxyHostIp>
proxy.port=<proxyHostPort>
proxy.user=<username>
proxy.password=<password>
"Documents": [
{
"FileId": "##FileId##",,
"DocumentNumber": 1
}
],
"Action": {
"Sign": {
"RecipientConfiguration": {
"ContactInformation": {
"Email": "##RecipientEmail##",
"GivenName": "##RecipientFirstName##",
"Surname": "##RecipientLastName##",
"PhoneNumber": "",
"LanguageCode": "EN"
},
"AllowDelegation": false "RequireViewContentBeforeFormFilling": false
"CallbackConfiguration": { "CallbackUrl": "##CallbackUrl##" }
"Documents": [ { "DocumentNumber": 1, "FileId": "##FileId##" } ],
"MetaData": "##meta1##;##meta2##;##meta3##;##meta4##;##meta5##",
"Recipients": [
{
"Email": "##RecipientEmail##",
"FirstName": "##RecipientFirstName##",
"LastName": "##RecipientLastName##",
"LanguageCode": "en",
"EmailBodyExtra": "",
"CallbackUrl": "##CallbackUrl##",
"MetaData": "##meta1##;##meta2##;##meta3##;##meta4##;##meta5##",