Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section

Introduction

The eSignAnyWhere Developer Mode allows an easier start with the eSignAnyWhere integration. The biggest challange of integrating eSAW is to create the configuration of the signing ceremony, where you define a lot of different elements, such as the order of the recipients, the position of the signature fields, the document hiding, the external services and many more details. These configuration exist out of two parts, the envelope (workflow) and the workstep configuration (recipient config). Details you can finde in the Envelope Guide and Workstep Guide.

To allow you to generate these, sometimes quite complex configuration, we created the Developer Mode. The Developer Mode allows you to use eSignAnyWhere as a “configuration builder”. This means you create your desired workflow with the eSignAnyWhere User Interface (upload document, define recipients, define signature and form fields, etc.) and download its configuration. So eSAW is generating the configuration for your via UI created workflow.

You can download the configuration as XML or JSON, depending on your prefered API (SOAP or REST). Just replace elements in the configuration (e.g. recipient names, email, phone numbers, …) to have a schema of the desired workflow.

...

Info

The user who wants to use the developer mode must either have the predefined role “Developer”, or you can add your own role to the user. The role you created must then at least have the following permission activated: “User can download api envelope description”. For more information about roles and permissions please also have a look at the following guide: Roles and Permissions


Section

Download of the Configuration

There are two ways to download the configuration:

...