| 29 | |
| 30 | SMS notification to resource cell phones is possible through Web2py. It does require the utilization of an SMSC proxy. The data is encrypted for secure transmission across the Internet with the use of an X.509 certificate. |
| 31 | |
| 32 | Example: [[http://web2py.com/books/default/chapter/37/08/emails-e-sms-todo]] |
| 33 | |
| 34 | |
| 35 | Twitter notification is also possible for notification within Web2py. There is a constraint with Twitter notifications. Although the notifications can be sent across Twitter, the tweets will still be constrained to the 140 character limit. This would require that the subject and incident number only be included within the notification, and the user would have to use an alternative method to acquire the full incident description. As such, this aspect of the notification module could provide notification only. It would require further intervention from the resource receiving the message. |
| 36 | |
| 37 | Example: [[http://www.web2py.com/book/default/chapter/14#Twitter-API]] |