Event: Review Published

This event is part of a premium add-on for ShopMagic: Review Requests.

Description

This event is triggered when a new WooCommerce product review is published. If a customer leaves multiple reviews on the same product the automation will run every time.

review-published-woocommerce-event

Placeholders

This event supports the following placeholders:

  • {{ customer.name }} - displays the reviewer name
    • for registered users, it displays the name from the user account
    • for guests it displays the name entered with a review
  • {{ customer.first_name }} - displays the reviewer first name
    • for registered users, it displays the first name from the user account
    • it is not supported for guests
  • {{ customer.last_name }} - displays the reviewer last name
    • for registered users, it displays the last name from the user account
    • it is not supported for guests
  • {{ customer.email }} - displays the reviewer first name
    • for registered users, it displays the email from the user account
    • for guests it displays the email entered with a review
  • {{ customer.phone }} - displays the reviewer first name
    • for registered users, it displays the phone from the user account
    • it is not supported for guests
  • {{ product.id }} - displays the ID of the reviewed product
  • {{ product.name }} - displays the name of the reviewed product
  • {{ product.link }} - displays the link of the reviewed product
  • {{ product.meta }} - displays the custom field of the reviewed product
  • {{ review.content }} - displays the content of the review
  • {{ review.rating }} - displays the rating of the review
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us