Skip to documentation
Brightree integration

Reconcile Fax Insurance

Perform Reconcile Fax Insurance through Brightree.

View as Markdown
brightree_reconcile_fax_insurance
writebrightree

Inputs

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • document_idDocument Id
  • primary_outcomePrimary Outcome
  • had_demographicsHad Demographics
  • 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"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "document_id": {},
    "primary_outcome": {},
    "had_demographics": {}
  },
  "additionalProperties": true
}
View all Brightree actions