Skip to content

About message inbox

Message Inbox creates a special space for important messages in your app. Users are not notified and do not see badges next to the app icon, although messages get delivered and displayed in the app once users open it.

With Message Inbox, you can deliver important messages to a wider audience.

Implementation

Message Inbox can be implemented into mobile and web applications. Please follow the dedicated guides:

Mobile Message Inbox >

Web Message Inbox >

Message Inbox can be implemented with a default design or fully customized to your app’s UI.

Customized iOS UI guide >

Customized iOS XCFramework guide >

Customized Android UI guide >

This is an example of what the Message Inbox design can look like:

Statistics

Open rate statistics for the Message Inbox are available in the Pushwoosh API. You can also use the Pushwoosh API to receive data on messages from Message Inbox only.

To do so, use the getMessageLog API method with the following parameters: message_id and action: "inbox_opened".

Follow the Pushwoosh Statistics API guide >