> For the complete documentation index, see [llms.txt](https://docs.tonic.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonic.ai/fabricate/workspaces/workspace-notification-destinations.md).

# Configuring notification destinations for a workspace

When a workflow job completes, fails, or is canceled, or is canceled, Fabricate sends a notification to the enabled notification destinations.

Notification destinations include email addresses, Slack webhooks, and Microsoft Teams webhooks.

### Viewing the list of notification destinations <a href="#destination-view-list" id="destination-view-list"></a>

On the workspace settings page, the **Notifications** section displays the list of notification destinations.

<figure><img src="https://4109733485-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmoU4gTR9LxlzHeWmQCUZ%2Fuploads%2Fmko9guMs68KEwBHANO0F%2FWorkspace_Notifications.png?alt=media&amp;token=8ac579dc-5e0c-4ad9-9443-9a2dc21785e7" alt=""><figcaption><p>Notifications list that contains the workspace notification destinations</p></figcaption></figure>

For each destination, the list includes:

* The name of the notification destination.
* The type of destination (email, Slack, or Teams).
* A description of the destination.
* Whether the destination is currently enabled.
* When the destination most recently received a notification.

### Creating a notification destination <a href="#destination-create" id="destination-create"></a>

To create a notification destination:

1. On the workspace settings, under **Notifications**, click **Add destination**.

<figure><img src="https://4109733485-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmoU4gTR9LxlzHeWmQCUZ%2Fuploads%2FveZB8IRzlvBWYSFR4FAf%2FNotifications_AddDestination.png?alt=media&amp;token=48dcf120-05e6-4768-8df0-ba436d485517" alt=""><figcaption><p>Add Notification Destination panel to add a notification destination to a workspace</p></figcaption></figure>

2. In the **Name** field, provide a name for the destination.
3. From the **Provider** dropdown list, select how the notification is delivered. The options are:
   * Email
   * Slack
   * Microsoft Teams
4. Provide the notification details.
   * For email, the email address that receives the notification.
   * For Slack, the [webhook URL](https://docs.slack.dev/messaging/sending-messages-using-incoming-webhooks/).
   * For Microsoft Teams, the[ webhook URL](https://support.microsoft.com/en-us/workflows/send-messages-in-teams-using-incoming-webhooks).
5. To have Fabricate send notifications to this destination, make sure that **Enabled** is toggled to the on position.
6. Click **Save**.

Fabricate sends a test notification to the destination.

### Editing a notification destination <a href="#destination-edit" id="destination-edit"></a>

To change the configuration of a notification destination:

1. In the destinations list, click the edit icon for the destination.
2. On the details panel, update the destination configuration.\
   \
   You cannot change the destination provider.
3. Click **Save**.

### Disabling and enabling a notification destination <a href="#destination-disable-enable" id="destination-disable-enable"></a>

In the destinations list, the **Enabled** column indicates whether the destination is currently enabled.

To enable the destination, toggle **Enabled** to the on position.

To disable the destination, toggle **Enabled** to the off position.

### Sending a test notification to a destination <a href="#destination-test" id="destination-test"></a>

To test the notification destination, in the destinations list, click the test notification icon for the destination.

### Deleting a notification destination <a href="#destination-delete" id="destination-delete"></a>

To delete a notification destination:

1. In the destinations list, click the delete icon for the destination.
2. On the confirmation panel, click **Delete**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tonic.ai/fabricate/workspaces/workspace-notification-destinations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
