Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.03 KB

File metadata and controls

29 lines (17 loc) · 1.03 KB

ReviewWebhookReview

Review data shared by review.new and review.updated payloads.

Properties

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]

Enum: PlatformEnum

Name Value
GOOGLEBUSINESS "googlebusiness"