Skip to documentation
RingCentral integration

Download Fax (RingCentral)

Perform Download Fax (RingCentral) through RingCentral.

View as Markdown
download_ringcentral_fax
writeringcentral

Inputs

  • message_id
    expression
    Message Id

    Optional literal value or workflow expression.

  • attachment_id
    expression
    Attachment Id

    Optional literal value or workflow expression.

  • dry_run
    boolean
    Dry Run

    Optional true-or-false value.

    Default: false

Outputs

  • successSuccess
  • doc_idDoc Id
  • message_idMessage Id
  • skippedSkipped
  • reasonReason
  • dry_runDry Run
  • sha256Sha256
  • sizeSize
  • errorError

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
}
View all RingCentral actions