Connect OpenMRS with Telegram Messenger to push notifications based on Team/Team Member
Telegram exposes the services and data access via API https://core.telegram.org/api .
A team management module developed by IHS for OpenSRP project already exists and can be found here https://github.com/OpenSRP/openmrs-module-team .
The idea behind team management module is to allow OpenMRS manage users and providers in the form of a hierarchy based on team and team members assigned to specific location.
This team managment module should be intergrated with Telegram and should be able to send messages to Teams or specific Team Members.
Each team can be registered as a "bot" which can send message to all members registered via UI in Team Management module.
The messages should be on demand and also configurable and schedulable (Scheduling can be taken form IHS`s smstarseel module).