Skip to content

Commit af8e793

Browse files
committed
feat(account): notification manager docs
1 parent 3dd0ec3 commit af8e793

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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](/docs/console/billing/how-to/use-billing-alerts/), [Cockpit alerts](/docs/observability/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+
To access the Notification Manager:
24+
1. Log into the [Scaleway console](https://console.scaleway.com).
25+
2. Click on your Organization name in the top-right corner of the console.
26+
3. Select **notification manager** from the dropdown menu.
27+
28+
## Types of notifications
29+
The notification manager lets you decide who receives each type of notification. Here are some examples of the different types of notifications:
30+
31+
| **Notification type** | **Examples** |
32+
|-----------------------|--------------------------------------------------------------|
33+
| Incident | Service downtime detected, outage resolved |
34+
| Technical | Scheduled maintenance, update required |
35+
| Security | Suspicious login attempt detected, MFA activated/deactivated |
36+
| Billing | New invoice sent, credit card expired |
37+
38+
## How to notify users outside of your Organization
39+
You can set external contacts to receive notifications related to your Organization.
40+
1. Go to the **External notifications** section.
41+
2. Click **Add Contact**.
42+
3. Enter the contact’s **name** and select a **delivery method** (email, SMS, or webhook).
43+
4. Click **Select notification type**.
44+
5. Choose the notifications the contact should receive (e.g., Incident, Billing).
45+
6. Click **Add contact** to confirm.
46+
47+
## How to viex notification history
48+
To view the history of notifications sent to your Organization:
49+
1. Click the **History** tab in the notification manager.
50+
2. Browse the list to see past notifications, including their type, recipients, and date.
51+
52+
## How to subscribe or unsubscribe to the Scaleway newsletter
53+
To subscribe or unsubscribe from the Scaleway newsletter:
54+
1. Navigate to the **Personal notifications** section of the notification manager.
55+
2. Toggle the button to enable or disable newsletter alerts.

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@
7272
"label": "Manage my personal information (GDPR)",
7373
"slug": "manage-my-personal-data-gdpr"
7474
},
75+
{
76+
"label": "Manage notifications",
77+
"slug": "manage-notifications"
78+
},
7579
{
7680
"label": "Use the search bar",
7781
"slug": "use-the-search-bar"

0 commit comments

Comments
 (0)