Changelog for Software Update v3.101 on 01/06/2025
Software Environment Maintenance
In the current update, we have implemented detailed improvements and bug fixes to continuously improve the stability, performance, and security of our software.
If you are the administrator of a client system, you will find a new overview in the menu "Administration ⭢ Sending Volume Exceeded". This allows you to keep track of sending volume exceedances of your subaccounts.
Changelog of the Webservice (API)
To automate processes in MAILINGWORK, our webservice interface offers over 160 functions. The fastest way to learn the functions is through the menu "Extras ⭢ Interfaces ⭢ Webservice Demo (API)". Enter the desired parameters and copy the generated example code into your script.
CreateWebspaceFile extended with path parameter
The function "CreateWebspaceFile" uploads a file to your webspace. With the new parameter "path", you can optionally specify the desired folder path in the format "directory/subdirectory".
New function "ClearWebspaceFolder"
The function "ClearWebspaceFolder" empties the contents of the folder that you define in the parameter "path" in the format "directory/subdirectory".
GetRecipientId(s)ByEmail accelerated 🚀
The functions GetRecipientIdByEmail and GetRecipientIdsByEmail return the subscriber ID(s) for an email address. We have significantly accelerated both functions. They now deliver results typically within one second, even in subscriber lists with several million subscribers.
GetRecipients extended with date filter
The function "GetRecipients" provides the data of subscribers, which you can currently limit to a subscriber list and target group. We have extended the function with a filter on the creation date of the subscribers. In the new parameters "startCreateDate" and "endCreateDate", you define the desired time period in the format "yyyy-mm-dd hh:mm:ss".