GitHub sourceDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-update-training-api-26.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
class SendNotification
(Slack)通知を送信する オートメーション アクションを定義します。
method SendNotification.__init__
integration_id(str): 通知の送信に使用される Slack インテグレーション の ID。title(str): 送信される通知のタイトル。message(str): 送信される通知のメッセージ本文。severity(AlertSeverity): 送信される通知の重要度(INFO,WARN,ERROR)。action_type(Literal[NOTIFICATION]):
SendNotification オブジェクト。