# DocuTrack integration

> Build workflow automations with 7 public DocuTrack actions.

Source: [https://genhealth.ai/docs/workflows/integrations/docu-track](https://genhealth.ai/docs/workflows/integrations/docu-track)

## Available actions

7 actions. Connection types: docutrack.

### [Check Upload Status](https://genhealth.ai/docs/workflows/integrations/docu-track/docutrack_get_upload_status.md)

- Handler: `docutrack_get_upload_status`
- Connection type: `docutrack`
- External effect: `read`
- Inputs: `batch_id`
- Outputs: `success`, `batch_id`, `status`, `docutrack_document_ids`, `error`

Perform Check Upload Status through DocuTrack.

### [Download Document](https://genhealth.ai/docs/workflows/integrations/docu-track/docutrack_download_document.md)

- Handler: `docutrack_download_document`
- Connection type: `docutrack`
- External effect: `write`
- Inputs: `docutrack_document_id`, `folder_id`
- Outputs: `success`, `document_id`, `docutrack_document_id`, `was_existing`, `size`, `sha256`, `error`

Perform Download Document through DocuTrack.

### [List Folder Documents](https://genhealth.ai/docs/workflows/integrations/docu-track/docutrack_list_folder_documents.md)

- Handler: `docutrack_list_folder_documents`
- Connection type: `docutrack`
- External effect: `read`
- Inputs: `folder_id`, `include_associations`, `after_document_id`, `limit`
- Outputs: `success`, `documents`, `count`, `total_count`, `truncated`, `next_after_id`, `error`

Perform List Folder Documents through DocuTrack.

### [List Folders](https://genhealth.ai/docs/workflows/integrations/docu-track/docutrack_list_folders.md)

- Handler: `docutrack_list_folders`
- Connection type: `docutrack`
- External effect: `read`

- Outputs: `success`, `folders`, `count`, `error`

Perform List Folders through DocuTrack.

### [Read Document Information](https://genhealth.ai/docs/workflows/integrations/docu-track/docutrack_read_document.md)

- Handler: `docutrack_read_document`
- Connection type: `docutrack`
- External effect: `read`
- Inputs: `docutrack_document_id`, `folder_id`
- Outputs: `success`, `document`, `error`

Perform Read Document Information through DocuTrack.

### [Search Documents by Entity](https://genhealth.ai/docs/workflows/integrations/docu-track/docutrack_search_documents.md)

- Handler: `docutrack_search_documents`
- Connection type: `docutrack`
- External effect: `read`
- Inputs: `entity_type`, `search_value`, `after_document_id`, `limit`
- Outputs: `success`, `documents`, `count`, `total_count`, `truncated`, `next_after_id`, `error`

Perform Search Documents by Entity through DocuTrack.

### [Upload Document](https://genhealth.ai/docs/workflows/integrations/docu-track/docutrack_upload_document.md)

- Handler: `docutrack_upload_document`
- Connection type: `docutrack`
- External effect: `write`
- Inputs: `document_id`, `source_id`, `source_name`
- Outputs: `success`, `batch_id`, `status`, `docutrack_document_ids`, `error`

Perform Upload Document through DocuTrack.
