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 Contacts

his endpoint is returning the list of contacts you saved in our system previously. If the endpoint returns to the list of contacts, so you have already saved in our system earlier

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

Request Headers

Authorization: YOUR_API_KEY (get it on dashboard)

language: EN

If everything went well, you can find contacts field[]. Single contact have this fields

name, phone, groupIds, notValid, gender, mail

  • name - Contact name
  • phone - Contact phone number
  • groupIds - If you want to use groupIds field use [0] value if you want to add to all, if you want to add to ALL group send [] value , otherwise send array of ids you want - for example [1,2,3]
  • notValid - If number is invalid this field will be true
  • gender - Contact gender male - 1, female - 2
  • mail - Contact email address

Success Response

      
{
  "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
        }
      ]
    }
  }
}
      
    

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