Skip to documentation
Brightree integration

Search Private ERNs

Perform Search Private ERNs through Brightree.

View as Markdown
brightree_search_private_erns
readbrightree

Inputs

  • status
    text
    Status

    Optional text value.

    Default: "2"

  • trace_number
    expression
    Trace Number

    Optional literal value or workflow expression.

  • deposit_id
    expression
    Deposit Id

    Optional literal value or workflow expression.

  • insurance
    expression
    Insurance

    Optional literal value or workflow expression.

Outputs

  • depositsDeposits
  • countCount
  • current_pageCurrent Page
  • total_pagesTotal Pages
  • has_moreHas More
  • messageMessage
  • 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",
  "properties": {
    "status": {
      "type": "string",
      "default": "2",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "insurance": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "deposit_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "trace_number": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "count": {},
    "error": {},
    "message": {},
    "deposits": {},
    "has_more": {},
    "total_pages": {},
    "current_page": {}
  },
  "additionalProperties": true
}
View all Brightree actions