reply_to_review
Post a public developer reply to a Google Play user review using the review ID from list_reviews. Updates existing replies and manages review responses within the Play Console.
Instructions
Post a public developer reply to a user review. Replies are limited to 350 characters and are shown publicly on the Play Store under the review. Replying to a review that already has a reply edits the existing reply; the user is only notified about the first reply. Get review IDs from list_reviews.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| review_id | Yes | Review ID as returned by list_reviews | |
| reply_text | Yes | Public reply text, max 350 characters (Google Play limit) | |
| package_name | No | App package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME) |