Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 992 Bytes

NotificationChannel.md

File metadata and controls

30 lines (18 loc) · 992 Bytes

NotificationChannel

A Notification Channel

Properties

Name Type Description Notes
id String A UUID. [optional] [readonly]
notificationProfileId String A UUID reference to the associated Notification Profile. [optional]
channelTypeId ChannelTypeIdEnum A Channel Type ID [optional]
channelDestination String The destination associated with the channel type. [optional]
createdAt OffsetDateTime ISO 8601 formatted date indicating when the resource was created. [optional] [readonly]
updatedAt OffsetDateTime ISO 8601 formatted date indicating when the resource was updated. [optional] [readonly]

Enum: ChannelTypeIdEnum

Name Value
SMS "sms"
VOICE "voice"
EMAIL "email"
WEBHOOK "webhook"