> For the complete documentation index, see [llms.txt](https://docs.xenoraa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xenoraa.com/xenoraa-release-notes/v10.0.5-whatsapp-and-sms-+-email-campaigns-crm2-redesign.md).

# v10.0.5 — WhatsApp & SMS + Email Campaigns crm2 Redesign

## v10.0.5 — WhatsApp & SMS + Email Campaigns crm2 Redesign

**Released:** 2026-07-10 | **Type:** UI/UX Improvement | **Commits:** `b1f9368`, `87db30e`, `1ae4bdf`

### What Changed

#### WhatsApp & SMS Page

The WhatsApp & SMS settings page in Site Builder has been fully redesigned to match the global admin crm2 theme:

* 6-metric KPI stats grid at the top (Total Sent, Delivered, Failed, Sent Today, Via WhatsApp, Via SMS)
* Professional page header with WhatsApp icon and "Message Logs" action button
* Provider cards with icons and toggle switches for WhatsApp Business API and SMS providers
* Tabbed layout for Configuration, Automation Triggers, and Send Message sections

#### Email Campaigns Page

The Email Campaigns index page has been redesigned:

* 6-metric KPI stats grid (Total Campaigns, Sent, Drafts, Scheduled, Total Opens, Total Sent Emails)
* Professional empty state with icon and CTA button when no campaigns exist
* All form labels now use the `crm2-label` class for consistency

#### Navigation Fixes

* Both "WhatsApp & SMS" and "Email Campaigns" nav items now correctly stay in the Site Builder context when navigating to those pages
* The crm2 stylesheet now loads on both pages
* Nav items use the correct `xn-nav-link` class with proper icons

#### Sentry Feedback Widget

* Self-hosted Sentry feedback bundle (`public/js/sentry-feedback.min.js`) replaces the CDN-loaded version to avoid async loading issues

### Upgrade Notes

No database migrations required. Run the standard post-deploy commands:

```bash
php artisan view:clear && php artisan config:cache && php artisan route:cache
```


---

# 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://docs.xenoraa.com/xenoraa-release-notes/v10.0.5-whatsapp-and-sms-+-email-campaigns-crm2-redesign.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.
