Skip to main content
When you send a message, set DLR=1 to request a delivery report. The Messaging Platform (MP) issues an HTTP POST to your callback URL when the final delivery status is reached.

Per-message callback URL

Provide a fully qualified HTTPS URL in the DLRADDRESS parameter on each send request. You do not need a separate portal configuration step for DLR callbacks.

DLR parameters

Parameters sent from MP to your DLRADDRESS:

DLR status values

Your server must respond with HTTP 200 OK. The response body should be empty and will be ignored.

Sample handler (PHP)

Sample implementations: beem-sms-txn-api-sample — callback