Skip to documentation
Parachute Health integration

Download Inbox Document

Perform Download Inbox Document through Parachute Health.

View as Markdown
parachute_download_inbox_document
writeparachute

Inputs

  • document
    expressionrequired
    Document

    Required literal value or workflow expression.

  • inbox_document_id
    text
    Inbox Document Id

    Optional text value.

Outputs

  • pagesPages
  • page_countPage Count
  • successSuccess
  • errorError
  • failure_categoryFailure Category

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",
  "required": [
    "document"
  ],
  "properties": {
    "document": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "inbox_document_id": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "pages": {},
    "success": {},
    "page_count": {},
    "failure_category": {}
  },
  "additionalProperties": true
}
View all Parachute Health actions