class SendNotification
Définit une action d’automatisation qui envoie une notification (Slack).
méthode SendNotification.__init__
integration_id(str): L’ID de l’intégration Slack utilisée pour envoyer la notification.message(str): Le contenu du message de la notification envoyée.severity(AlertSeverity): Le niveau de gravité (INFO,WARN,ERROR) de la notification envoyée.title(str): Le titre de la notification envoyée.action_type(Literal[NOTIFICATION]):
SendNotification.