---
title: "Send message to firebase"
method: POST
path: "/messages/send"
tags: ["Message"]
---

# Send message to firebase

`POST /messages/send`

This endpoint is used to send message to firebase

## Request body

- object
  - `Message` object
    - `article` string
    - `body` string
    - `comments` string
    - `status` string
    - `targeting` string
    - `title` string

## Response `200`

Send message successfuly

- unknown

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/inquirer/apis/mobile-middleware.md) · [All operations](https://skmtc.net/inquirer/apis/mobile-middleware/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inquirer/mobile-middleware/revisions/b0608768680f/schema)
