onReviewPublished( )


Notes:

Triggered when a review's moderation status is set to APPROVED.

Permissions
Manage Reviews
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: ReviewPublishedEnvelope): void | Promise<void>

JavaScript
Did this help?