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 Groups

This endpoint is returning the list of groups you saved in our system previously. If you don't have groups the return data is an empty array.

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

Request Headers

Authorization: YOUR_API_KEY (get it on dashboard)

language: EN

If everything went well, you can find groups field[]. Single group have this fields - id, customerId, name, position, notValid,contacts[].Single contact have this fields - id,name, phone, gender, mail.

  • id - Group id
  • customerId - Your id in our system
  • name - Group name
  • position - Group position in view
  • notValid - If group has only invalid contacts this field will be true
Contacts[]
  • id - contactId
  • name - Contact name
  • phone - Contact phone number
  • gender - Contact gender male - 1, female - 2
  • mail - Contact email address

Success Response

      
{
  "result": {
    "data": {
      "groups": [
        {
          "id": 583,
          "customerId": 7,
          "name": "Group 1 Name",
          "position": 1,
          "notValid": 0,
          "contacts": [
            {
              "id": 5817738,
              "name": "East Dumpling",
              "phone": "+12122192268"
            },
            {
              "id": 5817739,
              "name": "Pita Grill",
              "phone": "+12127172005"
            }
          ]
        },
        {
          "id": 586,
          "customerId": 7,
          "name": "Invalid",
          "position": 4,
          "notValid": 1,
          "contacts": [
            {
              "id": 5817761,
              "name": "East Dumpling",
              "phone": "+12122192268",
              "mail": "[email protected]",
              "gender": 1
            },
            {
              "id": 5817763,
              "name": "Pita Grill",
              "phone": "+12127172005",
              "mail": "[email protected]",
              "gender": 1
            }
          ]
        }
      ],
      "allContacts": [
        {
          "id": 5817738,
          "name": "East Dumpling",
          "phone": "+12122192268"
        },
        {
          "id": 5817739,
          "name": "Pita Grill",
          "phone": "+12127172005"
        }
      ]
    }
  }
}
      
    

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