Read Latest CMN Fax Activity
Perform Read Latest CMN Fax Activity through Brightree.
brightree_read_cmn_fax_statusreadbrightree
Inputs
- Cmn Key
cmn_keyexpressionrequiredRequired literal value or workflow expression.
- Cmn Form Key
cmn_form_keyexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccesscmn_keyCmn Keycmn_form_keyCmn Form KeyoutcomeOutcomefax_statusFax Statusfax_status_reasonFax Status Reasonfax_activity_date_timeFax Activity Date Timefax_activity_countFax Activity Countobserved_completeObserved Completeobserved_processingObserved Processingobserved_failedObserved Failedcorrelated_to_attemptCorrelated To Attemptmanual_review_requiredManual Review RequirederrorError
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": [
"cmn_key",
"cmn_form_key"
],
"properties": {
"cmn_key": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"cmn_form_key": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"cmn_key": {},
"outcome": {},
"success": {},
"fax_status": {},
"cmn_form_key": {},
"observed_failed": {},
"fax_status_reason": {},
"observed_complete": {},
"fax_activity_count": {},
"observed_processing": {},
"correlated_to_attempt": {},
"fax_activity_date_time": {},
"manual_review_required": {}
},
"additionalProperties": true
}