> ## Documentation Index
> Fetch the complete documentation index at: https://domoinc-openapi-sync-dataflows.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Setting Notifications in Workbench 5

export const InlineImage = ({src, alt = '', height = '1.6em'}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: 'inline',
    verticalAlign: 'start',
    height: height,
    margin: '0'
  }} />;
};

You can configure Workbench to allow users to be notified via email when a DataSet job is completed, either successfully or unsuccessfully. You do this in the **Notifications** subtab for a given DataSet job. This lists all of the users on your Domo server with their roles and the email addresses to which notifications will be sent. For each user, **Notify on Success** and **Notify on Error** boxes are available. For any given user, you can select one box, both boxes, or leave both blank (in which case no notifications are sent).

<Frame>
  <img alt="wb5_job_notifications.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/wsUUuFj2iQGL8oiS/images/kb/ka05w00000123sE-00N5w00000Ri7BU-0EM5w000005vPNn.png?fit=max&auto=format&n=wsUUuFj2iQGL8oiS&q=85&s=41b1cc97a2b2dd437329f7b67be998fd" width="800" height="449" data-path="images/kb/ka05w00000123sE-00N5w00000Ri7BU-0EM5w000005vPNn.png" />
</Frame>

**To set notifications for a Workbench job,**

1. Click the
   <InlineImage src="/images/kb/ka05w00000123sE-00N5w00000Ri7BU-0EM5w000005vPOU.png" /> icon in the left-hand icon bar.
2. Open the job you want to set notifications for.
3. Click
   **Notifications**.
4. Locate the user in the list you want to set notifications for.
5. Check the desired box(es).
6. Click "X" to close the dialog.
