# Notifications

### Email Notifications

Receive **timely updates** about your running jobs **directly in your inbox**. 📥

Notifications can be configured to be sent on different **triggers**: **on-success**, **on-failure**, **on-cancel**, or **on-delay**.

This feature is available for all jobs that can be **scheduled with Autorun**, i.e., in [Pipelines ](broken://pages/8cigMBEym5xD0L9hN22T), [transforms](/product/transforming-your-data/sql-transform.md), [models](/product/analysing-your-data/data-models.md), [reports](/product/analysing-your-data/reports.md), and [dashboards](/product/analysing-your-data/dashboards.md).

To set up a notification, navigate to the **Autorun Page**.

🖱 Click on the Notification tab in the bottom half of the page. Already-set notifications are listed here.

🖱To add a new notification, click on "**+ Add notification**".

<figure><img src="/files/j2yomSWiPVJ90GwAeWYB" alt=""><figcaption></figcaption></figure>

Fill in the form on the modal, configuring the notification:

* Choose the **trigger** from the options: on\_success, on\_failure, on\_cancel, or on\_delay.
* In the notification type, select **email**.:e-mail:&#x20;
* Specify the **users or groups to be notified** about the job completion in the '**To**' field.
* The subject tab is where the **email subject line** of the notifications can be specified; this helps in easy identification of the email.
* 🖱Click on **Create**, and voila!

The email notification is **live**. It keeps track of the progress of jobs and notifies you in case of trigger events.

<figure><img src="/files/gpTI8g75ln97IeZGhvfi" alt=""><figcaption></figcaption></figure>

### Slack Notifications

Sprinkle also delivers notifications to your **Slack channels**. Slack integration can easily be setup by **admin users**.

Navigate to **Admin** -> **Integrations,** :mouse\_three\_button:Click on **Add to Slack.**

<figure><img src="/files/arEvKR18wpdj7Se4BvBW" alt=""><figcaption><p>Slack integration</p></figcaption></figure>

Select the workspace on the top right corner before establishing the permissions, and after reviewing it, click on **Allow**.

![Slack: Allow Permissions](/files/liNL5LaY9tuykK5Isr4w)

Once configured, the notifications can be set for any job running on Sprinkle.

Follow similar steps as in the case of email notification above.

* :mouse\_three\_button:Open the **Autorun** Page for any of the entities from the three dots on the top-right side. Click "**+ Add notification**".
* :mouse\_three\_button:Select Notification Type as **Slack.**&#x20;
* Select Slack Channels to send notifications, and create new Slack channels if necessary.
* 🖱Click on Create, Voila!✨

The Slack notifications are live! 🎉🚀


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sprinkledata.com/product/managing-schedules-and-data-refreshes/notifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
