SMS Operator Service is a micro service that focus on an end to end communication between work scheduling and employees via text messages.The service handles inbound and outbound SMS via the Twilio API. The software process the inbound SMS and delivers the user's request to the Pencil software, then sends back an SMS confirmation request to the user.
This micro service was built on Spring Boot
Dependencies
- Casino Streaming Service API (gRPC product for message passing between services)
- Twilio (REST API for SMS transaction)
- ngrok (http tunneling)
- Hibernate using MySql dialect (Data base access)