ibnux / Android-SMS-Gateway

Make android as SMS Gateway using Firebase push
Apache License 2.0
120 stars 63 forks source link

How to receive the delivery status? #36

Closed progressify closed 6 months ago

progressify commented 6 months ago

There is a way to receive (also in asynchronous) the delivery status of the message? (sent, delivered, etc)

ibnux commented 6 months ago

yes it will send callback with type=delivered using post

https://github.com/ibnux/Android-SMS-Gateway/blob/729190f5a641e19c165516847d1ddc3bd74e5cf6/backend/index.php#L3-L14