Skip to main content

DLR

SMS Notifications

The SMS API sends a notification when a specific event happens. To receive these notifications you need to setup a callback URL depending on the type of notification you would like to receive.

Types of SMS Notifications

SMS API notifications are sent for various SMS categories as shown below:

Category

Delivery reports

Sent whenever the mobile service provider confirms or rejects delivery of a message.

Incoming messages (coming soon)

Sent whenever a message is sent to any of your registered shortcodes.

Bulk SMS Opt Out (coming soon)

Sent whenever a user opts out of receiving messages from your alphanumeric sender ID.

Subscription Notifications (coming soon)

Sent whenever someone subscribes or unsubscribes from any of your premium SMS products.

Get Message Delivery Report

GET: https://bulkdev.swifttdial.com:2778/api/outbox/delivery-status/message_ref/ \

Check the delivery status of a single/Bulk messages

json
curl --request GET \
--url https://bulkdev.swifttdial.com:2778/api/outbox/delivery-status/message_ref/
--header 'X-API-Key: your-api-key'
ParameterDescription
AUTHORIZATIONS:X-api-key
message_refThis is the external_Id generated when sending api outbox

Response 200

{
"detail": "description"
}