Skip to documentation
GenHealth - SWO Outreach integration

Sync Ordering Provider Directory

Perform Sync Ordering Provider Directory through GenHealth - SWO Outreach.

View as Markdown
swo_sync_ordering_provider_directory
write

Inputs

This action has no public inputs.

Outputs

  • successSuccess
  • syncedSynced
  • failure_categoryFailure Category
  • rows_writtenRows Written
  • rows_rejectedRows Rejected
  • providers_without_faxProviders Without Fax
  • held_contact_changesHeld Contact Changes
  • errorError

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
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "synced": {},
    "success": {},
    "rows_written": {},
    "rows_rejected": {},
    "failure_category": {},
    "held_contact_changes": {},
    "providers_without_fax": {}
  },
  "additionalProperties": true
}
View all GenHealth - SWO Outreach actions