boolkyApiIntegrationsDesc
calculateSmsPriceDesc
{
"phoneNumbers": [
"+18181111112",
"+18181111113",
"+18181111114",
"+18181111115"
],
"text": "Hello. Message sent by Boolky."
}
variable | type | validation | required | info |
---|---|---|---|---|
text | string | Min 1, Max 650 characters | true | Message what you want to sent. |
phoneNumbers | string[] | Min 1 Number | true | Phone numbers to sent. |
groupIds | int[] | null | false | Sent messages via groupIds, (Advanced). |
contactIds | int[] | null | false | Sent messages via contactIds, (Advanced). |
calculateMmsPriceResponseFields
cost, totalPartCount, receiverCount, text
{
"result": {
"data": {
"cost": 0.047,
"totalPartCount": 4,
"receiverCount": 4,
"text": "Hello. Message sent by Boolky."
}
}
}
errorResponseWrongApiKey
{
"error": {
"localizedMessage": "Session Expired",
"messageKey": "sessionExpired"
}
}