Skip to main content

Dashboard steps

1

Open Integrations → Telegram

Navigate to your organization’s integration settings in the EthioReview dashboard.
2

Generate link code

Click Generate link code. The API creates a short-lived code and optional Add to group deep link.
POST /api/v1/organizations/{organizationProfileId}/telegram/link-code
3

Add the bot to your group

Add @YourEthioReviewBot to the Telegram group (must be admin-capable for /collect).
4

Connect

In the group, send:
/connect YOUR_LINK_CODE
Or use the Add to group URL from the dashboard (handles /start payload automatically).
5

Verify status

Dashboard shows CONNECTED with chat title and chat ID.
GET /api/v1/organizations/{organizationProfileId}/telegram
FieldDescription
linkCodeCode for /connect
linkCodeExpiresAtExpiration time
addToGroupUrlTelegram deep link with embedded code
instructionsHuman-readable steps
DELETE /api/v1/organizations/{organizationProfileId}/telegram

Disable notifications only

PATCH /api/v1/organizations/{organizationProfileId}/telegram
{ "enabled": false }
Collect reviews →