Send SMS
HTTP Method : POST
Content_Type : application/json
Endpoint URL : : https://sms.ocatelkom.co.id/api/v1/sms
Request Body:
Property
Type
phone
String (Destination phone number) Values : country code + phone number (+6281381475159, 6281381475159)
message
String (Message body)
{
"phone": "081255xxxxxx",
"message": "OCA Message"
}
Response:
{
"status": "sent",
"msg_uid": "d3a925xxxxxxxxxxxxd2f2d"
}
Property
Type
success
String
msg_uid
String
Last updated