---
title: "POST /{group}/api/v{version}/merchants/{merchantId}/Notifications/email"
method: POST
path: "/{group}/api/v{version}/merchants/{merchantId}/Notifications/email"
tags: ["Notifications"]
---

# POST /{group}/api/v{version}/merchants/{merchantId}/Notifications/email

`POST /{group}/api/v{version}/merchants/{merchantId}/Notifications/email`

## Path parameters

- `MerchantId` string, required
- `group` string, required
- `version` string, required

## Request body

- VagaroPublicControllerV2ModelEmailNotification
  - `id` string
  - `serviceProviderId` string, string, required
  - `subject` string, string, required
  - `message` string, multiline, required
  - `cc` string, email
  - `bcc` string, email

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `500` — Server Error

---

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