SMS Notification Service
The SMS Notification Service provides endpoints to dispatch SMS messages through multiple telecom gateways, including Dialog and Mobitel. It validates request parameters, including distribution type, message template, gateway, and expiry time, before processing the message. Once validated, the system dispatches the message and logs the outcome.
It also supports asynchronous delivery report handling for both Dialog and Mobitel gateways. These endpoints receive real-time status updates and can be used to update the system with successful or failed delivery attempts.
Available APIs
API | Description | Swagger |
---|---|---|
1. Dispatch SMS Notification | Accepts and processes SMS dispatch requests with validation, including template, gateway, and expiry. | Click to view swagger |
2. Handle Mobitel SMS Delivery Report | Receives and logs delivery status reports from the Mobitel SMS Gateway. | Click to view swagger |
3. Handle Dialog SMS Delivery Report | Receives and logs delivery status reports from the Dialog SMS Gateway. | Click to view swagger |