Slack
Send alert notifications to a Slack channel as formatted block messages with review details, star rating, app name, and a direct link to the review in the store.Create a Slack webhook
In your Slack workspace, go to Settings & administration > Manage apps > Incoming Webhooks and create a new webhook. Choose the channel where you want alerts to appear.
Copy the webhook URL
Slack generates a URL that looks like
https://hooks.slack.com/services/T.../B.../.... Copy it.Add the destination in AppReply
Go to Alerts > Destinations, click Add destination, select Slack, and paste your webhook URL. Give it a name like “eng-alerts” so you can identify it later.
Discord
Send alert notifications to a Discord channel as rich embeds with color coding based on the review rating.Create a Discord webhook
In your Discord server, right-click the target channel and select Edit Channel > Integrations > Webhooks. Click New Webhook.
Copy the webhook URL
Click Copy Webhook URL. The URL looks like
https://discord.com/api/webhooks/....Add the destination in AppReply
Go to Alerts > Destinations, click Add destination, select Discord, and paste your webhook URL.
Telegram
Connect a Telegram chat or group to receive HTML-formatted alert messages through the AppReply bot.Start the connection
Go to Alerts > Destinations, click Add destination, and select Telegram. AppReply generates a deep link.
Open the link in Telegram
Click the deep link, which opens Telegram and connects your chat or group to the AppReply bot. Press Start in the Telegram chat to complete the connection.
Microsoft Teams
Send alert notifications to a Microsoft Teams channel via an Incoming Webhook connector.Create a Teams webhook
In your Teams channel, click the … menu and select Connectors (or Workflows, depending on your Teams version). Add an Incoming Webhook connector and give it a name.
Add the destination in AppReply
Go to Alerts > Destinations, click Add destination, select Microsoft Teams, and paste your webhook URL.
Custom webhook
Send raw JSON payloads to any HTTP endpoint. This is useful for integrating with internal tools, logging systems, or automation platforms like Zapier and Make.Enter your endpoint URL
Go to Alerts > Destinations, click Add destination, select Custom webhook, and enter the URL of your endpoint.
Payload format
AppReply sends aPOST request with the following JSON body:
translated_text field is included only when the alert rule has translation enabled. The is_update field indicates whether the review is an edit of a previous review, and previous_rating contains the old rating if it changed.
Retry logic
If your endpoint returns a non-2xx status code or the request times out, AppReply retries the delivery. Failed attempts are logged in the Activity tab with error details.Alerts
Create rules and manage alert conditions
Review feed
Filter and manage your reviews