---
title: "POST /v1/notification-groups"
method: POST
path: "/v1/notification-groups"
tags: ["NotificationGroup"]
---

# POST /v1/notification-groups

`POST /v1/notification-groups`

## Request body

- MarksmanApiV1CreateNotificationGroupRequest
  - `name` string
  - `remark` string
  - `metadata` object
  - `members` MarksmanApiV1NotificationMemberRequest[]
    - `memberUid` string
    - `isEmail` boolean
    - `isPhone` boolean
  - `webhooks` string[]
  - `templates` string[]
  - `emailConfigs` string[]

## Response `200`

OK

- MarksmanApiV1CreateNotificationGroupReply
  - `uid` string

## Changes

- **2026-03-31** `50b920cf67c3` — 1 info
  - added the new optional request property `emailConfigs`
- **2026-03-18** `3c98a8de30e3` — 1 info
  - endpoint added
- **2026-02-28** `f5912329bb01` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/aide-family/apis/untitled-api-3/changes/v1/notification-groups/post.md)

---

[API](https://skmtc.dev/aide-family/apis/untitled-api-3.md) · [All operations](https://skmtc.dev/aide-family/apis/untitled-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aide-family/untitled-api-3/revisions/26ae221fccba/schema)
