# Tellescope integration

> Build workflow automations with 8 public Tellescope actions.

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

## Available actions

8 actions. Connection types: tellescope.

### [Add Fax Tags (Tellescope)](https://genhealth.ai/docs/workflows/integrations/tellescope/add_tellescope_fax_tags.md)

- Handler: `add_tellescope_fax_tags`
- Connection type: `tellescope`
- External effect: `write`
- Inputs: `fax_log_id`, `tags`
- Outputs: `success`, `fax_log_id`, `tags`, `error`

Perform Add Fax Tags (Tellescope) through Tellescope.

### [Download Fax (Tellescope)](https://genhealth.ai/docs/workflows/integrations/tellescope/download_tellescope_fax.md)

- Handler: `download_tellescope_fax`
- Connection type: `tellescope`
- External effect: `write`
- Inputs: `file_id`
- Outputs: `success`, `doc_id`, `file_id`, `skipped`, `filename`, `error`

Perform Download Fax (Tellescope) through Tellescope.

### [Find or Create Patient (Tellescope)](https://genhealth.ai/docs/workflows/integrations/tellescope/find_or_create_tellescope_patient.md)

- Handler: `find_or_create_tellescope_patient`
- Connection type: `tellescope`
- External effect: `write`
- Inputs: `first_name`, `last_name`, `date_of_birth`, `email`, `phone`, `gender`, `external_id`, `address_line_one`, `address_line_two`, `city`, `state`, `zip_code`, `intake_source_field_name`, `intake_source`
- Outputs: `success`, `patient_id`, `created`, `already_exists`, `address_updated`, `intake_source_set`, `error`

Perform Find or Create Patient (Tellescope) through Tellescope.

### [Get New Faxes (Tellescope)](https://genhealth.ai/docs/workflows/integrations/tellescope/get_new_tellescope_faxes.md)

- Handler: `get_new_tellescope_faxes`
- Connection type: `tellescope`
- External effect: `write`
- Inputs: `limit`, `lookback_hours`

Perform Get New Faxes (Tellescope) through Tellescope.

### [List Faxes (Tellescope)](https://genhealth.ai/docs/workflows/integrations/tellescope/list_tellescope_faxes.md)

- Handler: `list_tellescope_faxes`
- Connection type: `tellescope`
- External effect: `write`
- Inputs: `limit`, `lookback_hours`, `exclude_tagged`
- Outputs: `faxes`, `count`, `error`

Perform List Faxes (Tellescope) through Tellescope.

### [List Files (Tellescope)](https://genhealth.ai/docs/workflows/integrations/tellescope/list_tellescope_files.md)

- Handler: `list_tellescope_files`
- Connection type: `tellescope`
- External effect: `write`
- Inputs: `limit`, `filter_json`, `sort_by`
- Outputs: `files`, `count`, `error`

Perform List Files (Tellescope) through Tellescope.

### [List Intake Sources](https://genhealth.ai/docs/workflows/integrations/tellescope/tellescope_list_intake_sources.md)

- Handler: `tellescope_list_intake_sources`
- Connection type: `tellescope`
- External effect: `read`
- Inputs: `intake_source_field_name`
- Outputs: `success`, `values`, `count`, `error`

Perform List Intake Sources through Tellescope.

### [Set Fax Tags (Tellescope)](https://genhealth.ai/docs/workflows/integrations/tellescope/set_tellescope_fax_tags.md)

- Handler: `set_tellescope_fax_tags`
- Connection type: `tellescope`
- External effect: `write`
- Inputs: `fax_log_id`, `tags`
- Outputs: `success`, `fax_log_id`, `tags`, `error`

Perform Set Fax Tags (Tellescope) through Tellescope.
