|
| 1 | +import { InlineIcon } from "docs-ui" |
| 2 | +import { BellAlert } from "@medusajs/icons" |
| 3 | + |
| 4 | +export const metadata = { |
| 5 | + title: `Notifications`, |
| 6 | +} |
| 7 | + |
| 8 | +# {metadata.title} |
| 9 | + |
| 10 | +In this guide, you'll learn about the notifications you receive in Cloud and how to view them. |
| 11 | + |
| 12 | +## Notifications Overview |
| 13 | + |
| 14 | +Cloud shows you notifications related to your organization, projects, environments, and deployments. These notifications keep you updated without needing to manually check for changes. |
| 15 | + |
| 16 | +### Notification Types |
| 17 | + |
| 18 | +Notifications may be related to: |
| 19 | + |
| 20 | +- **Payment updates**: Whether a Cloud payment subscription succeeded or failed. |
| 21 | +- **Database Dump Import / Export**: Notification when a database dump import or export is completed. |
| 22 | +- **Build and deployment failure**: Notification when a project's build or deployment fails. |
| 23 | +- **Build and deployment recovery**: Notification after a project's build that previously failed was successful. |
| 24 | + |
| 25 | +--- |
| 26 | + |
| 27 | +## How to View Notifications |
| 28 | + |
| 29 | +### Notifications Sidebar |
| 30 | + |
| 31 | +The notifications sidebar shows you a history of all your organization's notifications. |
| 32 | + |
| 33 | +To open the notifications sidebar, click on the <InlineIcon Icon={BellAlert} alt="bell" /> icon at the top right of the Cloud dashboard. |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | +This will open the notifications sidebar, where you can see all notifications related to your organization. |
| 38 | + |
| 39 | +<Note title="Tip"> |
| 40 | + |
| 41 | +To view the notifications for a different organization, learn how to [switch organizations](../organizations/page.mdx#switch-organization). |
| 42 | + |
| 43 | +</Note> |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | +Actionable notifications will have a link that you can click to go to the relevant page. For example, if a database dump export was completed, you can click the link to download the dump. |
| 48 | + |
| 49 | +### Toast Notifications |
| 50 | + |
| 51 | +Cloud also shows you toast notifications at the top right of the dashboard when you receive a new notification. These notifications appear momentarily and then disappear. They're helpful to quickly inform you about important updates. |
| 52 | + |
| 53 | + |
0 commit comments