NotificationSettings interface
排程的通知設定。
屬性
| email |
要傳送通知的電子郵件收件者(可以是分號分隔電子郵件地址的清單)。 |
| notification |
傳送通知時要使用的地區設定(不支援語言的後援為 EN)。 |
| status | 如果此排程已啟用通知(亦即已啟用、已停用)。 |
| time |
在事件傳送通知前幾分鐘的時間。 |
| webhook |
將傳送通知的 Webhook URL。 |
屬性詳細資料
emailRecipient
要傳送通知的電子郵件收件者(可以是分號分隔電子郵件地址的清單)。
emailRecipient?: string
屬性值
string
notificationLocale
傳送通知時要使用的地區設定(不支援語言的後援為 EN)。
notificationLocale?: string
屬性值
string
status
如果此排程已啟用通知(亦即已啟用、已停用)。
status?: string
屬性值
string
timeInMinutes
在事件傳送通知前幾分鐘的時間。
timeInMinutes?: number
屬性值
number
webhookUrl
將傳送通知的 Webhook URL。
webhookUrl?: string
屬性值
string