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

addContacts

addContactsDesc

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

requestHeaders

authorization: yourApiKey (getItOn dashboard)

language: EN

requestBody

      
{
  "content": [
    {
      "name": "Emma Smith",
      "phone": "+12508682818",
      "birthday": "13-04-1993",
      "gender": 1,
      "mail": "[email protected]"
    },
    {
      "name": "Olivia Munn",
      "phone": "+17784845095",
      "birthday": "13-04-1993",
      "gender": 1,
      "mail": "[email protected]"
    },
    {
      "name": "Ava Gardner",
      "phone": "+12508079925",
      "birthday": "13-04-1993",
      "gender": 1,
      "mail": "[email protected]"
    },
    {
      "name": "Isabella Rossellini",
      "phone": "+12507129905",
      "birthday": "13-04-1993",
      "gender": 1,
      "mail": "[email protected]"
    }
  ],
  "groupIds": [
    1,
    2,
    3
  ]
}
      
    
variabletypevalidationrequiredinfo
namestringMin 1, Max 50 characterstrueContact Name
phonestringMin 1 NumbertrueContact phone number
birthDaydateStringnullfalseContact birth day
genderintegernullfalseContact gender male - 1, female - 2
mailemailnullfalseContact email address
groupIdsint[]nullfalseGroup Ids - for example [1,2,3]

addContactResponseFields

name, phone, groupIds, notValid, gender, mail

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

successResponse

      
{
  "result": {
    "data": [
      {
        "id": 5817760,
        "name": "Emma Smith",
        "phone": "+12508682818",
        "groupIds": [
          0,
          1,
          2,
          3
        ],
        "notValid": false,
        "gender": 1,
        "mail": "[email protected]"
      },
      {
        "id": 5817761,
        "name": "Olivia Munn",
        "phone": "+17784845095",
        "groupIds": [
          586
        ],
        "notValid": true,
        "gender": 1,
        "mail": "[email protected]"
      },
      {
        "id": 5817762,
        "name": "Ava Gardner",
        "phone": "+12508079925",
        "groupIds": [
          0,
          1,
          2,
          3
        ],
        "notValid": false,
        "gender": 1,
        "mail": "[email protected]"
      },
      {
        "id": 5817763,
        "name": "Isabella Rossellini",
        "phone": "+12507129905",
        "groupIds": [
          586
        ],
        "notValid": true,
        "gender": 1,
        "mail": "[email protected]"
      }
    ],
    "message": {
      "localizedMessage": "Successfully added",
      "messageKey": "success"
    }
  }
}
      
    

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