---
title: "Send Push"
method: POST
path: "/push/send"
tags: ["push"]
---

# Send Push

`POST /push/send`

## Request body

- PushPayload
  - `title` string, required
  - `body` string, required
  - `url` string, nullable
  - `icon` string, nullable
  - `badge` string, nullable
  - `tag` string, nullable
  - `branch` string, nullable
  - `user_email` string, nullable
  - `target_role` string, nullable
  - `include_branch_staff` boolean
  - `include_all_admins` boolean
  - `type` string
  - `source` string
  - `priority` integer
  - `payload` object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
