Review data shared by review.new and review.updated payloads.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Platform review ID (e.g. "accounts/123/locations/456/reviews/789" for Google Business). | |
| platform | PlatformEnum | Platform the review originated on. Currently Google Business Profile only. | |
| rating | Integer | Star rating the reviewer gave. | |
| text | String | Review text content. May be empty if the reviewer left only a rating. | |
| reviewer | ReviewWebhookReviewReviewer | ||
| createdAt | OffsetDateTime | ||
| hasReply | Boolean | Whether the connected account has replied to this review. | |
| reply | ReviewWebhookReviewReply | [optional] |
| Name | Value |
|---|---|
| GOOGLEBUSINESS | "googlebusiness" |