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"
}


Was this article helpful?
0 out of 0 found this helpful