Sometimes your customers will leave something in their shopping cart and will forget to purchase it. It happens to us all; we easily get distracted by fluffy animals. That's why sending a friendly email reminder is the best thing for you and your customers.
#1 Map your data
- Drag and drop the API Entry block.
- Click Start mapping to map your data. To make an API call, copy and paste the flow ID and the block ID.
- Manage your mapping. Connect your data with the correct Loopify fields. Don't forget to add the products data as a new campaign field and then map the line fields.
#2 Select your email
- Drag and drop the Email block and connect it to the mapped API block.
- Copy your abandoned card newsletter to your flow. The newsletter will have a products module with a call to action button that will lead them directly to finish their purchase.
Note! This products module is not a part of a template, but it is a system module that appeared in the newsletter after the successful mapping of the API entry block and you will find it as the last module in the module library.
Here is a sample API object we used in the Shopify integration:
{ "firstName": "Jon", "lastName": "Doe", "email": "jon.doe@loopify.com", "mobile": "+4740088500", "Products": [ { "ProductName": "Surfsup - 8'2 Longboard - 50.5L - Yellow Lizard", "Price": 3400.00, "Image": "https://cdn.shopify.com/s/files/1/0105/3795/9482/products/Wood_1024x1024@2x.png?v=1528298548", "Shoplink": "https://sportify-uk.myshopify.com/10537959482/checkouts/1dfc1e45636ba9f0c9d1bb0c8b425922/recover?key=7668b48c15f26d6f56582da4a6f0b509", "Description": "This model is designed to be ridden as a straight twin with no effort required to generate speed. It has more hold and control than your traditional twin fin designs." } ] }
And that's it! Each customer will receive this email with the products that they have left in their cart on your website. A useful reminder is sometimes all that we need.
Comments
0 comments
Please sign in to leave a comment.