Deliver Daily Consignment Summary
Perform Deliver Daily Consignment Summary through Consignment Intake.
deliver_consignment_reconciliation_reportwrite
Inputs
- Source Workflow Id
source_workflow_idworkflow_selectrequiredRequired selected identifier or value.
- Recipients
recipientstextOptional text value.
- Cutoff Time
cutoff_timetextOptional text value.
Default:
"18:00" - Timezone Name
timezone_nametextOptional text value.
Default:
"America/Detroit" - Window Hours
window_hoursnumberOptional numeric value.
Default:
24 - Claimsoft Base Url
claimsoft_base_urltextOptional text value.
- 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.
- Trigger Payload
trigger_payloadexpressionOptional literal value or workflow expression.
Outputs
successSuccessstatusStatusdeliveryDeliverydelivery_reasonDelivery Reasondelivery_statusDelivery Statusrecipient_countRecipient Countreport_referenceReport Referencewindow_startWindow Startwindow_endWindow EndtimezoneTimezonewindow_completeWindow CompletereceivedReceivedverified_createdVerified CreatedheldHeldnot_processedNot ProcessedpendingPendingfailure_countFailure CounterrorError
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/Detroit",
"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"
},
"trigger_payload": {
"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"
},
"claimsoft_base_url": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"source_workflow_id": {
"type": "string",
"description": "Required selected identifier or value.",
"x-workflow-field-type": "workflow_select"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"held": {},
"error": {},
"status": {},
"pending": {},
"success": {},
"delivery": {},
"received": {},
"timezone": {},
"window_end": {},
"window_start": {},
"failure_count": {},
"not_processed": {},
"delivery_reason": {},
"delivery_status": {},
"recipient_count": {},
"window_complete": {},
"report_reference": {},
"verified_created": {}
},
"additionalProperties": true
}