Deliver Daily Navigator Intake Summary
Perform Deliver Daily Navigator Intake Summary through Intake.
deliver_navigator_intake_reconciliation_reportwrite
Inputs
- Source Workflow Id
source_workflow_idtextrequiredRequired text value.
- Recipients
recipientstextOptional text value.
- Cutoff Time
cutoff_timetextOptional text value.
Default:
"18:00" - Timezone Name
timezone_nametextOptional text value.
Default:
"America/New_York" - Window Hours
window_hoursnumberOptional numeric value.
Default:
24 - Umpa Base Url
umpa_base_urltextOptional text value.
Default:
"https://umpa.genhealth.ai" - Scheduled Run At
scheduled_run_atexpressionOptional literal value or workflow expression.
- Fallback Run At
fallback_run_atexpressionOptional literal value or workflow expression.
Outputs
successSuccessdeliveryDeliverydelivery_reasonDelivery Reasonrecipient_countRecipient CountcountsCountswindow_startWindow Startwindow_endWindow EnderrorError
Output schema completeness: best_effort_declared
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",
"required": [
"source_workflow_id"
],
"properties": {
"recipients": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"cutoff_time": {
"type": "string",
"default": "18:00",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"window_hours": {
"type": "number",
"default": 24,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"timezone_name": {
"type": "string",
"default": "America/New_York",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"umpa_base_url": {
"type": "string",
"default": "https://umpa.genhealth.ai",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"fallback_run_at": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"scheduled_run_at": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"source_workflow_id": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"counts": {},
"success": {},
"delivery": {},
"window_end": {},
"window_start": {},
"delivery_reason": {},
"recipient_count": {}
},
"additionalProperties": true
}