Events
- Junip: Order Fulfilled
- Junip: Order Targeted By Campaign
- Junip: Review Created
Order Event Variables
- first_name - the first name of the customer that placed the order
- last_name - the last name of the customer that placed the order
- order_line_item_1_name - the name of the line item
- order_line_item_1_review_url - the authorized URL that allows a customer to leave a review on this product before the other products in this order
- order_review_url - the authorized URL that the customer can use to leave a review on products from the order
Note that an event can contain up to 2 line items. For example, you can access the name of the 2nd line item using the `order_line_item_2_name` variable.
Review Event Variables
- first_name - the first name of the customer that wrote the review
- last_name - the last name of the customer that wrote the review
- review_body - the main content of the review
- review_rating - the rating out of 5
- review_state - the state of the review (pending, approved, or rejected)
- review_title - the title of the review