Reply to a review
reply_to_reviewCreate or replace the public reply to a review for a verified Google Business location. Directly address customer feedback by posting a concise response.
Instructions
Creates OR replaces the business's public reply to a review (PUT upsert — there is no separate create, and calling it again overwrites the previous reply). Only works on verified locations. Returns the ReviewReply {comment, updateTime}. Counts against the 10 edits/min per-profile cap. Reviews live only on the legacy v4 API (mybusiness.googleapis.com) — they were never migrated to v1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | Yes | The public reply text (plain text; keep it concise — very long replies may be rejected). | |
| reviewId | Yes | Review id (from list_reviews `reviewId` or `name`). | |
| accountId | Yes | Account id — bare "123" or "accounts/123". | |
| locationId | Yes | Location id — bare "456", "locations/456" or "accounts/1/locations/456". |