> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-sdk-add-methods-properties.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SendNotification methods

## <Badge color="yellow" size="lg" shape="rounded">Class</Badge> wandb.automations.SendNotification

## <Badge color="blue" size="lg" shape="rounded">method</Badge> SendNotification.from\_integration()

Define a notification action that sends to the given (Slack) integration.

```python theme={null}
integration: 'SlackIntegration', *,
title: 'str' = '',
text: 'str' = '',
level: 'AlertSeverity' = <AlertSeverity.INFO: 'INFO'>
```

##### Arguments

<ResponseField name="integration" type="SlackIntegration" />

<ResponseField name="title" type="str" />

<ResponseField name="text" type="str" />

<ResponseField name="level" type="AlertSeverity" />
