> For the complete documentation index, see [llms.txt](https://docs.workflowgen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.workflowgen.com/admin-fr/applications-de-workflow/dropbox-sign/dropboxsigncheck.md).

# DROPBOXSIGNCHECK

## Aperçu

L’application **DROPBOXSIGNCHECK** facilite l’intégration des services Dropbox Sign dans les processus de workflow. Elle permet la vérification et le téléchargement des documents envoyés pour signature électronique.

## Configuration

<table><thead><tr><th valign="top">Nom</th><th width="108.65240478515625" valign="top">Type</th><th width="106.8746337890625" 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"><p>Clé API Dropbox Sign</p><p><br>Par défaut, cette valeur provient du paramètre <code>DropboxSignApiKey</code> dans le fichier <code>web.config</code>.</p></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"><p>Serveur hôte Dropbox Sign (p. ex. <code>https://api.hellosign.com/v3)</code></p><p><br>Par défaut, cette valeur provient du paramètre <code>DropboxSignHostServe</code><strong>r</strong> dans le fichier <code>web.config</code>.</p></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">ID de signature du document à vérifier</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">Indique si le document doit être téléchargé lorsque la signature est terminée : <code>Y</code> (par défaut) ou <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">Indique si le document doit être téléchargé lorsque la signature est refusée : <code>Y</code> (par défaut) ou <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">Indique le format du document à télécharger : <code>pdf</code> (par défaut) ou <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">Document signé</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">Indique si la signature est terminée : <code>Y</code> ou <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">Indique si la signature est refusée : <code>Y</code> ou <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">Indique si la signature comporte une erreur : <code>Y</code> ou <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"><p>Instantané HTML archivé du formulaire de workflow</p><p><br>Ceci permet au module d’injecter un hyperlien vers le document Dropbox Sign téléchargé après qu’une demande de signature a été complétée ou refusée.</p></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 du champ de fichier</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">Nom de donnée du document</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.workflowgen.com/admin-fr/applications-de-workflow/dropbox-sign/dropboxsigncheck.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
