Skip to documentation
Brightree integration

Search Marketing Referral Facility Options

Perform Search Marketing Referral Facility Options through Brightree.

View as Markdown
brightree_search_marketing_referral_facility_options
readbrightree

Inputs

  • patient_key
    expressionrequired
    Patient Key

    Required literal value or workflow expression.

  • search_text
    textrequired
    Search Text

    Required text value.

Outputs

  • successSuccess
  • facilitiesFacilities
  • countCount
  • errorError

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",
  "required": [
    "patient_key",
    "search_text"
  ],
  "properties": {
    "patient_key": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "search_text": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "count": {},
    "error": {},
    "success": {},
    "facilities": {}
  },
  "additionalProperties": true
}
View all Brightree actions