Download Fax (Tellescope)
Perform Download Fax (Tellescope) through Tellescope.
download_tellescope_faxwritetellescope
Inputs
- File Id
file_idtextOptional text value.
Outputs
successSuccessdoc_idDoc Idfile_idFile IdskippedSkippedfilenameFilenameerrorError
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": {
"file_id": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"doc_id": {},
"file_id": {},
"skipped": {},
"success": {},
"filename": {}
},
"additionalProperties": true
}