# Faxage integration

> Build workflow automations with 4 public Faxage actions.

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

## Available actions

4 actions. Connection types: faxage.

### [Confirm Fax Delivery (Faxage)](https://genhealth.ai/docs/workflows/integrations/faxage/confirm_fax_delivery.md)

- Handler: `confirm_fax_delivery`
- Connection type: `faxage`
- External effect: `write`
- Inputs: `job_id`, `timeout_seconds`, `poll_seconds`
- Outputs: `success`, `job_id`, `status`, `status_detail`, `retryable`, `error`

Perform Confirm Fax Delivery (Faxage) through Faxage.

### [Download & Mark Handled (Faxage)](https://genhealth.ai/docs/workflows/integrations/faxage/download_faxage_faxes.md)

- Handler: `download_faxage_faxes`
- Connection type: `faxage`
- External effect: `write`
- Inputs: `limit`
- Outputs: `created`, `skipped`, `count_created`, `count_skipped`, `error`

Perform Download & Mark Handled (Faxage) through Faxage.

### [List Incoming Faxes (Faxage)](https://genhealth.ai/docs/workflows/integrations/faxage/list_incoming_faxes.md)

- Handler: `list_incoming_faxes`
- Connection type: `faxage`
- External effect: `write`

Perform List Incoming Faxes (Faxage) through Faxage.

### [Send Fax (Faxage)](https://genhealth.ai/docs/workflows/integrations/faxage/send_fax.md)

- Handler: `send_fax`
- Connection type: `faxage`
- External effect: `write`
- Inputs: `fax_number`, `document_url`, `document_id`, `confirm_delivery`, `confirm_timeout_seconds`, `confirm_poll_seconds`
- Outputs: `job_id`, `fax_number`, `status`, `status_detail`, `error`

Perform Send Fax (Faxage) through Faxage.
