# Zoho Creator integration

> Build workflow automations with 5 public Zoho Creator actions.

Source: [https://genhealth.ai/docs/workflows/integrations/zoho-creator](https://genhealth.ai/docs/workflows/integrations/zoho-creator)

## Available actions

5 actions. Connection types: zoho_creator.

### [Get Form Record](https://genhealth.ai/docs/workflows/integrations/zoho-creator/zoho_creator_get_form_record.md)

- Handler: `zoho_creator_get_form_record`
- Connection type: `zoho_creator`
- External effect: `write`
- Inputs: `account_owner_name`, `form_link_name`, `report_link_name`, `record_link_id`, `field_link_names`
- Outputs: `success`, `record_id`, `record_link_id`, `values`, `error`

Perform Get Form Record through Zoho Creator.

### [Import Report Attachment](https://genhealth.ai/docs/workflows/integrations/zoho-creator/zoho_creator_import_report_attachment.md)

- Handler: `zoho_creator_import_report_attachment`
- Connection type: `zoho_creator`
- External effect: `write`
- Inputs: `account_owner_name`, `report_link_name`, `record_id`, `field_link_name`, `attachment_index`, `max_records`, `max_bytes`, `document_type`, `show_imported_document_in_inbox`
- Outputs: `success`, `document_id`, `title`, `mime_type`, `sha256`, `size`, `was_existing`, `record_id`, `field_link_name`, `error`

Perform Import Report Attachment through Zoho Creator.

### [List Report Records](https://genhealth.ai/docs/workflows/integrations/zoho-creator/zoho_creator_list_report_records.md)

- Handler: `zoho_creator_list_report_records`
- Connection type: `zoho_creator`
- External effect: `write`
- Inputs: `account_owner_name`, `report_link_name`, `field_link_names`, `max_records`, `page_size`
- Outputs: `success`, `records`, `count`, `error`

Perform List Report Records through Zoho Creator.

### [Update Form Record](https://genhealth.ai/docs/workflows/integrations/zoho-creator/zoho_creator_update_form_record.md)

- Handler: `zoho_creator_update_form_record`
- Connection type: `zoho_creator`
- External effect: `write`
- Inputs: `account_owner_name`, `form_link_name`, `report_link_name`, `record_link_id`, `field_values`, `allowed_field_link_names`, `expected_field_values`
- Outputs: `success`, `record_id`, `record_link_id`, `updated_field_link_names`, `verified_field_link_names`, `precondition_checked_field_link_names`, `precondition_failed`, `failure_category`, `error`

Perform Update Form Record through Zoho Creator.

### [Upload Document to Form Record](https://genhealth.ai/docs/workflows/integrations/zoho-creator/zoho_creator_upload_document_to_form_record.md)

- Handler: `zoho_creator_upload_document_to_form_record`
- Connection type: `zoho_creator`
- External effect: `write`
- Inputs: `account_owner_name`, `form_link_name`, `report_link_name`, `record_link_id`, `field_link_name`, `document_id`, `expected_field_values`
- Outputs: `success`, `document_id`, `record_id`, `record_link_id`, `field_link_name`, `file_name`, `mime_type`, `size`, `verified_field_link_names`, `precondition_checked_field_link_names`, `precondition_failed`, `failure_category`, `error`

Perform Upload Document to Form Record through Zoho Creator.
