Skip to main content

class wandb.automations.SendNotification

Defines an automation action that sends a (Slack) notification.

Args

  • integration_id: The ID of the Slack integration that will be used to send the notification.
  • text: The message body of the sent notification.
  • level: The severity (INFO, WARN, ERROR) of the sent notification.
  • title: The title of the sent notification.
  • action_type:

Methods

method SendNotification.from_integration()

Define a notification action that sends to the given (Slack) integration.
Arguments
  • integration:
  • title:
  • text:
  • level: