A Notification Channel
| 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] |
| Name | Value |
|---|---|
| SMS | "sms" |
| VOICE | "voice" |
| "email" | |
| WEBHOOK | "webhook" |