Skip to documentation
Tellescope integration

List Faxes (Tellescope)

Perform List Faxes (Tellescope) through Tellescope.

View as Markdown
list_tellescope_faxes
writetellescope

Inputs

  • limit
    number
    Limit

    Optional numeric value.

    Default: "100"

  • lookback_hours
    number
    Lookback Hours

    Optional numeric value.

    Default: "48"

  • exclude_tagged
    boolean
    Exclude Tagged

    Optional true-or-false value.

    Default: "false"

Outputs

  • 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"
    },
    "exclude_tagged": {
      "type": "boolean",
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "lookback_hours": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "count": {},
    "error": {},
    "faxes": {}
  },
  "additionalProperties": true
}
View all Tellescope actions