Appbox.js script allows you to send messages to your online users
See it in action Get Appbox.jsAppbox.js allows you to send messages to users while they are using your app.
Appbox.js is simple and fully customizable so you can control all parts of the experience
Breeze integration
Email with app_id and secret for the cloud service will be sent to your inbox
Info Message
Put the following code just before the </body> on your pages. Replace app_id with your application id, and user_id with the current user
Note: appbox.js is dependent on jQuery, please make sure it's available on the page before the appbox.js script
Configuration options
appbox_options = { ... }
| Name | Value | Required |
|---|---|---|
| user_id | Id of the user currently using the application | yes |
| app_id | Application Id | yes - provided upon registration |
| show_indicator | When marked message new messages are indicated | no - false by default |
| fetch_interval | frequency of new message checks in milliseconds | no - defaults to 60 seconds |
The easiest way to get started is to install the Appboxjs chrome extension
and start sending messages
The other option is to use RESTFull API to create messages
The following script will make sure next time Jimmy Page is in front of the application he'll have a message from Robert Plant
The fields which are used to create a new message are:
Please fill the message details, and click the 'Send me a message' button below
Appbox.js is an open-source javascript library hosted here on Github and a free online messaging service which enables application owners to provide superior service to their users, by sending them in-application messages to get them happy and engaged