---
title: "POST /api/deployments/{deployment_pk}/contacts/"
method: POST
path: "/api/deployments/{deployment_pk}/contacts/"
tags: ["deployments"]
---

# POST /api/deployments/{deployment_pk}/contacts/

`POST /api/deployments/{deployment_pk}/contacts/`

Add an alert-notification contact email to a deployment.

## Path parameters

- `deployment_pk` string, required

## Request body

- DeploymentAlertEmail
  - `id` string, uuid
  - `email` string, email, required
  - `notify_error` boolean
  - `notify_uninstall` boolean

## Response `201`

---

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