DekuSMS-Android icon indicating copy to clipboard operation
DekuSMS-Android copied to clipboard

Implement webhook for SMS message status updates from RabbitMQ listener

Open PromiseFru opened this issue 4 months ago • 0 comments

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.

PromiseFru avatar Aug 26 '25 11:08 PromiseFru