Skip to documentation
Brightree integration

Identify Vendor

Perform Identify Vendor through Brightree.

View as Markdown
brightree_identify_vendor
readbrightree

Inputs

  • new_so_key
    expression
    New So Key

    Optional literal value or workflow expression.

  • patient_key
    expression
    Patient Key

    Optional literal value or workflow expression.

  • patient_note_key
    expression
    Patient Note Key

    Optional literal value or workflow expression.

Outputs

  • reasonReason
  • statusStatus
  • has_vendorHas Vendor
  • vendor_nameVendor Name

Output schema completeness: best_effort_declared

Safety

External effect
read
Confirmation recommended
No
Retry safe
Yes
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "properties": {
    "new_so_key": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "patient_key": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "patient_note_key": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "reason": {},
    "status": {},
    "has_vendor": {},
    "vendor_name": {}
  },
  "additionalProperties": true
}
View all Brightree actions