---
title: "groupEmailNotify"
method: POST
path: "/notify-group"
tags: ["email"]
---

# groupEmailNotify

`POST /notify-group`

This method creates a new email group or updates details of an existing one.

## Request body

- GroupEmail
  - `data` object
    - `name` string — Name of the group
    - `enabled` boolean — Enable or disable the send email service for this group.
    - `emails` string[] — array of e-mails

## Response `201`

Created

- CreateGroupEmailResponse
  - `status` string
  - `data` object
    - `name` string — Name of the group
    - `enabled` boolean — Enable or disable the send email service for this group.
    - `emails` string[] — array of e-mails

## Other responses

- `202` — Updated
- `500` — Internal error

---

[API](https://skmtc.net/griaule/apis/gbds-api.md) · [All operations](https://skmtc.net/griaule/apis/gbds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/griaule/gbds-api/revisions/fa80f482ec5e/schema)
