---
title: "Add notifications to notification scheme"
method: PUT
path: "/rest/api/2/notificationscheme/{id}/notification"
tags: ["Issue notification schemes"]
---

# Add notifications to notification scheme

`PUT /rest/api/2/notificationscheme/{id}/notification`

Adds notifications to a notification scheme. You can add up to 1000 notifications per request.

*Deprecated: The notification type `EmailAddress` is no longer supported in Cloud. Refer to the [changelog](https://developer.atlassian.com/cloud/jira/platform/changelog/#CHANGE-1031) for more details.*

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

## Path parameters

- `id` string, required

## Request body

- AddNotificationsDetails — Details of notifications which should be added to the notification scheme.
  - `notificationSchemeEvents` NotificationSchemeEventDetails[], required — The list of notifications which should be added to the notification scheme.
    - `event` NotificationSchemeEventTypeId, required — The ID of an event that is being mapped to notifications.
      - `id` string, required — The ID of the notification scheme event.
    - `notifications` NotificationSchemeNotificationDetails[], required — The list of notifications mapped to a specified event.
      - `notificationType` string, required — The notification type, e.g `CurrentAssignee`, `Group`, `EmailAddress`.
      - `parameter` string — The value corresponding to the specified notification type.

## Response `204`

Returned if the request is successful.

- unknown

## Other responses

- `400` — Returned if the request isn't valid.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user doesn't have the necessary permission.
- `404` — Returned if the notification scheme isn't found.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api/versions/a26541c2f8bd/schema)
