Elwizzy12 opened a new pull request, #5152: URL: https://github.com/apache/fineract/pull/5152
This pull request introduces a new `sms-gateway` service, which acts as a bridge between Fineract and SMS providers like Twilio. This service enables Fineract to send real-time SMS notifications for transactions such as deposits and withdrawals. The main changes include: * **Addition of the `sms-gateway` service:** A new Spring Boot application that listens for webhook notifications from Fineract. * **Integration with Docker:** The `docker-compose.yml` file has been updated to include the `sms-gateway` service and configure the Fineract service to send webhooks to it. This feature enhances the platform by providing timely SMS alerts to clients, improving communication and user engagement. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
