---
title: "createCampaignStaffNotificationSetting"
method: POST
path: "/campaigns/{id}/staff-notification-settings"
tags: ["Staff Notification Setting"]
---

# createCampaignStaffNotificationSetting

`POST /campaigns/{id}/staff-notification-settings`

Create a Staff Notification Setting for Campaign

## Path parameters

- `id` integer, required

## Request body

- CampaignStaffNotificationSettingFillable
  - `scope_type` 'Campaign_Manager' | 'Organization_Manager_Campaign_Subscriber' — Scope for email notifications
  - `scope_id` integer — Scope ID will be Campaign ID af scope type is either Campaign_Manager or Organization_Manager_Campaign_Subscriber
  - `member_id` integer — Member who created Staff Notification Setting
  - `chargebacks_category` boolean — Receive an email if a Supporter files a chargeback and if it’s won or lost.
  - `classy_pay_category` boolean — Sent when your Organization's payout report is available
  - `fundraising_page_category` boolean — Receive an email when a Supporter creates a Fundraising Page or Team.
  - `recurring_canceled_category` boolean — Receive an email when a Recurring Plan is canceled.
  - `recurring_ended_category` boolean — Receive an email when a Recurring Plan has ended.
  - `recurring_failed_category` boolean — Receive an email when a Recurring Donation fails.
  - `recurring_modified_category` boolean — Receive an email when a Recurring Plan has been updated.
  - `recurring_new_category` boolean — Receive an email when a new Recurring Plan has been created.
  - `recurring_successful_category` boolean — Receive an email when a Recurring Donation has been made.
  - `transactions_category` boolean — Receive an email for every donation, ticket/registration purchase.

## Response `200`

Success

- CampaignStaffNotificationSetting
  - `member_id` integer — Member who created Staff Notification Setting
  - `chargebacks_category` boolean — Receive an email if a Supporter files a chargeback and if it’s won or lost.
  - `classy_pay_category` boolean — Sent when your Organization's payout report is available
  - `fundraising_page_category` boolean — Receive an email when a Supporter creates a Fundraising Page or Team.
  - `recurring_canceled_category` boolean — Receive an email when a Recurring Plan is canceled.
  - `recurring_ended_category` boolean — Receive an email when a Recurring Plan has ended.
  - `recurring_failed_category` boolean — Receive an email when a Recurring Donation fails.
  - `recurring_modified_category` boolean — Receive an email when a Recurring Plan has been updated.
  - `recurring_new_category` boolean — Receive an email when a new Recurring Plan has been created.
  - `recurring_successful_category` boolean — Receive an email when a Recurring Donation has been made.
  - `transactions_category` boolean — Receive an email for every donation, ticket/registration purchase.
  - `id` integer — Primary identifier of Staff Notification Setting
  - `created_at` string, date-time — Date/time of initial Staff Notification Setting creation
  - `updated_at` string, date-time — Date/time of Staff Notification Setting last updated
  - `scope_type` 'Campaign_Manager' | 'Organization_Manager_Campaign_Subscriber' — Scope for email notifications
  - `scope_id` integer — Scope ID will be Campaign ID af scope type is either Campaign_Manager or Organization_Manager_Campaign_Subscriber

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Campaign 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/revisions/d22bb925eeed/schema)
