Skip to main content

Notifications

An alert’s destination controls how raised instances are surfaced.
"destination": {
  "frequency": "DAILY",
  "mediums": ["EMAIL"],
  "recipientIds": ["<user-uuid>"]
}
FieldMeaning
frequencyHow often to notify: IMMEDIATELY, HOURLY, DAILY, WEEKLY, MONTHLY.
mediumsChannels: EMAIL, SMS, WHATSAPP.
recipientIdsUsers to notify (by id).
Only EMAIL is active today; SMS and WHATSAPP are reserved for future use. An empty recipientIds means no explicit recipients are attached yet.

Actions from an alert

From a raised alert instance, you can launch an inventory plan directly — turning a signal into action:
ActionLaunches
restockA restock plan.
rebalanceA rebalance plan.
markdownA markdown plan.
This closes the detect → classify → automate / act loop: tagging rules classify, alerts detect and notify, and from the alert you either act manually (these actions) or let a workflow react automatically to the same tags.