# Sync Ordering Provider Directory

> Perform Sync Ordering Provider Directory through GenHealth - SWO Outreach.

Source: [https://genhealth.ai/docs/workflows/integrations/gen-health-swo-outreach/swo_sync_ordering_provider_directory](https://genhealth.ai/docs/workflows/integrations/gen-health-swo-outreach/swo_sync_ordering_provider_directory)

Integration: [GenHealth - SWO Outreach](https://genhealth.ai/docs/workflows/integrations/gen-health-swo-outreach.md)

- Handler: `swo_sync_ordering_provider_directory`

## Inputs

This action has no public inputs.

## Outputs

- `success` — Success
- `synced` — Synced
- `failure_category` — Failure Category
- `rows_written` — Rows Written
- `rows_rejected` — Rows Rejected
- `providers_without_fax` — Providers Without Fax
- `held_contact_changes` — Held Contact Changes
- `error` — Error

Output schema completeness: `best_effort_declared`

## Safety

- External effect: `write`
- Confirmation recommended: no
- Retry safe: no
- Dry run supported: no

## Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

### Input schema

```json
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
```

### Output schema

```json
{
  "type": "object",
  "properties": {
    "error": {},
    "synced": {},
    "success": {},
    "rows_written": {},
    "rows_rejected": {},
    "failure_category": {},
    "held_contact_changes": {},
    "providers_without_fax": {}
  },
  "additionalProperties": true
}
```
