---
title: "POST /api/organizations/{organization_pk}/contacts/"
method: POST
path: "/api/organizations/{organization_pk}/contacts/"
tags: ["organizations"]
---

# POST /api/organizations/{organization_pk}/contacts/

`POST /api/organizations/{organization_pk}/contacts/`

Add a notification contact to the organization, including which alerts (new user joins, deployment errors) it should receive.

## Path parameters

- `organization_pk` string, required

## Request body

- OrganizationContact
  - `id` string, uuid
  - `email` string, email, required
  - `notify_install` boolean — Notify when a new user joins your organization
  - `notify_error` boolean — Notify when a deployment has new errors
  - `created_at` string, date-time
  - `updated_at` string, date-time

## 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)
