createReview( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Creates a review.

The createReview() function returns a promise that resolves to the created review.

This function requires a contactId.

If the review author does not have a contact ID, use createReviewAndContact().

If authorName is left empty, the member's name will be used. If the author is not a member, the field is left null.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Reviews
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
reviewReviewRequired

Review data.

Returns
Return Type:Promise<Review>
Was this helpful?
Yes
No