Developer | Boolky API Integration

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.

POST
Send SMS
POST
Calculate SMS Price
POST
Send MMS
POST
Calculate MMS Price
POST
Call back
GET
Get sms status

PUT
Add Contacts
GET
Get Contacts
POST
Delete Contacts
PUT
Add Group
GET
Get Groups
DELETE
Delete Group
GET
Get message history grouped
GET
Get Single Message History
GET
Get Balance

Get Single Message History

This endpoint is used to get single message from grouped message history.

Request Url: https://api.boolky.net/getAllMessageHistory

Request Headers

Authorization: YOUR_API_KEY (get it on dashboard)

language: EN

Request Query Parameters

id: 1
VariableTypeValidationRequiredInfo
idstringMin 1trueGroup Message History Id

If everything went well, you can find messageHistories array. In this array you can find array of MessageHistory object. MessageHistory consists of these fields - id,customerId, countryId, groupHistoryId, sent, message, productType, operator, senderNumber, sid, senderName, toPhone, sentDate, customerName.

  • id - Message history Id
  • customerId - Customer id
  • countryId - Country Id
  • sent - Message sent or not (true, false)
  • productType - Message type (1-SMS, 2-MMS)
  • operator - Operator
  • senderNumber - Sender Number
  • toPhone - Your selected phone number
  • sentDate - Message sent date
  • customerName - Customer name

Success Response

      
{
  "result": {
    "data": {
      "messageHistories": [
        {
          "id": 235,
          "customerId": 7,
          "countryId": 9,
          "groupHistoryId": 40,
          "sent": true,
          "message": "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
          "productType": 1,
          "operator": 3,
          "senderNumber": "-",
          "sid": "",
          "senderName": "-",
          "toPhone": "+37494653111",
          "sentDate": "2020-12-28 12:57:58",
          "customerName": "Hayk"
        },
        {
          "id": 236,
          "customerId": 7,
          "countryId": 9,
          "groupHistoryId": 40,
          "sent": true,
          "message": "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
          "productType": 1,
          "operator": 3,
          "senderNumber": "-",
          "sid": "",
          "senderName": "-",
          "toPhone": "+37494372240",
          "sentDate": "2020-12-28 12:57:58",
          "customerName": "Ruben"
        }
      ]
    }
  }
}
      
    

An error response can be obtained if you have the wrong api key

Error Response | Session Expired

      
{
  "error": {
    "localizedMessage": "Session expired",
    "messageKey": "sessionExpired"
  }
}
      
    
If you have any questions, please contact us and we will be happy to help you

Company

  • About us
  • Contact us
  • Pricing
  • Developer
  • FAQ

Features

  • Send SMS Online
  • Send MMS Online
  • Receive SMS online
  • Calculate Price
  • Groups

Integrations

  • SMS APIs
  • MMS APIs
  • Import Contacts
  • Download History

Use Sectors

  • Social Network
  • Restaurants / Hotels
  • Delivery companies
  • Shops

Copyright © 2020-21 Boolky by Primesoft Inc.

visamastercryptanil
FacebookTwitter