Interpolation keys make it easy to auto-populate information into an email that is unique to the reader. An example of a common interpolation key is Name.
Anyone who has ever sent an email broadcast has probably used the word name somewhere in the body and expected to fill in with the contacts name. This is called an Interpolation key or a Merge field.
Simplero offers you a few simple ways to auto-populate different information into the email:
The insert dropdown in the body editing menu
Creating your own
Below you’ll find instructions on how to use Insert options.
Select Marketing from your Simplero Dashboard
Select Email Broadcasts from the dropdown menu
Locate and click on the Broadcast name to edit the email body
On the Broadcast editor page, click the Content tab in the header.
In the menu for editing the body of a broadcast, email library email, or autoresponder, you’ll see the Insert icon (if you’re using the Legacy editor) or the { icon (if you’re using the New Simplero Editor).
When selected you’ll find a drop-down of preset commonly used Interpolation keys:
Once you select an option from the drop-down list, you will see code placed into the email. For example, in the image below the First Name was selected - and you can see in the email where their name will be placed as it says
NOTE! When using this feature...
If you select the first name and they have not registered with their name it will say reader by default - unless you’ve changed that in your Account Settings.
If you haven’t issued the user a Simplero ID and password, using those options won’t work either. This would happen if you connected a site to a list or product after they had already registered in which case in the content screen you will see a big orange button that says issue Simplero IDs. You will need to select that first.
The password will come through blank if they changed it.
When a new Simplero ID is automatically created for a user, we also auto-generate the password. That password can be emailed to the customer, as that's the only way they’ll know their password.
However, after that first auto-generated password, if they change it, it will then be stored in our database using a one-way encryption scheme called bcrypt. This is good security practice and is done to ensure that even if our database was to be compromised and some hacker get access to it (knock on wood), they wouldn't be able to read the passwords. They're stored this way so they're very hard to unencrypt. When you log in, we encrypt what you type using the same scheme, and test if the encrypted versions match.
Long story short: We don't know what someone's password is after they've changed it, so we can't include it in the emails.