Send CMN Electronic Fax
Perform Send CMN Electronic Fax through Brightree.
brightree_send_cmn_electronic_faxirreversiblebrightree
Inputs
- Cmn Key
cmn_keyexpressionrequiredRequired literal value or workflow expression.
- Cmn Form Key
cmn_form_keyexpressionrequiredRequired literal value or workflow expression.
- Comments
commentstextareaOptional text value.
- Prepare Only
prepare_onlybooleanOptional true-or-false value.
Default:
true - Cmn Expiration Date
cmn_expiration_datedateOptional date in YYYY-MM-DD format.
- Confirm Send
confirm_sendbooleanOptional true-or-false value.
Default:
false
Outputs
successSuccesssubmittedSubmittedrejectedRejectedprepare_onlyPrepare OnlyindeterminateIndeterminatemanual_review_requiredManual Review RequiredretryableRetryableidempotency_reusedIdempotency Reuseddispatch_statusDispatch Statuscmn_keyCmn Keycmn_form_keyCmn Form Keyfax_job_keyFax Job Keyinclude_cmn_cover_letterInclude Cmn Cover Letterinclude_fax_cover_sheetInclude Fax Cover Sheetrecipient_name_presentRecipient Name Presentrecipient_phone_presentRecipient Phone Presentrecipient_fax_presentRecipient Fax Presentsender_fields_presentSender Fields Presentrecipient_override_appliedRecipient Override Appliedfax_history_observedFax History Observedfax_statusFax Statusfax_status_reasonFax Status ReasonmessageMessageerrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- irreversible
- Confirmation recommended
- Yes
- Retry safe
- No
- 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"
},
"comments": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "textarea"
},
"cmn_form_key": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"confirm_send": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"prepare_only": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"cmn_expiration_date": {
"type": "string",
"format": "date",
"description": "Optional date in YYYY-MM-DD format.",
"x-workflow-field-type": "date"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"cmn_key": {},
"message": {},
"success": {},
"rejected": {},
"retryable": {},
"submitted": {},
"fax_status": {},
"fax_job_key": {},
"cmn_form_key": {},
"prepare_only": {},
"indeterminate": {},
"dispatch_status": {},
"fax_status_reason": {},
"idempotency_reused": {},
"fax_history_observed": {},
"recipient_fax_present": {},
"sender_fields_present": {},
"manual_review_required": {},
"recipient_name_present": {},
"include_fax_cover_sheet": {},
"recipient_phone_present": {},
"include_cmn_cover_letter": {},
"recipient_override_applied": {}
},
"additionalProperties": true
}