Improvements
Security & Transparency
Login now supports IP whitelisting You can now restrict login access to specific IP addresses. This adds an extra layer of protection and helps secure your account from unauthorized access. → Learn how to set it up Phone number purchases now prioritize direct payment When buying sender phone numbers, the system will now try to charge your saved payment method directly (if one is available and successful). If no valid payment method is found, or if the charge fails, your prepaid credit will still be used as fallback. This change improves billing clarity and helps keep your account statements cleaner.
RCS Enhancements
Fallback to SMS if RCS delivery fails If a device can't receive RCS, we now automatically fall back to a predefined SMS. You can define the fallback like this:
{
"type": "sms",
"sender": "Absender",
"text": "DIes ist der SMS Text"
}
→ See RCS API documentation
RCS now supports WebView buttons
RCS messages can now open web pages directly inside the messaging app using embedded WebView buttons.
Configure this using the webviewMode parameter in the content object.
→ See documentation
(Un)subscribe events for RCS (Android only)
Devices can now automatically trigger subscribe or unsubscribe events based on user actions, such as opt-ins or opt-outs.
Currently available on Android.
Fixes
Notifications setting bug resolved Fixed an issue where notification preferences were not saved correctly. Settings now apply as expected. Date placeholder formatting improved Date placeholders in messages now render correctly with the expected formatting. Fix for custom date fields in contact settings Custom date fields in contact profiles are now parsed and stored correctly, avoiding mismatches or invalid values.
Features & UI
Filter subaccounts more easily Added a filter for subaccounts in the UI to make managing multiple users or clients simpler. Debugger performance boost Debugger now loads faster and performs better, especially when dealing with huge request list and large payloads.