Specification
{
"name": "<string>",
"channel": <notification channel spec>
}
Structure Values
Field Name | Type | Description | Required | Default |
|---|---|---|---|---|
name | String | The name of the notification subscription | Auto-generated based on channel type | |
channel | Provides information about where to send notification. | Required |
Example
{
"channel": {
"channelType": "Email",
"to": "my_email_address@test.com"
}
}