Apply Fax Demographics
Perform Apply Fax Demographics through Brightree.
brightree_apply_fax_demographicswritebrightree
Inputs
- Document Id
document_idexpressionrequiredRequired literal value or workflow expression.
- Include Insurance
include_insurancebooleanOptional true-or-false value.
Default:
true
Outputs
successSuccessdocument_idDocument Idaddress_updatedAddress UpdatederrorError
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": [
"document_id"
],
"properties": {
"document_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"include_insurance": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"success": {},
"document_id": {},
"address_updated": {}
},
"additionalProperties": true
}