Skip to content

Commit 0ac85de

Browse files
jsudraudldecarvalho-doc
authored andcommitted
feat(account): notification manager docs
1 parent 575cc11 commit 0ac85de

File tree

2 files changed

+58
-3
lines changed

2 files changed

+58
-3
lines changed

menu/navigation.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
},
7979
{
8080
"label": "Download Scaleway contracts",
81-
"slug": "download-scaleway-contracts"
81+
"slug": "download-scaleway-contracts""label": "Manage notifications",
82+
"slug": "manage-notifications"
8283
},
8384
{
8485
"label": "Use the search bar",
@@ -1490,7 +1491,6 @@
14901491
"label": "Use placement groups",
14911492
"slug": "use-placement-groups"
14921493
},
1493-
14941494
{
14951495
"label": "Create an image from a snapshot",
14961496
"slug": "create-image-from-snapshot"
@@ -5678,4 +5678,4 @@
56785678
],
56795679
"label": "Additional Services"
56805680
}
5681-
]
5681+
]
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.

0 commit comments

Comments
 (0)