# What's New? 🎈

**Release Date: February 2025**

## Release Summary

The focus of this release was:

* Enabling personalization by adding support for variables in the SMS message body.
* Adding support for creating, managing, and sending SMS templated messages.
* Adding a "Health Check" when creating a new campaign to indicate issues that might make the campaign unsuccessful.
* Requiring the user to select a 'from' number when creating a campaign.

## Release Details <a href="#template-management" id="template-management"></a>

### Template Management <a href="#template-management" id="template-management"></a>

[Templates ](/broadcast-messenger/manage-campaigns/message-templates.md)allow you to save and reuse message text across multiple campaigns. You can manage SMS templates through the Templates tab in Broadcast Messenger, which offers options to create, edit, delete, and clone templates. When creating an SMS campaign, you can easily select from your saved templates.

{% hint style="info" %}
Note that WhatsApp templates are not managed within Broadcast Messenger
{% endhint %}

### Variables and ‘Send From’ Number <a href="#variables-and-send-from-number" id="variables-and-send-from-number"></a>

[Variables ](/broadcast-messenger/manage-campaigns/message-templates.md)added to the message body enable personalized content for SMS campaigns. The variables in the message body are replaced with the values added as columns in the imported CSV file.

This customization feature enhances the effectiveness of SMS campaigns through Broadcast Messenger.&#x20;

The [***Send From***](/broadcast-messenger/manage-campaigns/add-a-new-campaign.md#setting-up-an-sms-campaign) number lets users configure the SMS campaign to send from a specific two-way number. This may be a requirement for delivery to certain countries (e.g., USA), or it may be to use a specific short-code or Toll-Free Number (TFN). The user can select from the existing numbers on their account.

{% hint style="info" %}
Note that SMS responses are not visible within Broadcast Messenger, only Clickatell Portal.
{% endhint %}

### Health Check <a href="#health-check" id="health-check"></a>

Numerous factors might impact the delivery of messages, e.g., insufficient prepaid balance, lack of test phones added, etc. Previously, users did not have visibility on these factors, which caused frustration when messages were not delivered as expected.&#x20;

The new [**SMS Campaign Health Check**](/broadcast-messenger/manage-campaigns/add-a-new-campaign.md), done at the time of SMS campaign creation, is like a pre-flight checklist indicating that all the relevant factors are in place for delivery success.

{% hint style="info" %}
Note that users are not prevented from creating the campaign, but they are made aware of any potential issues that might hinder their campaigns.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.clickatell.com/broadcast-messenger/help-and-information/whats-new.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
