Skip to main content
Version: Next

ReportRecipient

recipient_config_json object
bccTargetstring
ccTargetstring
targetstring
typestringrequired

The recipient type, check spec for valid options

Possible values: [Email, Slack, SlackV2]

ReportRecipient
{
"recipient_config_json": {
"bccTarget": "string",
"ccTarget": "string",
"target": "string"
},
"type": "Email"
}