Question on abandoned carts

Hello,
Greetings of the day,
I have a doubt regarding Abandoned cart ,I have created a table named abandoned_cart in mautic database and have added some data in that table, here I want to use that table data in email template,
Please let me know is this possible , if possible plz provide the idea.
Thanks for your time and consideration,
Pranay,

Mautic will not read from this table unless you go into the code and add the specific details and methods for calling this table.

If you want to do this, the best way about it is to go in Custom Fields and created the fields inside there, this will create the fields in the table leads and then you can call these values from your email with {contactfield=whatever_your_custom_field_is}

1 Like