There are two ways that your application can retrieve messages that have been sent to your account. If you have access to a web server that is publicly accessible, then we can notify your application when you receive a message. This page that we notify is called an Account Event Handler.Click here for more information about the Account Event Handler.
The other way would be to poll our system for any updates, more information on this can be found here. As the maximum frequency for polls is 30 seconds if you require real time message events then the push method using the account event handler is recommended.
