Skip to main content

Add a Notification Setting

POST 
/notification_settings

Add a notification setting.

Request

Body

    notification_event_condition_id string

    A UUID reference to the associated Notification Event Condition.

    notification_profile_id string

    A UUID reference to the associated Notification Profile.

    notification_channel_id string

    A UUID reference to the associated Notification Channel.

    parameters

    object[]

  • Array [

  • name string
    value string
  • ]

Responses

200: A Notification Setting response

201: A Notification Setting response - async

default: Unexpected error

Loading...