onReviewCreated( )


Notes:

Triggered when a review is created.

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

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

JavaScript
Did this help?