You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To achieve better performance, messages you send With MobiWeb Asynchronous SMS API are validated and accepted instantly, but processed asynchronously. Once your messages are processed and submitted you will receive Status Notifications regarding the their status. Message Status Notifications are forwarded automatically, to your system / platform. When a message is processed by our SMS API Platform, the status information is immediately forwarded to your specified DLR Callback URL via a POST request (Status Notification Forwarding). After the messages are delivered or have reached their final status, our SMS API Platform immediately forwards the associated Delivery Reports to your specified DLR Callback URL via a POST request (DLR Forwarding).
### Matching message status notifications and delivery reports with messages
612
+
613
+
Status notifications and delivery reports POST requests transmit the ```message id```, ```reference_code```, ```recipient phone``` and ```message status```.
614
+
615
+
Due to the asynchronous nature of the SMPP API, message id is not available when you submit a message for processing.
616
+
617
+
To match and cross-check messages submitted with their status notifications and delivery reports, please set ```reference_code``` when submitting messages and store it, so you can cross-check and match when you receive a notification and delivery report.
618
+
619
+
Alternatively, if you are not sending multiple messages to the same mobile numbers, you can use the ```recipient number``` to match reports with messages.
620
+
608
621
## Getting help
609
622
610
623
If you need help installing or using the library, please [contact us][MobiWebSupportCenter].
@@ -613,6 +626,6 @@ If you've instead found a bug in the library or would like new features added, g
[smppaccount]: mailto:sales@solutions4mobiles.com?subject=AsynchronousSMSAPITestAccountRequest&body=DearTeam,pleaseprovide me with a testaccountfortheAsynchronousSMSAPI.
0 commit comments