class SendNotification
Defines an automation action that sends a (Slack) notification.
method SendNotification.__init__
integration_id
(str): The ID of the Slack integration that will be used to send the notification.title
(str): The title of the sent notification.message
(str): The message body of the sent notification.severity
(AlertSeverity): The severity (INFO
,WARN
,ERROR
) of the sent notification.action_type
(Literal[NOTIFICATION]):
SendNotification
object.