Skip to main content

Notification Channel

Specification

{
"channelType": "<string>",
"to": "<string>"
}

Structure values

Field NameTypeDescriptionRequiredDefault
channelTypeStringSupported values: EmailRequired
toStringEmail address to send notification.Magpie Username

Example

{
"channelType": "Email",
"to": "my_email_address@test.com"
}