Skip to documentation
GenHealth integration

Verify Subsequent Fax Backlog

Perform Verify Subsequent Fax Backlog through GenHealth.

View as Markdown
intake_verify_subsequent_fax_backlog
write

Inputs

  • selection_payload
    json
    Selection Payload

    Optional JSON value.

  • account_key
    text
    Account Key

    Optional text value.

Outputs

No named outputs are declared for this action.

Output schema completeness: unknown

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": {
    "account_key": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "selection_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
View all GenHealth actions