NotificationSetting interface
Configuration for notification.
Properties
emailOn
Send email notification to user on specified notification type
emailOn?: string[]
Property Value
string[]
emails
This is the email recipient list which has a limitation of 499 characters in total concat with comma separator
emails?: string[]
Property Value
string[]
webhooks
Send webhook callback to a service. Key is a user-provided name for the webhook.
webhooks?: {[propertyName: string]: WebhookUnion | null}
Property Value
{[propertyName: string]: WebhookUnion | null}