Report Intake Outcome
Perform Report Intake Outcome through Tomorrow Health.
tomorrow_health_report_intake_outcomewrite
Inputs
- Bindings
bindingsjsonrequiredRequired JSON value.
- Channel
channeltextrequiredRequired text value.
- Dry Run
dry_runbooleanOptional true-or-false value.
Default:
false
Outputs
successSuccessdelivery_statusDelivery Statusreceipt_statusReceipt Statusnotification_errorNotification Errorparent_tsParent Tsreply_tsReply TstextTextreply_textReply TextoutcomeOutcome
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",
"required": [
"bindings",
"channel"
],
"properties": {
"channel": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
},
"dry_run": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"bindings": {
"description": "Required JSON value.",
"x-workflow-field-type": "json"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"text": {},
"outcome": {},
"success": {},
"reply_ts": {},
"parent_ts": {},
"reply_text": {},
"receipt_status": {},
"delivery_status": {},
"notification_error": {}
},
"additionalProperties": true
}