> For the complete documentation index, see [llms.txt](https://help.tillit.cloud/tillit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tillit.cloud/tillit/knowledge-base/setting-up-tillit/integrations/notifications.md).

# Notifications

TilliT offers a powerful notifications feature that enables users to stay up-to-date with critical events and updates in their production process. Notifications can be sent through a variety of different methods, including on-screen, SMS, and email.

To set up notifications, users must first create a user channel. This provides information about where the notification will be sent, such as an email address or mobile phone number. Once the user channel is created, users can set up a subscription, which is a trigger for when the notification will be sent. For example, a common notification is to alert a manager when a quality check retest has been failed. See the following articles for setup instructions.

{% content-ref url="/pages/QoETmkFcvLV9qIinWkPW" %}
[User Subscriptions](/tillit/knowledge-base/users/manage/user-subscriptions.md)
{% endcontent-ref %}

{% content-ref url="/pages/DF655nnc7N6yqXRNrrVq" %}
[User Channels](/tillit/knowledge-base/users/manage/user-channels.md)
{% endcontent-ref %}

## On Fail Integration Event

TilliT includes an **On Fail Integration Event Type** that fires when an integration encounters a failure. This event can be used to trigger downstream actions — such as alerting a team or logging the failure — whenever an integration does not complete successfully.

To use this event, configure it as a trigger on your integration. When a failure occurs, the event fires and executes any configured actions.


---

# 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://help.tillit.cloud/tillit/knowledge-base/setting-up-tillit/integrations/notifications.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.
