NotificationSetting interface
通知的配置。
属性
email |
在指定的通知类型上向用户发送电子邮件通知 |
emails | 这是电子邮件收件人列表,限制为 499 个字符的总 concat 和逗号分隔符 |
webhooks | 将 Webhook 回调发送到服务。 密钥是 Webhook 的用户提供的名称。 |
属性详细信息
emailOn
在指定的通知类型上向用户发送电子邮件通知
emailOn?: string[]
属性值
string[]
emails
这是电子邮件收件人列表,限制为 499 个字符的总 concat 和逗号分隔符
emails?: string[]
属性值
string[]
webhooks
将 Webhook 回调发送到服务。 密钥是 Webhook 的用户提供的名称。
webhooks?: {[propertyName: string]: WebhookUnion | null}
属性值
{[propertyName: string]: WebhookUnion | null}