reviews_ai__draft_response
Fetches a single customer review and prompts you to draft a response. Returns review data only without posting, so you can review and approve before submitting.
Instructions
Fetch one customer review and return it with an instruction for you to draft a reply — no separate API key needed, you write the text. Returns data only — never posts. Review the draft, then post it yourself with customer_review_responses__create if you approve it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tone | No | Optional tone guidance, e.g. "apologetic", "brief", "enthusiastic". | |
| review_id | Yes | Customer review ID (from apps__customer_reviews__list). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| review | Yes | Raw review fields from Apple: id, rating, title, body, territory, createdDate, and any others Apple returns. | |
| characterLimit | Yes | Apple's hard limit, in characters, for a developer response. |