Cloud Services

ModernOps configuration

Notification preferences
Published On Jul 02, 2024 - 2:51 PM

Notification preferences

The Notification preferences allow System Administrators to change the language and time zone settings of the Kyndryl Modern Operations Application.
To change your notification preferences, complete these steps:
  1. Click the
    user profile icon
    in the upper-right side of the portal.
  2. Select
    Notification Preferences
    .
Once in the
Preferences
page, you can set the following global preferences:
  • Language:
    Select your preferred language from the drop-down menu.
  • Time Zone:
    You can select
    Automatic setting
    , which detects the time zone for your current location and uses that. Or you can disable
    Automatic setting
    and select the time zone of your preference from the drop-down menu.
  • Click
    Save
    to update your changes, or
    Cancel
    to forget about them.
This setting is used by all notification channels other than the in-subscription notifications in the Portal. The in-subscription notifications are controlled by the user's default operating system language or the internet browser language setting.
To learn more about the languages supported by Kyndryl Modern Operations Applications, see Globalization and localization.
To learn more about navigating to the different services from each tenant, refer to Kyndryl ModernOps landing page or Kyndryl Bridge landing page.

Limiting email notifications to an access group

Normally, any email notifications are automatically sent to all of the administrators of a tenant. You can change this default behavior on a per-template basis using the following procedure. Before you can do so, you will need to meet these prerequisites:
  • You must create at least one Access Group. For more information, see Access groups. Record the ID for the access group.
  • You need the template ID of the template that you want to change the email preferences.
To change the email preferences for the template, complete these steps:
  1. Navigate to the
    Developer Console
    . To learn more about navigating to the different services from each tenant, refer to Kyndryl ModernOps landing page or Kyndryl Bridge landing page.
  2. In the
    Application
    field, select
    EMP
    .
  3. In the
    Service
    field, select
    consume_common_api
    .
  4. Locate the
    E-mail Preferences API
    section.
  5. Run the PUT /common/v1/email/preferences API with the following payload. In the payload, you need to supply the following information:
    1. templateCodes:
      Supply the codes of the templates that you want to change the email preferences for.
    2. accessGroups:
      Supply the codes for the access groups whose members you want the notification emails sent to.
Sample payload:
{ "configurationKey": "email_notification_preferences", "configurationValue": { "emailSettings": [ { "templateCodes": [ "catalog_fileimport_template" ], "accessGroups": [ ] } ] } }
Do you have two minutes for a quick survey?
Take Survey