Skip to documentation
Tellescope integration

Download Fax (Tellescope)

Perform Download Fax (Tellescope) through Tellescope.

View as Markdown
download_tellescope_fax
writetellescope

Inputs

  • file_id
    text
    File Id

    Optional text value.

Outputs

  • successSuccess
  • doc_idDoc Id
  • file_idFile Id
  • skippedSkipped
  • filenameFilename
  • 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": {
    "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
}
View all Tellescope actions