Skip to documentation
Brightree integration

Apply Fax Demographics

Perform Apply Fax Demographics through Brightree.

View as Markdown
brightree_apply_fax_demographics
writebrightree

Inputs

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

  • include_insurance
    boolean
    Include Insurance

    Optional true-or-false value.

    Default: true

Outputs

  • successSuccess
  • document_idDocument Id
  • address_updatedAddress Updated
  • 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",
  "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
}
View all Brightree actions