- 12 Nov 2024
- 2 Minutes to read
- DarkLight
Adding Newsletters
- Updated on 12 Nov 2024
- 2 Minutes to read
- DarkLight
You can create newsletters using the built-in editor. Its drag-and-drop elements make it a breeze to add and edit content.
You can edit the HTML or use dynamic tokens to further customize your newsletters.
For example, include subscriber names in the content or add some code to include animated elements in your newsletters.
Log in to dashboard.nexudus.com if you aren't already.
- Click Community > Newsletters.
- Click on Add newsletter.
- Add your newsletter's Subject.
- Select your Location.
- Drag and drop the different elements you want to add onto your newsletter.
- Add your content to each element.
Click the Save Changes button.
All set! Your newsletter is now ready to test and send to your subscribers.
Newsletter Dynamic Fields
You can add multiple dynamic fields to your newsletters to customize them.
All the available fields are listed and detailed below:
{unsubscribe}
Adds link that customers can click on to unsubscribe and stop receiving your newsletter.
For the link to work you need to add the token in the newsletter's code using the snippet below.
<a href="{unsubscribe}">Unsubscribe</a>
{fullname}
Newsletter subscriber's full name.
For example, if a customer's name was originally John Doe and you change it to John Dowe, the {fullname} dynamic field will still use John Doe until you manually change their full name via their corresponding subscriber record.
{firstname}
Newsletter subscriber's first name.
For example, if a customer's first name was originally John and you change it to Jon, the {firstname} dynamic field will still use John until you manually change the first name via their corresponding subscriber record.
{lastname}
Newsletter subscriber's last name.
For example, if a customer's last name was originally Doe and you change it to, the {lastname} dynamic field will still use Doe until you manually change the last name via their corresponding subscriber record.
{companyname}
Newsletter subscriber's company name.
For example, if a customer's company name is Business in their account and you add {companyname} to your newsletter, Business won't appear in the newsletter unless you manually add it to the Company name field in their corresponding subscriber record.
|email|
Newsletter subscriber's email address.
{businessUrl}
Members Portal URL.
|suid|
Newsletter subscriber's unique ID.
|nid|
Newsletter subscriber's integer ID
|nuid|
Newsletter's unique ID.