---
title: "POST /v1/recipient-group"
method: POST
path: "/v1/recipient-group"
tags: ["RecipientGroupService"]
---

# POST /v1/recipient-group

`POST /v1/recipient-group`

## Request body

- RabbitApiV1CreateRecipientGroupRequest
  - `name` string
  - `metadata` object
  - `templates` string[]
  - `emailConfigs` string[]
  - `smsConfigs` string[]
  - `webhookConfigs` string[]
  - `members` RabbitApiV1RecipientGroupMemberRequest[]
    - `memberUid` string
    - `isEmail` boolean
    - `isSms` boolean
    - `isPhone` boolean

## Response `200`

OK

- RabbitApiV1CreateRecipientGroupReply
  - `uid` string

---

[API](https://skmtc.net/aide-family/apis/untitled-api.md) · [All operations](https://skmtc.net/aide-family/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aide-family/untitled-api/versions/695b37f99d58/schema)
