Skip to documentation
GenHealth integration

Classify Deferred Retry

Perform Classify Deferred Retry through GenHealth.

View as Markdown
intake_classify_deferred_retry
write

Inputs

  • retry_context
    json
    Retry Context

    Optional JSON value.

  • verification_payload
    json
    Verification Payload

    Optional JSON value.

  • send_payload
    json
    Send Payload

    Optional JSON value.

  • account_key
    text
    Account Key

    Optional text value.

  • dry_run
    boolean
    Dry Run

    Optional true-or-false value.

    Default: false

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
Yes

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "properties": {
    "dry_run": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "account_key": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "send_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "retry_context": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "verification_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
View all GenHealth actions