Build Order Notification Slack Alert
Perform Build Order Notification Slack Alert through Tomorrow Health.
tomorrow_health_build_order_notification_slack_alertwritetomorrow_health
Inputs
- Notifications
notificationsexpressionrequiredRequired literal value or workflow expression.
- Source Label
source_labeltextOptional text value.
Default:
"Tomorrow Health"
Outputs
successSuccessshould_alertShould AlertmessageMessageorder_referencesOrder ReferencescountCount
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": [
"notifications"
],
"properties": {
"source_label": {
"type": "string",
"default": "Tomorrow Health",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"notifications": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"count": {},
"message": {},
"success": {},
"should_alert": {},
"order_references": {}
},
"additionalProperties": true
}