Skip to documentation
Brightree integration

Read Deposit ERN Tab

Perform Read Deposit ERN Tab through Brightree.

View as Markdown
brightree_read_deposit_ern
readbrightree

Inputs

  • deposit_key
    expression
    Deposit Key

    Optional literal value or workflow expression.

Outputs

  • deposit_keyDeposit Key
  • claimsClaims
  • countCount
  • providerProvider
  • batchBatch
  • brightree_urlBrightree Url
  • 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": {
    "deposit_key": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "batch": {},
    "count": {},
    "error": {},
    "claims": {},
    "provider": {},
    "deposit_key": {},
    "brightree_url": {}
  },
  "additionalProperties": true
}
View all Brightree actions