---
title: "Save notification settings (saveNotificationSettings)"
method: POST
path: "/api/notification/settings"
tags: ["notification-controller"]
---

# Save notification settings (saveNotificationSettings)

`POST /api/notification/settings`

Saves notification settings for this tenant or sysadmin.
`deliveryMethodsConfigs` of the settings must be specified.

Here is an example of the notification settings with Slack configuration:
```json
{
  "deliveryMethodsConfigs": {
    "SLACK": {
      "method": "SLACK",
      "botToken": "xoxb-...."
    }
  }
}
```

Available for users with 'SYS_ADMIN' or 'TENANT_ADMIN' authority.

## Request body

- NotificationSettings
  - `deliveryMethodsConfigs` object, required

## Response `200`

OK

- NotificationSettings
  - `deliveryMethodsConfigs` object, required

---

[API](https://skmtc.net/thingsboard/apis/thingsboard-rest-api.md) · [All operations](https://skmtc.net/thingsboard/apis/thingsboard-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thingsboard/thingsboard-rest-api/revisions/40169ccdec5c/schema)
