Skip to documentation
GenHealth integration

Select Deferred Intake Retries

Perform Select Deferred Intake Retries through GenHealth.

View as Markdown
intake_select_retry_candidates
write

Inputs

  • lookback_hours
    number
    Lookback Hours

    Optional numeric value.

    Default: 48

  • dry_run
    boolean
    Dry Run

    Optional true-or-false value.

    Default: false

  • trigger_payload
    json
    Trigger Payload

    Optional JSON value.

Outputs

  • itemsItems

Output schema completeness: best_effort_declared

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"
    },
    "lookback_hours": {
      "type": "number",
      "default": 48,
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "trigger_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "items": {}
  },
  "additionalProperties": true
}
View all GenHealth actions