> For the complete documentation index, see [llms.txt](https://help.rechat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.rechat.com/monthly-release-roundup/archive/september-2025-release-roundup/for-admins-september-2025-release-roundup.md).

# For Admins - September 2025 Release Roundup

### 🚀 New Features to Help You Work Faster & Smarter

Listing Image Gallery for CMA: Click on any photo in CMA to open a full-screen image gallery for detailed property viewing.

Celebration Email Templates & Send Card Callouts (iOS): Celebrate milestones with new email templates (birthdays, anniversaries, and more) available in Marketing Center on iOS. Send Card callouts are now built into Today, Calendar, and Contact Profile views.

Duplicate as Draft for Sent Emails: Save time by duplicating any sent email directly as a draft that opens seamlessly in the Email Editor.

***

### 📱 iOS App

* Celebration templates and Send Card callouts now available.
* Improved stability, crash fixes, faster startup, and smoother navigation responsiveness.

### Android App

* Enhanced listing template variable mapping for more consistent results across devices.

***

### &#x20;🛠️ Improvements You’ll Notice

* Redesigned My Apps on Today Page: Shortcuts are now instantly visible without hidden carets or unnecessary scrolling.
* Resolved SMS Sending Issues: Fixed Twilio delivery problems and built a stronger framework for future reliability.
* Faster Email Sending: Improved speed and dependability for better communication.
* Improved QR Code Resizing: Resize QR codes more effectively to fit any template.
* Fixed Long Browser Request Timeouts During Video Rendering: Builder video requests no longer fail after extended processing.
* Prevented Unnecessary Draft Creation in Flows: No more duplicate drafts when adding users to flows.
* Fixed Flow Execution for Open House Registrations: Contacts from open house registrations now properly trigger their flows.
* Improved Listing Template Variable Mapping: Standardized across iOS and Android for more consistent outputs.
* Fixed Text Alignment in Editor: Alignment issues across the editor are now resolved.
* Template Studio Fixes & Polishing: Stability, performance, and editing reliability have been significantly refined.

***

### &#x20;🎨 Figma Plugin Updates

* Added placeholder search for faster filtering of text/image placeholders.
* Enabled custom font support for designers sending assets into Rechat.\ <br>


---

# 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://help.rechat.com/monthly-release-roundup/archive/september-2025-release-roundup/for-admins-september-2025-release-roundup.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.
