Sync Single Fax Phone to Mobile
Perform Sync Single Fax Phone to Mobile through Inbound Fax Intake.
brightree_sync_single_phone_to_mobilewritebrightree
Inputs
- Patient Key
patient_keyexpressionrequiredRequired literal value or workflow expression.
- Primary Phone
primary_phoneexpressionOptional literal value or workflow expression.
- Secondary Phone
secondary_phoneexpressionOptional literal value or workflow expression.
Outputs
successSuccessskippedSkippedpatient_keyPatient Keyerror_messageError MessageerrorError
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",
"required": [
"patient_key"
],
"properties": {
"patient_key": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"primary_phone": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"secondary_phone": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"skipped": {},
"success": {},
"patient_key": {},
"error_message": {}
},
"additionalProperties": true
}