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