Check Delivery Proof
Perform Check Delivery Proof through Brightree.
brightree_check_delivery_proofwritebrightree
Inputs
- Documents
documentsexpressionOptional literal value or workflow expression.
- Delivery Proof Document Types
delivery_proof_document_typesmulti_selectdynamic optionsOptional list of selected values. Retrieve allowed values from the dynamic options endpoint.
Outputs
has_matchHas MatchreasonReason
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"properties": {
"documents": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"delivery_proof_document_types": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional list of selected values. Retrieve allowed values from the dynamic options endpoint.",
"x-dynamic-options": true,
"x-workflow-field-type": "multi_select"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"reason": {},
"has_match": {}
},
"additionalProperties": true
}