Summarize Follow-Up Fax Item
Perform Summarize Follow-Up Fax Item through GenHealth.
intake_summarize_subsequent_itemwrite
Inputs
- Stage Label
stage_labeltextOptional text value.
- Context Payload
context_payloadjsonOptional JSON value.
- Task Payload
task_payloadjsonOptional JSON value.
- Response Payload
response_payloadjsonOptional JSON value.
- Dedup Payload
dedup_payloadjsonOptional JSON value.
- Fax Payload
fax_payloadjsonOptional JSON value.
- Send Payload
send_payloadjsonOptional JSON value.
- Verification Payload
verification_payloadjsonOptional 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
}