Email notification to call center about expensive abandoned cart

Published July 11, 2022
Modules
Difficulty
Selected Clients
mediaexpert logo

You can alert your call center when a customer doesnโ€™t complete a purchase of high value. Send an email alert with their contact details, the products from their abandoned cart and some personalized recommendations for the customer. After your call center receive the email alert, they can contact the customer directly and convince them to finish their purchase.

This use case describes how to prepare an automated workflow that is triggered by customer adding products to a cart exceeding specified value. In response, the workflow sends an email alert to your call center with products that the customer abandoned in the cart and contact data of this customer such as phone number after 48 hours, if they have not made a purchase. One of the challenges addressed in this use case is the use of Email Alert node.

Prerequisites


Prepare a workflow


Create a workflow which sends an email alert to your call center, after a customer abandons their shopping cart with value exceeding a specific amount. Optionally, you can add additional nodes, depending on your business needs.

  1. Go to Automation icon Automation > Workflows > New workflow.
  2. Enter the name of the workflow.

Define the Profile Event trigger node


At this stage, we will configure conditions that launch the workflow. As a trigger, we will use the product.addToCart event.

  1. As the first node of the workflow, add Profile Event. In the configuration of the node:
    1. From Choose event dropdown menu, choose product.addToCart event.
    2. Click the + where button, from the Choose parameter dropdown menu, choose product:price:amount.
    3. From the Choose operator dropdown, choose Number, and then select More or equal to.
    4. In the next field, type the price amount of the items.
  2. Confirm by clicking Apply.
Configuration of the Profile Event node
Configuration of the Profile Event node

Configure the Event Filter node


This node will set the workflow to wait for 48 hours for customer conversion (product.buy). If the purchase occurs, then the workflow ends. If it doesn’t happen, the workflow moves on because the customer meets the abandoned cart scenario. This setting is just an example and can be configured according to your business needs.

  1. As the next node, add Event Filter. In the configuration of the node:
    1. In the Check field, from the dropdown menu choose for period of time.
    2. Set the time range. In our case, it is 48 hours.
    3. In the Define conditions section, from the Choose event dropdown menu, choose product.buy event.
    4. Click the + where button and from Choose parameter dropdown menu, choose product:price:amount.
    5. From the Choose operator dropdown, choose Number, and then select More or equal to.
    6. In the next field, type the price amount of the items, the same as in the previous step.
  2. Confirm by clicking Apply.
  3. For the Matched path, add the End node.

Configure the Email Alert node


  1. To the Not matched path, add Email Alert. Configure according to your business needs.
  2. Define Content:
    1. In the Template for content field, select an alert email template prepared earlier.
    2. In the Subject field, enter your message subject.
  3. In the Recipent section, create a list of call center recipients of the alert email.
  4. Confirm by clicking Apply.
Important: You need to enrich your email template with customer’s contact data and with the data of the product from their abandoned cart. Use customer attributes inserts to enrich template with customer’s information such as phone number, email address etc. Use automation inserts to insert the product the customer abandoned in their cart.
Tip: You can also include 5 last seen products by this customer, and 5 products from personalized recommendations. Check this use case for inspiration.

Add the finishing node


  1. Add the End node.

  2. In the upper right corner, click Save & Run.

    The workflow configuration
    The workflow configuration

Check the use case set up on the Synerise Demo workspace


You can also check the workflow configuration directly in Synerise Demo workspace.

If you don’t have access to the Synerise Demo workspace, please leave your contact details in this form, and our representative will contact you shortly.

Read more


๐Ÿ˜•

We are sorry to hear that

Thank you for helping improve out documentation. If you need help or have any questions, please consider contacting support.

๐Ÿ˜‰

Awesome!

Thank you for helping improve out documentation. If you need help or have any questions, please consider contacting support.

Close modal icon Placeholder alt for modal to satisfy link checker