> ## 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.

# Collect reviews in Telegram

> Post review collection links to your Telegram group.

## In Telegram (group admin)

After the group is connected, a group admin runs:

```
/collect
```

The bot posts inline buttons with a review collection link. Customers tap **Leave a review** and complete the flow on the EthioReview website.

## What you get

Each collection response includes:

| Field              | Description                                        |
| ------------------ | -------------------------------------------------- |
| `reviewUrl`        | Touchpoint hub URL with `via=telegram` attribution |
| `organicReviewUrl` | Direct organic review page                         |
| `qrImageUrl`       | QR code for the touchpoint                         |
| `touchpointToken`  | Token for analytics                                |

## Dashboard API (optional)

If you automate setup from your own admin tools, fetch a collection link for a connected group:

```http theme={null}
GET /api/v1/organizations/{organizationProfileId}/telegram/collection-link
Authorization: Bearer <session>
```

Requires an authenticated dashboard session for your organization.

<Note>
  Telegram linking and `/collect` are handled by EthioReview-hosted infrastructure. Use the dashboard or bot commands — no self-hosted bridge is required for standard integrations.
</Note>

[Review notifications →](/integrations/telegram/notifications)
