BabelizeBabelize
Features

Notifications

Stay informed about translation runs, syncs, and project activity with system-wide notifications.

Babelize provides real-time system-wide notifications to keep you and your team informed about important events — translation completions, repository syncs, engine execution status, and more.

How It Works

Notifications appear in the Notifications Panel, accessible from the top-right bell icon in the dashboard, or via the keyboard shortcut Shift + N.

  • Notifications are delivered in real-time via WebSocket
  • Unread notifications are shown with a badge count on the bell icon
  • Mark individual notifications as read or clear all at once

Notification Types

TypeTriggerExample
Translation SyncA translation run completes for your project"Translation completed for MyApp (es, fr, de)"
Repository UpdateA connected GitHub repo is synced"Repository my-org/my-app has been updated"
Engine ExecutionEngine pipeline status changes"Translation pipeline started for babel #42"
Team ActivityTeam members join, leave, or change roles"Alice was added as Editor to MyApp"
Billing EventsSubscription changes or credit warnings"Your plan has been upgraded to Growth"

Managing Notifications

In the Dashboard

  1. Click the bell icon (top-right) or press Shift + N
  2. Click a notification to view details
  3. Click the checkmark to mark it as read
  4. Use Mark all as read to clear the badge

Plan Availability

Notifications are available on all plans, including Free.

CLI Commands

You can also manage notifications from the CLI:

babelize notifications list          # All notifications
babelize notifications read <id>     # Mark as read
babelize notifications read-all      # Mark all as read
babelize notifications delete <id>
babelize notifications clear         # Delete all

See CLI Advanced for details.

Last updated: 2026-06-19

How is this guide?

On this page