With the Boolky API you can integrate a number of functions, such as sending a message to both existing contacts and new ones, you can calculate how much it will cost before sending. You can add a contact whenever you have a new user. You can integrate all the functionality that we have, if some functionality is not enough or you have problems with integration, write to the support service and we will solve this issue as soon as possible.
With this API, you can get status of your sent sms.
{
"smsStatus": "delivered",
"groupHistoryId": "14874",
"phoneNumber": "+18181111112",
"segments": "1",
"errorCode": null
}
{
"result": {
"data": {
"id": 59677281,
"customerId": 6,
"countryId": 212,
"groupHistoryId": 95066,
"sent": true,
"message": "hi",
"productType": 1,
"operator": 96,
"senderNumber": "Boolky",
"sid": "",
"senderName": "-",
"toPhone": "+14793393667",
"sentDate": "2022-12-12 11:36:36",
"customerName": "Customer",
"messageId": "812a0778-d8fc-4b74-84da-9be6379ffac1",
"partCount": 1,
"smsProtocol": 1,
"boolky": false,
"uuid": "359c8015-a0aa-4e87-9983-0169113b5ce7"
}
}
}