---
title: "Adding Newsletters"
slug: "adding-newsletters"
updated: 2024-11-12T14:48:09Z
published: 2024-11-12T14:48:09Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.nexudus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Adding Newsletters

You can create {{variable.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 {{variable.newsletters}}. 

*For example, include subscriber names in the content or add some code to include animated elements in your {{variable.newsletters}}.* 

* * *

![AddingNewsletters](https://cdn.document360.io/4f9a66c7-3dbb-4052-97d8-5439302e1512/Images/Documentation/AddingNewsletters.gif){height="" width=""}

1. {{snippet.FirstStepProcedure}}
2. {{variable.CLICK}} {{variable.Newsletters_Link}}.
3. {{variable.CLICK_ON}} **{{variable.ADD}} {{variable.newsletter}}**.
4. {{variable.ADD}} your newsletter's **Subject**.
5. {{variable.SELECT}} your **{{variable.Location_CAP}}**.
6. Drag and drop the different elements you want to add onto your {{variable.newsletter}}.
7. {{variable.ADD}} your content to each element.
8. {{snippet.Save_Changes}}

All set! Your {{variable.newsletter}} is now ready to [test](/docs/testing-newsletters){target=`_blank`} and [send](/docs/sending-newsletters){target=`_blank`} to your {{variable.subscribers}}.

* * *

## Newsletter Dynamic Fields 

You can add multiple dynamic fields to your {{variable.newsletters}} to customize them. 

All the available fields are listed and detailed below: 

### {unsubscribe}

Adds link that {{variable.customers}} can click on to unsubscribe and stop receiving your {{variable.newsletter}}.

:::(Error) (Giving your {{variable.customers}} the option to 'unsubscribe' from your {{variable.newsletter}} is a **legal requirement** in multiple countries including the United Kingdom and the United States.)
:::

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.

:::(Warning) (This information is pulled from the {{variable.subscriber}} record, not the customer's account.)
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 {{variable.subscriber}}  record.
:::

### {firstname}

Newsletter subscriber's first name. 

:::(Warning) (This information is pulled from the {{variable.subscriber}} record, not the customer's account.)
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 {{variable.subscriber}} record.
:::

### {lastname} 

Newsletter subscriber's last name. 

:::(Warning) (This information is pulled from the {{variable.subscriber}} record, not the customer's account.)
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 {{variable.subscriber}} record.
:::
### {companyname}

Newsletter subscriber's company name. 

:::(Warning) (This information is pulled from the {{variable.subscriber}} record, not the customer's account.)
For example, if a customer's company name is **Business** in their account and you add {companyname} to your {{variable.newsletter}}, **Business** won't appear in the {{variable.newsletter}} unless you manually add it to the *Company name* field in their corresponding {{variable.subscriber}} record.
:::

### |email|

Newsletter subscriber's email address. 

### {businessUrl}

{{variable.MembersPortal}} URL. 

### |suid| 

Newsletter subscriber's unique ID.

### |nid| 

Newsletter subscriber's integer ID

### |nuid| 

Newsletter's unique ID.
