---
title: "Notification to specific profiles"
method: POST
path: "/notification/send_to_profiles/"
tags: ["notification"]
---

# Notification to specific profiles

`POST /notification/send_to_profiles/`

Send a notification to all registered devices for the specified profiles.

## Request body

- NotificationForProfiles
  - `title` string, required
  - `body` string, required
  - `schedule` string, date-time, nullable — date and time to send notification
  - `link` string
  - `profiles` string[], required

## Response `201`

Created

- NotificationForProfiles
  - `title` string, required
  - `body` string, required
  - `schedule` string, date-time, nullable — date and time to send notification
  - `link` string
  - `profiles` string[], required

---

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