Skip to documentation
Faxage integration

Download & Mark Handled (Faxage)

Perform Download & Mark Handled (Faxage) through Faxage.

View as Markdown
download_faxage_faxes
writefaxage

Inputs

  • limit
    number
    Limit

    Optional numeric value.

Outputs

  • createdCreated
  • skippedSkipped
  • count_createdCount Created
  • count_skippedCount Skipped
  • 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": {
    "limit": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "created": {},
    "skipped": {},
    "count_created": {},
    "count_skipped": {}
  },
  "additionalProperties": true
}
View all Faxage actions