Parameters
posthttps://smsbox.devotek.africa/api/sms/v1/send_sms
headers
| Field | Type | Description |
|---|---|---|
| api-key | string |
Basic Authentication Username |
| api-secret | string |
Basic Authentication Password |
| Content-Type | string |
application/json => This is used for json request |
body
| Field | Type | Description |
|---|---|---|
| source_addr | string |
Message source address or sender ID. Limited to 11 characters if text. Or valid mobile number in valid international number format with country code. No leading + sign. Has to be active on the sms portal. |
| schedule_time optional | string |
Scheduled time of the message. GMT+0 timezone. Format (yyyy-mm-dd hh:mm). If empty, the message will be immediately deliveried |
| message | string |
Content/message.You can use [{RECEIVERNAME}] as recipient name variable which will be replaced by the recipient_name value |
| encoding | number |
message encoding type.Default value is 0 |
| recipients | string |
Array of destination numbers |
| recipient_name | string |
Recipient name. Can be any string value upto X Characters. |
| dest_addr | string |
Destination mobile number in valid international number format with country code. With leading + sign. Example +22660000001 |

