Download & Mark Handled (Faxage)
Perform Download & Mark Handled (Faxage) through Faxage.
download_faxage_faxeswritefaxage
Inputs
- Limit
limitnumberOptional numeric value.
Outputs
createdCreatedskippedSkippedcount_createdCount Createdcount_skippedCount SkippederrorError
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
}