> For the complete documentation index, see [llms.txt](https://resources.atriptech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.atriptech.com/popular-topics/notification/notification-subscription.md).

# Notification Subscription

The Notification Subscription feature on ATRIP allows you to self-configure and subscribe to business notifications across multiple channels — including Email, Webhook, Slack, and Microsoft Teams. This gives you flexibility and control over how your team receives important updates from Atlas.

Path: **ATRIP → Profile → My Profile → Notification**&#x20;

ATRIP Permission: **Admin**

{% hint style="info" %}
Note: Following airlines is required to receive **Airline Status** notifications. To follow an airline, go to [Airline Directory](https://atriptech.com/#/airline/list) and click the star icon in the Follow column. You will only receive airline status alerts for airlines you have followed.&#x20;
{% endhint %}

#### **Email Notification**

There are five types of email notifications that can be configured:

* Ticketing Delay&#x20;
* Airline Status&#x20;
* Emails from Airline (Flight Change-related)&#x20;
* Refund Success and Rejection&#x20;
* BYOA Account Notice&#x20;

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

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

* Path: **Profile → My Profile → Notification → Email tab**
* Set up to 10 email addresses as recipients for your preferred email notification types by clicking **Edit** on Email Configuration.

#### **Webhook Notification**

There are five types of webhook notifications that can be configured:

* Airline Status&#x20;
* Ticketing Completion&#x20;
* Incident Notification via API and Airline Emails&#x20;
* Emails from Airline&#x20;
* Refund Status

<figure><img src="/files/7C0XAW905CgHhJHZA6dh" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/5A6u1blRER9Z4ceHDT6h" alt=""><figcaption></figcaption></figure>

* Path: **Profile → My Profile → Notification → Webhook tab**&#x20;
* Enter or update your Webhook URL.&#x20;
* Select the types of notifications you wish to receive via webhook.&#x20;
* Click Save Configuration when you are done.&#x20;

For technical details, please refer to the [API Document](https://resources.atriptech.com/api-document/) section for webhook API documentation.

#### Slack Notification

Currently, there is one type of notification that can be configured. Additional notification types may be added in the future.&#x20;

* Airline Status&#x20;

<figure><img src="/files/1KkTnLninIkhOKQUd1k3" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Prerequisite: The **Eva-System/Technical Support App must be added to your target Slack channel before completing setup**. In your shared Slack channel with Atlas, check if you could mention @Eva-System/Technical Support. If it’s available, it means that your Account Manager has installed it for you. You can proceed to configure your Slack channel to receive Airline Status notification. If you face any difficulties, contact your Account Manager.
{% endhint %}

* Path: **Profile → My Profile → Notification → Slack tab**&#x20;
* Click **How to get it** to view the step-by-step configuration guide built into the page.&#x20;
* Follow the instructions to connect your Slack channel.&#x20;
* Click Save Configuration to save your settings.&#x20;
* Click Send Test Notification to confirm your channel is receiving alerts correctly.

#### Microsoft Teams Notification

Currently, there is one type of notification that can be configured. Additional notification types may be added in the future.&#x20;

* Airline Status

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

There are no prerequisites required to configure Microsoft Teams notifications.&#x20;

* Path: **Profile → My Profile → Notification → Teams tab**
* Click **How to get it** to view the step-by-step configuration guide built into the page.&#x20;
* Follow the instructions to connect your Teams chat.&#x20;
* Click Save Configuration to save your settings.&#x20;
* Click Send Test Notification to confirm your channel is receiving alerts correctly.&#x20;

You can enable multiple notification channels simultaneously. There is no requirement to configure all channels — set up only what fits your team's workflow.


---

# 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://resources.atriptech.com/popular-topics/notification/notification-subscription.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.
