Skip to documentation
Tomorrow Health integration

Build Order Notification Slack Alert

Perform Build Order Notification Slack Alert through Tomorrow Health.

View as Markdown
tomorrow_health_build_order_notification_slack_alert
writetomorrow_health

Inputs

  • notifications
    expressionrequired
    Notifications

    Required literal value or workflow expression.

  • source_label
    text
    Source Label

    Optional text value.

    Default: "Tomorrow Health"

Outputs

  • successSuccess
  • should_alertShould Alert
  • messageMessage
  • order_referencesOrder References
  • countCount

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
}
View all Tomorrow Health actions