Skip to main content

notification_subscriptions

Overview

Namenotification_subscriptions
TypeResource
Idpagerduty.teams.notification_subscriptions

Fields

NameDatatypeDescription
subscribable_namestringThe name of the subscribable
subscriptionobjectAn object describing the relationship of a NotificationSubscriber and a NotificationSubscribable.

Methods

NameAccessible byRequired ParamsDescription
get_team_notification_subscriptionsSELECTidRetrieve a list of Notification Subscriptions the given Team has.

<!-- theme: warning -->
> Teams must be added through POST /teams/&#123;id&#125;/notification_subscriptions to be returned from this endpoint.

Scoped OAuth requires: subscribers.read
create_team_notification_subscriptionsINSERTid, data__subscribablesCreate new Notification Subscriptions for the given Team.

Scoped OAuth requires: subscribers.write
_get_team_notification_subscriptionsEXECidRetrieve a list of Notification Subscriptions the given Team has.

<!-- theme: warning -->
> Teams must be added through POST /teams/&#123;id&#125;/notification_subscriptions to be returned from this endpoint.

Scoped OAuth requires: subscribers.read
remove_team_notification_subscriptionsEXECid, data__subscribablesUnsubscribe the given Team from Notifications on the matching Subscribable entities.

Scoped OAuth requires: subscribers.write