Get New Faxes (Tellescope)
Perform Get New Faxes (Tellescope) through Tellescope.
get_new_tellescope_faxeswritetellescope
Inputs
- Limit
limitnumberOptional numeric value.
Default:
"100" - Lookback Hours
lookback_hoursnumberOptional 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
}