Skip to main content

Create a notification channel

POST 
/notification_channels

Create a notification channel.

Request

Body

Add a Notification Channel

    notification_profile_id string

    A UUID reference to the associated Notification Profile.

    channel_type_id string

    Possible values: [sms, voice, email, webhook]

    A Channel Type ID

    channel_destination string

    The destination associated with the channel type.

Responses

200: A Notification Channel response

default: Unexpected error

Loading...