DekuSMS-Android
DekuSMS-Android copied to clipboard
Implement webhook for SMS message status updates from RabbitMQ listener
Add support for a webhook that receives status updates for SMS messages sent via the RabbitMQ listener. When an SMS is sent from a message consumed from RabbitMQ, the application should POST a JSON payload to a configured webhook URL with the message status (such as sent, delivered, failed, undelivered) and any relevant timestamps.