Skip to main content

Alerts and Notifications

VolatiCloud's alerting system pushes the events you care about to email and the in-app notification drawer — bot errors, trade closes, drawdown breaches, connection issues, billing events, and more. Critical alerts go out immediately; routine events batch into digests so your inbox doesn't fill up. The intelligent alerts blog post covers the design philosophy and best practices; this page is the reference for what's available out of the box.

VolatiCloud Alerts page with the Rules tab active, showing a table of seeded system rules — Bot Status Change, Connection Issue Alert, Trade Opened, Trade Closed — each row listing severity badge, delivery mode (Immediate or Batched), and an Enabled toggle

How Crypto Trading Alerts Work

Every trading or billing event is checked against your active alert rules. Matching rules either deliver immediately (Critical) or batch into digests (Warning, Info), with cooldowns suppressing repeat firings of the same rule within a configurable window.

Available Alert Types

Alert TypeTrigger
Bot Status ChangeBot transitions to a specific status (error, stopped, unhealthy, etc.)
Trade OpenedA new trade opens on a bot
Trade ClosedAny trade closes on a bot
Large Profit / LossA trade closes with profit or loss above a configured threshold
Profit TargetA trade hits a configured profit target
Drawdown ThresholdBot's max drawdown exceeds X%
Daily Loss LimitBot's daily loss exceeds X%
Backtest CompletedA backtest finishes successfully
Backtest FailedA backtest encounters an error
Backup FailedA bot database backup fails
Connection IssueBot loses connectivity to the exchange
Low Credit BalanceOrganization credit balance drops below threshold
Payment FailedA billing payment attempt fails
Payment SucceededA subscription payment is processed successfully
Subscription CancelledOrganization subscription is cancelled
Organization SuspendedOrganization is suspended due to billing issues
Organization ReactivatedSuspended organization is restored after payment
Plan ChangedSubscription plan is upgraded or downgraded
Trial StartedFree trial begins for the organization
Trial Ending SoonFree trial expires in 3 days
Trial ConvertedTrial converts to a paid subscription
Trial ExpiredTrial expires without converting to paid

Severity Levels

SeverityUse Case
CriticalBot errors, system failures, suspended organizations
WarningSignificant events needing attention (drawdown, payment failures)
InfoGeneral notifications, trade updates, plan changes

Severity indicates the importance of an alert. Delivery mode (immediate vs batched) is configured per rule, not derived from severity — so a Warning rule can be set to immediate delivery, and an Info rule can be batched.

Default Alert Rules

Every organization is seeded with pre-configured system alert rules at creation time. You can edit delivery settings (recipients, enabled/disabled flag, cooldown) but not their core detection logic.

RuleSeverityDelivery
Bot Status ChangeInfoImmediate
Connection Issue AlertCriticalImmediate
Backtest Completed AlertInfoImmediate
Backtest Failed AlertWarningImmediate
Backup Failed AlertWarningImmediate
Trade OpenedInfoBatched
Trade ClosedInfoBatched
Organization SuspendedCriticalImmediate
Low Credit BalanceWarningImmediate (24h cooldown)
Payment FailedWarningImmediate
Payment SucceededInfoImmediate
Subscription CancelledWarningImmediate
Trial StartedInfoImmediate
Trial Ending SoonWarningImmediate
Trial Converted to PaidInfoImmediate
Trial ExpiredWarningImmediate
Plan ChangedInfoImmediate
Organization ReactivatedInfoImmediate

In-App Notifications

Beyond email, VolatiCloud surfaces alerts inside the app:

  • Notification drawer — click the bell icon in the top navigation
  • Toast notifications — pop-up alerts for Critical and Warning events while you're in the app
  • Alert event history — full audit trail on the Alerts page (sent, suppressed, failed, recorded, pending)

Alerts Page

Navigate to Alerts to see:

  • Rules tab — all configured alert rules, with toggles to enable/disable and links to edit
  • History tab — every triggered alert with delivery status

Bot-Level Alerts

Each bot has its own Alerts tab showing:

  • Alert rules scoped specifically to this bot (in addition to org-level rules)
  • Alert event history filtered to this bot

Next Steps

  • Alert Rules — create and configure custom alert rules

Learn More