Personalizing an email

You can personalize an email by adding a value from your database, like a first name or a title. If you want to personalize your email, follow the steps outlined below:

In the Webpower block editor, or in an HTML email and in the subject line:

  1. Go to SetupDatabase Fields and look at the possible values you can use to personalise an email. In the table, you will see field name and description. Once you have determined the value you want to use, like the first name, copy the field name of this value.
  2. Paste the copied field name after {$ and close with }. For example: {$firstname}. You can use this code anywhere in your email in order to use the recipient’s first name. When sending the email, Webpower will replace {$firstname} with the first name of the recipient.

In the drag & drop editor:

  1. Go to SetupDatabase Fields and look at the possible values you can use to personalise an email. In the table, you will see field name and description. Once you have determined the value you want to use, like the first name, copy the field name of this value.
  2. Paste the copied field name after {{contact. and close with }}. For example: {{contact.firstname}}. You can use this code anywhere in your email in order to use the recipient’s first name. When sending the email, Webpower will replace {{contact.firstname}} with the first name of the recipient.