---
title: "Add a Notification Setting"
method: POST
path: "/notification_settings"
tags: ["Notifications"]
---

# Add a Notification Setting

`POST /notification_settings`

Add a notification setting.

## Request body

- NotificationSetting
  - `id` string — A UUID.
  - `notification_event_condition_id` string — A UUID reference to the associated Notification Event Condition.
  - `notification_profile_id` string — A UUID reference to the associated Notification Profile.
  - `associated_record_type` string
  - `associated_record_type_value` string
  - `status` 'enabled' | 'enable-received' | 'enable-pending' | 'enable-submtited' | 'delete-received' | 'delete-pending' | 'delete-submitted' | 'deleted' — Most preferences apply immediately; however, other may needs to propagate.
  - `notification_channel_id` string — A UUID reference to the associated Notification Channel.
  - `parameters` object[]
    - `name` string
    - `value` string
  - `created_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.
  - `updated_at` string, date-time — ISO 8601 formatted date indicating when the resource was updated.

## Response `200`

A Notification Setting response

- object
  - `data` NotificationSetting
    - `id` string — A UUID.
    - `notification_event_condition_id` string — A UUID reference to the associated Notification Event Condition.
    - `notification_profile_id` string — A UUID reference to the associated Notification Profile.
    - `associated_record_type` string
    - `associated_record_type_value` string
    - `status` 'enabled' | 'enable-received' | 'enable-pending' | 'enable-submtited' | 'delete-received' | 'delete-pending' | 'delete-submitted' | 'deleted' — Most preferences apply immediately; however, other may needs to propagate.
    - `notification_channel_id` string — A UUID reference to the associated Notification Channel.
    - `parameters` object[]
      - `name` string
      - `value` string
    - `created_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.
    - `updated_at` string, date-time — ISO 8601 formatted date indicating when the resource was updated.

## Other responses

- `201` — A Notification Setting response - async
- `400` — Bad request, the request was unacceptable, often due to missing a required parameter.
- `422` — Unprocessable entity. Check the 'detail' field in response for details.
- `500` — Unexpected error

---

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