How do I implement SMS Alerts for tasks assigned in SharePoint?
Is there a web part or feature available?
|
|
|
Well there is no such feature inbuilt into SharePoint which can provide you SMS notifications. However you can implement such service in conjuction with the OOB alert service. This again would require a lot of development efforts. |
|||
|
|
|
This is built in to SharePoint 2010 http://www.sharepointkings.com/2010/08/send-sms-for-alert-in-sharepoint-2010.html
|
||||
|
There are third party services out there which you can sign up to, to send SMS messages, and which expose an API (like Esendex). Depending on what it is you need to send SMS messages on you could couple a feature to esendex or something similar to send out SMS messages. |
|||
|
|