---
title: "createOrganizationNotification"
method: POST
path: "/organizations/{organization}/notifications"
tags: ["Organization Notification"]
deprecated: true
---

# createOrganizationNotification

`POST /organizations/{organization}/notifications`

> **Deprecated.**

Create a Nofication for the specified Organization

## Path parameters

- `organization` integer, required

## Request body

- object
  - `enabled` boolean — Indicates if the Notification is active or not
  - `email_address` string — Email address who will receive the updates
  - `type` 'transaction' | 'third_party' | 'recurring' | 'fundraising' | 'chargeback' | 'payout_report' — Type of notifications to be received

## Response `200`

Success

- OrganizationNotification
  - `id` integer — Primary identifier of record
  - `organization_id` integer — Primary identifier of associated Organization
  - `type` 'transaction' | 'third_party' | 'recurring' | 'fundraising' | 'chargeback' | 'payout_report' — Type of notifications to be received
  - `email_address` string — Email address who will receive the updates
  - `enabled` boolean — Indicates if the Notification is active or not

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Organization not found

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/versions/d22bb925eeed/schema)
