Skip to documentation
Weave integration

Download Fax (Weave)

Perform Download Fax (Weave) through Weave.

View as Markdown
download_weave_fax
writeweave

Inputs

  • fax_id
    text
    Fax Id

    Optional text value.

Outputs

  • successSuccess
  • doc_idDoc Id
  • fax_idFax 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": {
    "fax_id": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "doc_id": {},
    "fax_id": {},
    "skipped": {},
    "success": {},
    "filename": {}
  },
  "additionalProperties": true
}
View all Weave actions