Skip to documentation
GenHealth integration

Summarize Follow-Up Fax Item

Perform Summarize Follow-Up Fax Item through GenHealth.

View as Markdown
intake_summarize_subsequent_item
write

Inputs

  • stage_label
    text
    Stage Label

    Optional text value.

  • context_payload
    json
    Context Payload

    Optional JSON value.

  • task_payload
    json
    Task Payload

    Optional JSON value.

  • response_payload
    json
    Response Payload

    Optional JSON value.

  • dedup_payload
    json
    Dedup Payload

    Optional JSON value.

  • fax_payload
    json
    Fax Payload

    Optional JSON value.

  • send_payload
    json
    Send Payload

    Optional JSON value.

  • verification_payload
    json
    Verification Payload

    Optional JSON 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": {
    "fax_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "stage_label": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "send_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "task_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "dedup_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "context_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "response_payload": {
      "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