Interface |
Scroll |
These methods must be implemented:
Method |
Type |
Description |
GET |
Returns the settings for configuration in the "Send for Signing" Workflow Task and the "Signature Monitoring" in the Content Connector. |
|
GET |
Called when pressing the "Test Connection" button in the provider configuration in Designer. |
|
GET |
Called when selecting a template in the settings of the "Send for Signing" Workflow Task or when an already configured task with a template configured is opened. |
|
GET |
Returns a list of signed and rejected documents. Called from Content Connector. |
|
POST |
Send a document to the eSignature provider for signing. Called from Workflow. |
|
GET |
Download the signed document from the eSignature provider. Called from Content Connector. |
|
DELETE |
Deletes a document at the provider after the signed document was successfully saved by the Content Connector. |
The header of each call from Thereforeā¢ to the eSignature service contains the following values:
Name |
Description |
username |
The username for logging in to the eSignature provider. Can be empty if the eSignature provider only requires an API key for authentication. |
password |
The password or API key for logging in to the eSignature provider. This is sent in clear text: Always use HTTPS |
providerUrl |
The URL of the eSignature provider. Some providers have different URLs for certain regions. |
tenant |
The Thereforeā¢ tenant sending the request. |
A signed token for validation to ensure only the right Thereforeā¢ server is sending a request. |