---
title: "Send"
method: POST
path: "/api/v1/rest/send"
tags: ["Rest"]
---

# Send

`POST /api/v1/rest/send`

## Request body

- Send
  - `action` string
  - `image` string
  - `message` string, required
  - `name` string
  - `recipients` string
  - `repeat` boolean
  - `repeat_interval` integer
  - `scheduled_at` string, date-time
  - `title` string, required
  - `translations` Translation[]
    - `language` string, required
    - `message` string, required
    - `title` string, required

## Response `200`

Successful response

- SendOutput
  - `action` string
  - `created_at` string, date-time
  - `default_message` string
  - `default_title` string
  - `delivered` boolean
  - `delivery_percentage` integer
  - `hash` string
  - `id` integer
  - `image` string
  - `live` boolean
  - `name` string
  - `recipients` string[]
  - `repeat` boolean
  - `repeat_interval` integer
  - `scheduled` boolean
  - `scheduled_at` string, date-time
  - `sent` boolean
  - `translations` Translation[]
    - `language` string, required
    - `message` string, required
    - `title` string, required

## Other responses

- `422` — Validation error

---

[API](https://skmtc.dev/magic-push/apis/apiflask.md) · [All operations](https://skmtc.dev/magic-push/apis/apiflask/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/magic-push/apiflask/revisions/dc568377ab33/schema)
