Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(account): notification manager docs #4079

Merged
merged 7 commits into from
Mar 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion menu/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
"label": "Download Scaleway contracts",
"slug": "download-scaleway-contracts"
},
{
"label": "Manage notifications",
"slug": "manage-notifications"
},
{
"label": "Use the search bar",
"slug": "use-the-search-bar"
Expand Down Expand Up @@ -1490,7 +1494,6 @@
"label": "Use placement groups",
"slug": "use-placement-groups"
},

{
"label": "Create an image from a snapshot",
"slug": "create-image-from-snapshot"
Expand Down
60 changes: 60 additions & 0 deletions pages/account/how-to/manage-notifications.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
meta:
title: How to manage notifications
description: Learn how to use the notification manager
content:
h1: How to manage notifications
paragraph: Learn how to use the notification manager.
tags: account notification
dates:
validation: 2024-12-04
posted: 2024-12-04
categories:
- account
---

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/).

<Macro id="requirements" />

- A Scaleway account logged into the [console](https://console.scaleway.com)

## Accessing the notification manager

To access the notification manager:
1. Log in to the [Scaleway console](https://console.scaleway.com).
2. Click on your Organization name in the top-right corner of the console.
3. Select **notification manager** from the drop-down menu.

## Types of notifications

The notification manager lets you decide who receives each type of notification. Here are some examples of the different types of notifications:

| **Notification type** | **Examples** |
|-----------------------|--------------------------------------------------------------|
| Incident | Service downtime detected, outage resolved |
| Technical | Scheduled maintenance, update required |
| Security | Suspicious login attempt detected, MFA activated/deactivated |
| Billing | New invoice sent, credit card expired |

## How to notify users outside of your Organization

You can set external contacts to receive notifications related to your Organization.
1. Navigate to the **External notifications** section.
2. Click **Add Contact**.
3. Enter the contact’s **name** and select a **delivery method** (email, SMS, or webhook).
4. Click **Select notification type**.
5. Choose the [notifications]([console/account/how-to/manage-notifications/#types-of-notifications) the contact should receive (e.g., Incident, Billing).
6. Click **Add contact** to confirm.

## How to view notification history

To view the history of notifications sent to your Organization:
1. Click the **History** tab in the notification manager.
2. Browse the list to see past notifications, including their type, recipients, and date.

## How to subscribe or unsubscribe to the Scaleway newsletter

To subscribe or unsubscribe from the Scaleway newsletter:
1. Navigate to the **Personal notifications** section of the notification manager.
2. Toggle the button to enable or disable newsletter alerts.
Loading