---
title: "Notifications:Create"
method: POST
path: "/api/v5/notifications/send-push-notification"
tags: ["Notifications"]
---

# Notifications:Create

`POST /api/v5/notifications/send-push-notification`

Send a push notification

## Request body

- BodyNotificationsCreateApiV5NotificationsSendPushNotificationPost
  - `notification` NotificationInCreate, required
    - `title` string, required
    - `content` string, required
    - `icon` string
    - `url` string
    - `urlType` string
    - `category` 'achievement_badge' | 'record_badge' | 'pavlok_badge' | 'volts_received' | 'volts_assignment' | 'friendship_request' | 'friendship' | 'poke_permission' | 'poke_permission_updated' | 'alert' | 'campaign' | 'challenge_invite' | 'coaching' | 'ai_coach' — An enumeration.
    - `data` object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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