Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.