Notification Channel
Specification
{
"channelType": "<string>",
"to": "<string>"
}
Structure values
| Field Name | Type | Description | Required | Default |
|---|---|---|---|---|
| channelType | String | Supported values: Email | Required | |
| to | String | Email address to send notification. | Magpie Username |
Example
{
"channelType": "Email",
"to": "my_email_address@test.com"
}