---
title: "Creates an RMM Alert"
method: POST
path: "/rmm_alerts"
tags: ["RMM Alert"]
---

# Creates an RMM Alert

`POST /rmm_alerts`

Required permission: RMM Alerts - Create
Single-Customer Users can only access own RMM Alerts.

## Request body

- object
  - `rmm_alert` object
    - `customer_id` integer
    - `asset_id` integer
    - `description` string
    - `formatted_output` string
    - `resolved` boolean
    - `status` string
    - `properties` object

## Response `201`

successful

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/dfc1c332d2c2/schema)
