Receive outbound SMS message report Webhook
For every message you send, we offer the option to receive a delivery report. To use this feature, you should set up an endpoint to receive these reports. You can specify the endpoint when sending SMS. Alternatively, you can set the endpoint URL through the Subscriptions management. If you need assistance with this process, please contact support@infobip.com. Please note that the default number of delivery reports in a single request is 100. You can customize this value by defining "maxBucketSize" using the Subscription Management API.
You'll receive this type of payload for messages sent using Send SMS message and Send binary SMS message.
Request Body schema:
application/jsonresults | Array of objects | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
|
Responses
Your server returns this code if it accepts the callback.
Request samples
- Payload
{- "results": [
- {
- "bulkId": "BULK-ID-123-xyz",
- "messageId": "MESSAGE-ID-123-xyz",
- "to": "41793026727",
- "sentAt": "2019-11-09T16:00:00.000+0000",
- "doneAt": "2019-11-09T16:00:00.000+0000",
- "smsCount": 1,
- "callbackData": "callbackData",
- "price": {
- "pricePerMessage": 0.01,
- "currency": "EUR"
}, - "status": {
- "groupId": 3,
- "groupName": "DELIVERED",
- "id": 5,
- "name": "DELIVERED_TO_HANDSET",
- "description": "Message delivered to handset"
}, - "error": {
- "groupId": 0,
- "groupName": "Ok",
- "id": 0,
- "name": "NO_ERROR",
- "description": "No Error",
- "permanent": false
}, - "entityId": "promotional-traffic-entity",
- "applicationId": "marketing-automation-application"
}, - {
- "bulkId": "BULK-ID-123-xyz",
- "messageId": "12db39c3-7822-4e72-a3ec-c87442c0ffc5",
- "to": "41793026834",
- "sentAt": "2019-11-09T17:00:00.000+0000",
- "doneAt": "2019-11-09T17:00:00.000+0000",
- "smsCount": 1,
- "price": {
- "pricePerMessage": 0.01,
- "currency": "EUR"
}, - "status": {
- "groupId": 3,
- "groupName": "DELIVERED",
- "id": 5,
- "name": "DELIVERED_TO_HANDSET",
- "description": "Message delivered to handset"
}, - "error": {
- "groupId": 0,
- "groupName": "Ok",
- "id": 0,
- "name": "NO_ERROR",
- "description": "No Error",
- "permanent": false
}, - "applicationId": "default"
}
]
}
Need assistance
Encountering issues
What's new? Check out
Unsure about a term? See