Download Fax (RingCentral)
Perform Download Fax (RingCentral) through RingCentral.
download_ringcentral_faxwriteringcentral
Inputs
- Message Id
message_idexpressionOptional literal value or workflow expression.
- Attachment Id
attachment_idexpressionOptional literal value or workflow expression.
- Dry Run
dry_runbooleanOptional true-or-false value.
Default:
false
Outputs
successSuccessdoc_idDoc Idmessage_idMessage IdskippedSkippedreasonReasondry_runDry Runsha256Sha256sizeSizeerrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- 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": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"message_id": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"attachment_id": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"size": {},
"error": {},
"doc_id": {},
"reason": {},
"sha256": {},
"dry_run": {},
"skipped": {},
"success": {},
"message_id": {}
},
"additionalProperties": true
}