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

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

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

## Path parameters

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

## Request body

- VagaroPublicControllerV2ModelNotification
  - `serviceProviderId` string, string, required
  - `subject` string, required
  - `message` string, required
  - `imageUrl` string, uri
  - `action1` VagaroPublicControllerV2ModelMobileNotificationActions
    - `launchUrl` string, uri
    - `buttonLabel` string, string
    - `buttonIconPath` string, string
    - `buttonIconUrl` string, uri
  - `action2` VagaroPublicControllerV2ModelMobileNotificationActions
    - `launchUrl` string, uri
    - `buttonLabel` string, string
    - `buttonIconPath` string, string
    - `buttonIconUrl` string, uri

## 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)
