GitHub sourceDocumentation 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
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.message(str): The message body of the sent notification.severity(AlertSeverity): The severity (INFO,WARN,ERROR) of the sent notification.title(str): The title of the sent notification.action_type(Literal[NOTIFICATION]):
SendNotification object.