Sync Ordering Provider Directory
Perform Sync Ordering Provider Directory through GenHealth - SWO Outreach.
swo_sync_ordering_provider_directorywrite
Inputs
This action has no public inputs.
Outputs
successSuccesssyncedSyncedfailure_categoryFailure Categoryrows_writtenRows Writtenrows_rejectedRows Rejectedproviders_without_faxProviders Without Faxheld_contact_changesHeld Contact ChangeserrorError
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
}