Our SMS SDK provides sample code for setting up an Account Event Handler in most development environments.
Once you have completed development, you then need to register the service against your account.
- Login in to Web SMS
- Click on Options
- Scroll down to Application Notification
- Ensure the check box adjacent to Application Notification is checked on
- Enter the URL to your service and optionally a username and password for our system to pass through with any post
- Select the interface version you wish to use:
- Version3 - XML Web Service (SOAP)
- FormPostVersion2 - HTTP Form Post
- Ensure the 'Enable Retries' checkbox is checked if you want our service to retry submission to your server in the event that it is temporarily unavailable
Important Note
Your service MUST return a valid SOAP Response. If it doesn't, our system will treat this as a failure to deliver and will retry the submission according to the Retry Process.