Skip to content

Commit 4f2ef00

Browse files
jsudraudnerda-codesjcirinosclwyldecarvalho-doc
authored
feat(account): notification manager docs (#4079)
* feat(account): notification manager docs * Update console/account/how-to/manage-notifications.mdx * Apply suggestions from code review Co-authored-by: nerda-codes <[email protected]> * Apply suggestions from code review Co-authored-by: Jessica <[email protected]> * Apply suggestions from code review Co-authored-by: Néda <[email protected]> * Apply suggestions from code review Co-authored-by: Néda <[email protected]> * fix(acc): json --------- Co-authored-by: nerda-codes <[email protected]> Co-authored-by: Jessica <[email protected]> Co-authored-by: ldecarvalho-doc <[email protected]>
1 parent 04bfe03 commit 4f2ef00

File tree

2 files changed

+64
-1
lines changed

2 files changed

+64
-1
lines changed

menu/navigation.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
"label": "Download Scaleway contracts",
7777
"slug": "download-scaleway-contracts"
7878
},
79+
{
80+
"label": "Manage notifications",
81+
"slug": "manage-notifications"
82+
},
7983
{
8084
"label": "Use the search bar",
8185
"slug": "use-the-search-bar"
@@ -1510,7 +1514,6 @@
15101514
"label": "Use placement groups",
15111515
"slug": "use-placement-groups"
15121516
},
1513-
15141517
{
15151518
"label": "Create an image from a snapshot",
15161519
"slug": "create-image-from-snapshot"
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
meta:
3+
title: How to manage notifications
4+
description: Learn how to use the notification manager
5+
content:
6+
h1: How to manage notifications
7+
paragraph: Learn how to use the notification manager.
8+
tags: account notification
9+
dates:
10+
validation: 2024-12-04
11+
posted: 2024-12-04
12+
categories:
13+
- account
14+
---
15+
16+
The **notification manager** allows you to configure different types of notifications about your Organization. It also provides shortcuts to your [Budget alerts](/console/billing/how-to/use-billing-alerts/), [Cockpit alerts](/cockpit/how-to/enable-alert-manager/), and the Scaleway [status page](https://status.scaleway.com/).
17+
18+
<Macro id="requirements" />
19+
20+
- A Scaleway account logged into the [console](https://console.scaleway.com)
21+
22+
## Accessing the notification manager
23+
24+
To access the notification manager:
25+
1. Log in to the [Scaleway console](https://console.scaleway.com).
26+
2. Click on your Organization name in the top-right corner of the console.
27+
3. Select **notification manager** from the drop-down menu.
28+
29+
## Types of notifications
30+
31+
The notification manager lets you decide who receives each type of notification. Here are some examples of the different types of notifications:
32+
33+
| **Notification type** | **Examples** |
34+
|-----------------------|--------------------------------------------------------------|
35+
| Incident | Service downtime detected, outage resolved |
36+
| Technical | Scheduled maintenance, update required |
37+
| Security | Suspicious login attempt detected, MFA activated/deactivated |
38+
| Billing | New invoice sent, credit card expired |
39+
40+
## How to notify users outside of your Organization
41+
42+
You can set external contacts to receive notifications related to your Organization.
43+
1. Navigate to the **External notifications** section.
44+
2. Click **Add Contact**.
45+
3. Enter the contact’s **name** and select a **delivery method** (email, SMS, or webhook).
46+
4. Click **Select notification type**.
47+
5. Choose the [notifications]([console/account/how-to/manage-notifications/#types-of-notifications) the contact should receive (e.g., Incident, Billing).
48+
6. Click **Add contact** to confirm.
49+
50+
## How to view notification history
51+
52+
To view the history of notifications sent to your Organization:
53+
1. Click the **History** tab in the notification manager.
54+
2. Browse the list to see past notifications, including their type, recipients, and date.
55+
56+
## How to subscribe or unsubscribe to the Scaleway newsletter
57+
58+
To subscribe or unsubscribe from the Scaleway newsletter:
59+
1. Navigate to the **Personal notifications** section of the notification manager.
60+
2. Toggle the button to enable or disable newsletter alerts.

0 commit comments

Comments
 (0)