Sending Message
HTTP Method : POST
Endpoint URL : https://webapigw.ocatelkom.co.id/sms/v2/sms
Requesst Body:
Property
Type
phone
String (Destination phone number) Values : country code + phone number (+6281381475159, 6281381475159)
message
String (Message body)
{
"phone": "6281xxxxxxxx",
"message": "Hi Galih"
}Response:
{
"status": "sent",
"msg_uid": "df82xxxx-a5xx-44xx-86xx-57f4e7e8xxxx"
}{
"errors": [
{
"message": [
{
"value": "89694353628",
"msg": "Invalid country code",
"param": "phone_number",
"location": "body"
}
],
"code": "39"
}
]
}Property
Type
status
String
msg_uid
String
Last updated