# DROPBOXSIGNCHECK

## Overview

The **DROPBOXSIGNCHECK** application facilitates the integration of Dropbox Sign services within workflow processes. It allows the checking and downloading of documents sent for e-signature.

## Parameters

<table><thead><tr><th valign="top">Name</th><th width="107.940185546875" valign="top">Type</th><th width="108.29913330078125" valign="top">Direction</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top"><code>API_KEY</code></td><td valign="top"><code>TEXT</code></td><td valign="top">IN</td><td valign="top">Dropbox Sign API key <br><br>By default, this value comes from the <code>DropboxSignApiKey</code> parameter in the <code>web.config</code> file.</td></tr><tr><td valign="top"><code>HOST_SERVER</code></td><td valign="top"><code>TEXT</code></td><td valign="top">IN</td><td valign="top">Dropbox Sign host server (e.g. <code>https://api.hellosign.com/v3</code>)<br><br>By default, this value comes from the <code>DropboxSignHostServer</code> parameter in the <code>web.config</code> file.</td></tr><tr><td valign="top"><code>SIGNATURE_ID</code></td><td valign="top"><code>TEXT</code></td><td valign="top">IN</td><td valign="top">Signature ID of the document to check</td></tr><tr><td valign="top"><code>DOWNLOAD_ON_COMPLETE</code></td><td valign="top"><code>TEXT</code></td><td valign="top">IN</td><td valign="top">Indicates if the document should be downloaded when the signature is completed: <code>Y</code> (default) or <code>N</code></td></tr><tr><td valign="top"><code>DOWNLOAD_ON_DECLINED</code></td><td valign="top"><code>TEXT</code></td><td valign="top">IN</td><td valign="top">Indicates if the document should be downloaded when the signature is declined: <code>Y</code> (default) or <code>N</code></td></tr><tr><td valign="top"><code>DOWNLOAD_FILE_TYPE</code></td><td valign="top"><code>TEXT</code></td><td valign="top">IN</td><td valign="top">Indicates the format of the document to download: <code>pdf</code> (default) or <code>zip</code></td></tr><tr><td valign="top"><code>DOCUMENT</code></td><td valign="top"><code>FILE</code></td><td valign="top">OUT</td><td valign="top">Signed document</td></tr><tr><td valign="top"><code>IS_COMPLETED</code></td><td valign="top"><code>TEXT</code></td><td valign="top">OUT</td><td valign="top">Indicates if the signature is completed: <code>Y</code> or <code>N</code></td></tr><tr><td valign="top"><code>IS_DECLINED</code></td><td valign="top"><code>TEXT</code></td><td valign="top">OUT</td><td valign="top">Indicates if the signature is declined: <code>Y</code> or <code>N</code></td></tr><tr><td valign="top"><code>HAS_ERROR</code></td><td valign="top"><code>TEXT</code></td><td valign="top">OUT</td><td valign="top">Indicates if the signature has an error: <code>Y</code> or <code>N</code></td></tr><tr><td valign="top"><code>FORM_ARCHIVE</code></td><td valign="top"><code>FILE</code></td><td valign="top">INOUT</td><td valign="top">Archived HTML snapshot of the workflow form<br><br>This allows the module to inject a hyperlink to the downloaded Dropbox Sign document after a signature request is completed or declined.</td></tr><tr><td valign="top"><code>FORM_ARCHIVE_FILE_FIELD_ID</code></td><td valign="top"><code>TEXT</code></td><td valign="top">IN</td><td valign="top">ID of the file field</td></tr><tr><td valign="top"><code>DOCUMENT_DATA_NAME</code></td><td valign="top"><code>TEXT</code></td><td valign="top">IN</td><td valign="top">Data name of the document</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.workflowgen.com/admin/10.0/workflow-applications/dropbox-sign/dropboxsigncheck.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
