Skip to documentation
RingCentral integration

List Faxes (RingCentral)

Perform List Faxes (RingCentral) through RingCentral.

View as Markdown
list_ringcentral_faxes
writeringcentral

Inputs

  • days_back
    number
    Days Back

    Optional numeric value.

    Default: 90

  • from_number
    text
    From Number

    Optional text value.

  • limit
    number
    Limit

    Optional numeric value.

Outputs

  • successSuccess
  • faxesFaxes
  • countCount
  • errorError

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": {
    "limit": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "days_back": {
      "type": "number",
      "default": 90,
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "from_number": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "count": {},
    "error": {},
    "faxes": {},
    "success": {}
  },
  "additionalProperties": true
}
View all RingCentral actions