welcome to the family!

- Guides For You
- Guides For You
- Lists + Contacts
- Site
- Communication
- Products
- Content
- Automation
- Marketing
- Settings
- International Business Guides
- Troubleshooting Guides
- Can't access the content they purchased?
- Email Shows "Read" But not "Delivered"
- Trouble Shooting Stripe payment issues
- Troubleshooting Email Addresses
- Trouble shooting opt-in form issues
- Why my E-mail not being delivered?
- CSV file not importing
- Troubleshooting Forum Notifications
- Trouble Shoot price issues
- Debug a Facebook Share
- When PayPal Payments Don't Get through to Simplero Even Though They're Paid in PayPal
- My Customers QuickPay Transaction Didn’t Register in Simplero?
- Deprecated Features
- Other
- Simplero in Denmark
- Guides for your customers
- Guides for your customers
- Forgot Your Password or User ID
- Your Account Page
- Updating your email address
- Accessing a Membership Site
- Managing Payment for a Purchase
- Accessing an Opt-in from a List I joined
- Accessing a Product I Purchased
- Denied access to a space you purchased or subscribed to
- Managing an email Subscription
- Accessing updating completed worksheets in Simplero
- Viewing Receipts for Purchases
- Affiliate Accounts
- Your Profile
- Password Security
- Merge multiple Simplero IDs to one
- Podcast Feature
- Managing Notifications in a Space
- Viewing Your Space Activity
- Accessing a Web Archive of Emails
- Taking a quiz
- Membership Site Notifications
- Natural Entrepreneur
Insert option for broadcasts
Interpolation keys make it easy to autopopulate 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. That is called an interpolation key.
Simplero offers you a few simple ways for auto-populating different information into the email
- The insert drop down in the body editing menu
- Creating your own
Below you will find instructions on how to use both options.
Insert drop down
In the menu for editing the body of a broadcast, email library email, or autoresponder, you will see the option to "Insert". When selected you will find a drop down of preset commonly used interpolation keys.
Once you select an option from the list you will see code placed into the email. For example in the image above First Name was selected and you can see in the email where their name will be placed as it says {{firstname}}
A couple of things to note when using this feature...
1. If you select first name and they have not registered with their name it will say reader by default unless you have changed that in your account settings
2. If you have not issued the user a Simplero ID and password using those options will not work either. This would happen in the case you connected a space 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.
3. The password will come through blank if they have changed it.
When a new Simplero ID as 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 what it is.
But after that first auto-generated password, if they change it, then it'll 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 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 simply don't know what someone's password is after they've changed it, so we can't include it in the emails.
To better understand a few of the options here check out these guides:
What if I want to create my own Interpolation key?
We realize the input screen is limited to the common ones and there may be times when you would prefer to pull other specific information your contact provided when they subscribed to your list. You can do this by creating an interpolation key when you create your forms field.
To add an interpolation key for custom fields follow the steps below..
1. Go to Lits --> Fields
2. Select the field from "contact fields in use"
3. Select the edit button
4. Type in your key
5. Save
Using Interpolation Keys
To use the Interpolation Key in your broadcast or autoresponder simply type the following..
{{field.Key you assinged}}
For example, if you assign a phone number field the interpolation key mobile_phone_number
, you can personalize emails with this as {{field.mobile_phone_number}}
.