Skip to documentation
Tellescope integration

Get New Faxes (Tellescope)

Perform Get New Faxes (Tellescope) through Tellescope.

View as Markdown
get_new_tellescope_faxes
writetellescope

Inputs

  • limit
    number
    Limit

    Optional numeric value.

    Default: "100"

  • lookback_hours
    number
    Lookback Hours

    Optional numeric value.

    Default: "48"

Outputs

No named outputs are declared for this action.

Output schema completeness: unknown

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