What's new in the latest version of Oempro?
Oempro 4.7 brings two of the most requested new features; API keys for user accounts and mobile ready Javascript chart engine. This version also brings new tools for plugin developers, bug fixes and improvements.
All user accounts in Oempro can have multiple API keys. With these new API keys, it is much simpler to authenticate and run API commands. This new feature comes with the following improvements:
With Oempro 4.7, all charts are now mobile compatible, including iOS and Android. New Javascript chart engine is also faster.
With the new personalization tags for custom email headers, you can embed more information about subscribers into the email source.
With these new tags, the following email header is possible now:
X-Subscription-info: Subscribed on 2014-05-12 with ip 127.0.0.1 - Manual Import
We've added new unsubscription request processing through FBL complaint email address which enables direct unsubscription from within the email clients.
This is big new for Oempro plugin developers. With 4.7 release, there is a new plugin hook which allows you to add new API commands to Oempro API. Authentication, authorization and response formatting is all handled by Oempro. Here is how it looks:
class octapitest extends Plugins { public function load_octapitest() { parent::RegisterAPIHook('MyApi.Get', 'octapitest', array('user')); } public function api_myapi_get($parameters) { return array('Success' => true, 'ErrorCode' => 0, 'hello' => 'world!'); } }
For more information, please check the documentation: Adding a new API command
Automatically contact your slipping away users or users who are having a problem with a specific feature on your app, or users who have just signed up and in trial period. Send the right message, to the right person at the right time.
Oempro v4.7 has all these features and more. Simply login to your client area to download the most recent version now.
Visit our Pricing and Purchase page to select the right Oempro license for you and purchase it.
We will be happy to assist you. Simply click here to get in touch with us.
Support Requests | [email protected] |
Feature Requests | [email protected] |
Documentation | Online User Manual |