Using mailshots in Linnworks allows you to send custom emails to customers from the Open Orders screen. You can configure the emails to send late shipment details, inform customers of promotions related to the items they’ve brought and much more.
To configure your mailshot emails
Double-click either ”Late shipping communication” or “Customer mailshot to open orders” to open up the Email Template Editor.
The mailshot Emails are very customisable and flexible, allowing you to present a wide range of Order and buyer information. You can use the Data Inserts, Iterations and Evaluation expressions to display most information related to an order and show it in the way you want it to appear.
Data Inserts are variables related to the order. You can use these to show buyer information, order details, shipping services and order item details. For example you can insert the Reference Number data insert to display the Order Reference for any given order when you send an email:
Reference: [{ORDER.REFERENCENUM}]
These are used in conjunction with Data Inserts in order to display information for each Order Item. You could use the following to display the Item number, item title and order quantity for every item in the order:
FOREACH(OrderItems)<
[{ORDERITEMS.ITEMNUMBER}] - [{ORDERITEMS.ITEMTITLE}] x [{ORDERITEMS.QUANTITY}] >
Evaluations can be used to programmatically define output. For example you can evaluate a data insert and output conditional text if the evaluation returns true or false. The following example returns a thank you message that evaluates the order source and returns the relevant message.
EVAL<IIF["[{ORDER.SOURCE}]"="EBAY","Thank you for buying from our eBay store","Thank you for buying from our store"]>
Once you have composed your email template you can preview it using either a dummy order or by passing in an orderID. When you are happy with your email, click the save button. You can set up multiple mailshot templates by clicking the Add New button. You can then set up different evaluation conditions for each template.
The following example shows one way that custom mailshots can be used to interact with buyers once they have placed an order:
You sell batteries as well as electronic items that are supplied without batteries. Using the Stock Items filter on the open orders screen you can view all orders that have Electronic items in. If you have a separate category for Batteries you can right click on this filter to then view all orders that contain electronic items but not batteries. You can then select all these orders and send a custom mailshot to all buyers asking if they’d like to purchase batteries as well.
It is possible to define a custom mail shot with a name so that the mail can be easily selected from Open Orders
To create the new Custom Mailshot
To use the new Custom Mailshot (In this example Batteries)