# Medsender integration

> Build workflow automations with 3 public Medsender actions.

Source: [https://genhealth.ai/docs/workflows/integrations/medsender](https://genhealth.ai/docs/workflows/integrations/medsender)

## Available actions

3 actions. Connection types: medsender.

### [Download Document](https://genhealth.ai/docs/workflows/integrations/medsender/medsender_download_document.md)

- Handler: `medsender_download_document`
- Connection type: `medsender`
- External effect: `write`
- Inputs: `file_token`
- Outputs: `success`, `document_id`, `org_id`, `file_token`, `was_existing`, `documents`, `error`

Perform Download Document through Medsender.

### [List Documents](https://genhealth.ai/docs/workflows/integrations/medsender/medsender_list_documents.md)

- Handler: `medsender_list_documents`
- Connection type: `medsender`
- External effect: `read`
- Inputs: `fetch_all_pages`, `page`, `max_pages`, `page_size`, `sort_dir`
- Outputs: `success`, `documents`, `count`, `page`, `per_page`, `has_more`, `pages_fetched`, `scanned`, `error`

Perform List Documents through Medsender.

### [Mark Document Processed](https://genhealth.ai/docs/workflows/integrations/medsender/medsender_mark_document_processed.md)

- Handler: `medsender_mark_document_processed`
- Connection type: `medsender`
- External effect: `write`
- Inputs: `file_token`, `archived`
- Outputs: `success`, `changed`, `documents`, `error`

Perform Mark Document Processed through Medsender.
