> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ethioreview.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Telegram notifications

> Receive new review alerts in your linked Telegram group.

When a review is **published** for your organization, EthioReview can push a formatted message to the linked Telegram group.

## Enable / disable

**Dashboard → Integrations → Telegram → Notifications toggle**

Or via API (authenticated dashboard session):

```http theme={null}
PATCH /api/v1/organizations/{organizationProfileId}/telegram
Content-Type: application/json

{ "enabled": true }
```

## Requirements

* Group status must be **CONNECTED**
* Notifications enabled in the dashboard or via API
* Your plan includes Telegram notifications (if gated on your account)

## Message content

Notifications typically include:

* Star rating and review title
* Reviewer display name
* Link to the review on EthioReview
* Organization context

<Note>
  Notifications are delivered by EthioReview-hosted infrastructure. No additional setup is required after linking your group and enabling the toggle.
</Note>

[Connect a group →](/integrations/telegram/connect-group)
