---
title: "Add a notification target"
method: POST
path: "/notifications"
tags: ["Notifications"]
---

# Add a notification target

`POST /notifications`

Adds a notification target and events according to the specified parameters

## Request body

- NotificationTargetAndSubscriptions
  - `name` string
  - `description` string
  - `notificationId` string
  - `notificationTargetType` 'SLACK' | 'WEBHOOK' | 'EMAIL'
  - `notificationTarget` string
  - `subscribedEvents` string[]

## Response `200`

successful operation

- NotificationTargetAndSubscriptions
  - `name` string
  - `description` string
  - `notificationId` string
  - `notificationTargetType` 'SLACK' | 'WEBHOOK' | 'EMAIL'
  - `notificationTarget` string
  - `subscribedEvents` string[]

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
