developer | boolkyApiIntegrations

boolkyApiIntegrationsDesc

POST
sendSms
POST
calculateSmsPrice
POST
sendMms
POST
calculateMmsPrice
POST
callBack
GET
getSmsStatus

PUT
addContacts
GET
getContacts
POST
deleteContacts
PUT
addGroup
GET
getGroups
DELETE
deleteGroup
GET
getMessageHistoryGrouped
GET
getSingleMessageHistory
GET
getBalance

getContacts

getContactsDesc

requestUrl: https://api.boolky.net/getContacts

requestHeaders

authorization: yourApiKey (getItOn dashboard)

language: EN

getContactsResponseFields

name, phone, groupIds, notValid, gender, mail

  • name - contactName
  • phone - contactPhoneNumber
  • groupIds - ifYouWantToUseGroupIdsDesc
  • notValid - phoneNotValid
  • gender - contactGenderDesc
  • mail - contactEmailAddress

successResponse

      
{
  "result": {
    "data": {
      "contacts": [
        {
          "id": 5817763,
          "name": "Emma Smith",
          "phone": "+12508682818",
          "groupIds": [
            586
          ],
          "notValid": 1,
          "gender": 1,
          "mail": "[email protected]"
        },
        {
          "id": 5817760,
          "name": "Olivia Munn",
          "phone": "+17784845095",
          "groupIds": [
            0,
            1,
            2,
            3
          ],
          "notValid": 0,
          "gender": 1,
          "mail": "[email protected]"
        }
      ],
      "groups": [
        {
          "id": 583,
          "customerId": 7,
          "name": "Group 1 name",
          "position": 1,
          "notValid": false
        },
        {
          "id": 584,
          "customerId": 7,
          "name": "Group 2 name",
          "position": 2,
          "notValid": false
        }
      ]
    }
  }
}
      
    

errorResponseWrongApiKey

errorResponseSessionExpired

      
{
  "error": {
    "localizedMessage": "Session expired",
    "messageKey": "sessionExpired"
  }
}
      
    
ifYouHaveAnyQuestionsContactUs

company

  • aboutUs
  • contactUs
  • pricing
  • developer
  • faq

features

  • sendSmsOnline
  • sendMmsOnline
  • receiveSmsOnline
  • calculatePrice
  • groups

integrations

  • smsApis
  • mmsApis
  • importContacts
  • downloadHistory

useCases

  • socialNetwork
  • restaurantsHotels
  • deliveryCompanies
  • shops

Copyright © 2020-21 Boolky by Primesoft Inc.

FacebookTwitter