Post Deposit
Perform Post Deposit through Brightree.
brightree_post_depositirreversiblebrightree
Inputs
- Deposit Key
deposit_keyexpressionOptional literal value or workflow expression.
- Funds Confirmed
funds_confirmedbooleanOptional true-or-false value.
Default:
true - Dry Run
dry_runbooleanOptional true-or-false value.
Default:
true
Outputs
successSuccessdry_runDry Rundeposit_keyDeposit KeymessageMessagepostedPostedbalanceBalanceis_balancedIs Balancedwas_already_postedWas Already Postedfailure_categoryFailure Categorybrightree_urlBrightree UrlerrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- irreversible
- Confirmation recommended
- Yes
- Retry safe
- No
- Dry run supported
- Yes
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"properties": {
"dry_run": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"deposit_key": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"funds_confirmed": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"posted": {},
"balance": {},
"dry_run": {},
"message": {},
"success": {},
"deposit_key": {},
"is_balanced": {},
"brightree_url": {},
"failure_category": {},
"was_already_posted": {}
},
"additionalProperties": true
}