> For the complete documentation index, see [llms.txt](https://guides.clickatell.com/release-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.clickatell.com/release-notes/release-notes-archive/2023-release-notes/q3-2023/other-enhancements-and-improvements/13-september-2023.md).

# 13 September 2023

## Bugs 🐞

The following issues were fixed:

* **Opt-out button on the WhatsApp marketing template:** When setting up a WhatsApp marketing template in the User Portal and selecting Quick Reply buttons, the opt-out button failed to appear as an option.&#x20;
* **WhatsApp sample template - invalid (missing) parameter:** Clients were not able to send sample WhatsApp templates due to a duplicate default template in the backend with conflicting template parameters.
* **Chat Flow button on the Clickatell Portal is only visible for the admin role:** All users with any Chat Flow role assigned to them will now see the *Launch Chat Flow* button when navigating to *My Workspace → Chat Flow* in the Portal. Previously, only those with an “admin” role could see this button.
* **SMS 10DLC: Status mismatch for Campaigns in listing page:** We've corrected the mismatch that existed on some accounts between the actual status of a 10DLC campaign and what was shown on the Campaign list page (see below). The correct status is now accurately shown for each campaign.
* **Integrations section incorrectly added to newly created Connect Lite accounts:** When a new Connect Lite account was created, *Integrations* were automatically added to the account. The *Integration* capability should only be added when the account is upgraded to the Interact or Transact package, and *Integrations* have now been removed for Connect Lite clients.
* **Activated Campaign Manager does not display in My Workspace for repackaged accounts:** The *Campaign Manager* card now displays on *My Workspace* after it was activated for any of the packages (Interact, Transact, or Connect).&#x20;
* **Long numbers displaying subscriptions in repackaged accounts:** A Clickatell client with a repackaged account should not see the *Subscription Details* section when viewing their number, since it's included in their package.
* **Account package page: Date not refreshing:** The “Last Update” label under the *Account Package* section has been removed.
* **User password creation should validate at least 12 characters:** When a new user is asked to create a password, the validation has been fixed to correctly display that the password should be more than 12 characters instead of 8 characters.
* **Users are unable to reset the password:** Users received an error message when resetting their passwords because the API expected a minimum of 12 characters, but the UI allowed them to submit a minimum of 8 characters. The UI now also requires users to enter a new password of 12 characters minimum.
* The *What's New* section should not be available for Connect Lite customers in the Portal.&#x20;
* Page loading spinner spins indefinitely on *My Workspace* for newly created accounts instead of showing the correct empty state.&#x20;
* Account package page:
  * Media utilization - value is now rounded off to two decimals.&#x20;
  * Removed an incorrect tooltip.
* When activating *SMS notification* on Chat Desk, the user receives an error: “*Your SMS notifications was not deployed*”.
* When purchasing a long number, prepaid customers were directed to the payment method page without allowing them to make changes to the payment plan first.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guides.clickatell.com/release-notes/release-notes-archive/2023-release-notes/q3-2023/other-enhancements-and-improvements/13-september-2023.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
