---
title: "Create recipient"
method: POST
path: "/alarms/recipients"
tags: ["Alarms"]
---

# Create recipient

`POST /alarms/recipients`

Create a new notification recipient

## Response `200`

Recipient created successfully

- Recipient
  - `id` integer — Recipient ID
  - `type` 'email' | 'webhook' | 'pagerduty' | 'opsgenie' | 'opsgenie-eu' | 'victorops' | 'slack' | 'teams' — Recipient type
  - `value` string — Recipient endpoint (email, URL, etc.)
  - `name` string — Recipient name
  - `options` object, nullable — Additional options

---

[API](https://skmtc.dev/cloudamqp/apis/cloudamqp-instance-api.md) · [All operations](https://skmtc.dev/cloudamqp/apis/cloudamqp-instance-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudamqp/cloudamqp-instance-api/revisions/d04a3670170c/schema)
