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

Add Group

This endpoint can be used for creating groups for your contacts. Use case for this endpoint is to separate your different businesses or groups of people you want to send promotional SMS / MMS. If you have a group , you can specify your group id in SEND SMS call instead of adding contact numbers.

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

Request Headers

Authorization: YOUR_API_KEY (get it on dashboard)

language: EN

Request Body

      
{
  "name": "New Group Name"
}
      
    
VariableTypeValidationRequiredInfo
namestringMin 1, Max 25 characterstrueGroup Name

If everything is correct, you will see in response that the value of the messageKey field is successful. Data has these fields

id, customerId, name, position, notValid.

  • 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

Success Response

      
{
  "result": {
    "data": {
      "id": 587,
      "customerId": 7,
      "name": "New Group Name",
      "position": 3,
      "notValid": false
    },
    "message": {
      "localizedMessage": "Successfully added",
      "messageKey": "success"
    }
  }
}
      
    

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